root/RF_BT_Tail/mcc_generated_files/device_config.c

Revision 244, 3.4 kB (checked in by phil, 4 years ago)

added initial Tail Source Package

Line 
1 /**
2   @Generated PIC10 / PIC12 / PIC16 / PIC18 MCUs Source File
3
4   @Company:
5     Microchip Technology Inc.
6
7   @File Name:
8     mcc.c
9
10   @Summary:
11     This is the device_config.c file generated using PIC10 / PIC12 / PIC16 / PIC18 MCUs
12
13   @Description:
14     This header file provides implementations for driver APIs for all modules selected in the GUI.
15     Generation Information :
16         Product Revision  :  PIC10 / PIC12 / PIC16 / PIC18 MCUs - 1.65.2
17         Device            :  PIC16F1579
18         Driver Version    :  2.00
19     The generated drivers are tested against the following:
20         Compiler          :  XC8 1.45 or later
21         MPLAB             :  MPLAB X 4.15
22 */
23
24 /*
25     (c) 2018 Microchip Technology Inc. and its subsidiaries.
26    
27     Subject to your compliance with these terms, you may use Microchip software and any
28     derivatives exclusively with Microchip products. It is your responsibility to comply with third party
29     license terms applicable to your use of third party software (including open source software) that
30     may accompany Microchip software.
31    
32     THIS SOFTWARE IS SUPPLIED BY MICROCHIP "AS IS". NO WARRANTIES, WHETHER
33     EXPRESS, IMPLIED OR STATUTORY, APPLY TO THIS SOFTWARE, INCLUDING ANY
34     IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY, AND FITNESS
35     FOR A PARTICULAR PURPOSE.
36    
37     IN NO EVENT WILL MICROCHIP BE LIABLE FOR ANY INDIRECT, SPECIAL, PUNITIVE,
38     INCIDENTAL OR CONSEQUENTIAL LOSS, DAMAGE, COST OR EXPENSE OF ANY KIND
39     WHATSOEVER RELATED TO THE SOFTWARE, HOWEVER CAUSED, EVEN IF MICROCHIP
40     HAS BEEN ADVISED OF THE POSSIBILITY OR THE DAMAGES ARE FORESEEABLE. TO
41     THE FULLEST EXTENT ALLOWED BY LAW, MICROCHIP'S TOTAL LIABILITY ON ALL
42     CLAIMS IN ANY WAY RELATED TO THIS SOFTWARE WILL NOT EXCEED THE AMOUNT
43     OF FEES, IF ANY, THAT YOU HAVE PAID DIRECTLY TO MICROCHIP FOR THIS
44     SOFTWARE.
45 */
46
47 // Configuration bits: selected in the GUI
48
49 // CONFIG1
50 #pragma config FOSC = INTOSC    // Oscillator Selection Bits->INTOSC oscillator; I/O function on CLKIN pin
51 #pragma config WDTE = OFF    // Watchdog Timer Enable->WDT disabled
52 #pragma config PWRTE = OFF    // Power-up Timer Enable->PWRT disabled
53 #pragma config MCLRE = OFF    // MCLR Pin Function Select->MCLR/VPP pin function is digital input
54 #pragma config CP = ON    // Flash Program Memory Code Protection->Program memory code protection is enabled
55 #pragma config BOREN = OFF    // Brown-out Reset Enable->Brown-out Reset disabled
56 #pragma config CLKOUTEN = OFF    // Clock Out Enable->CLKOUT function is disabled. I/O or oscillator function on the CLKOUT pin
57
58 // CONFIG2
59 #pragma config WRT = ALL    // Flash Memory Self-Write Protection->000h to FFFh write protected, no addresses may be modified by EECON control
60 #pragma config PPS1WAY = ON    // PPSLOCK bit One-Way Set Enable bit->PPSLOCKED Bit Can Be Cleared & Set Once
61 #pragma config PLLEN = OFF    // PLL Enable->4x PLL disabled
62 #pragma config STVREN = OFF    // Stack Overflow/Underflow Reset Enable->Stack Overflow or Underflow will not cause a Reset
63 #pragma config BORV = LO    // Brown-out Reset Voltage Selection->Brown-out Reset Voltage (Vbor), low trip point selected.
64 #pragma config LPBOREN = OFF    // Low Power Brown-out Reset enable bit->LPBOR is disabled
65 #pragma config LVP = OFF    // Low-Voltage Programming Enable->High-voltage on MCLR/VPP must be used for programming
Note: See TracBrowser for help on using the browser.