Line 130... |
Line 130... |
// - Possibility to generate a software PUC reset
|
// - Possibility to generate a software PUC reset
|
//-------------------------------------------------------
|
//-------------------------------------------------------
|
`define WATCHDOG
|
`define WATCHDOG
|
|
|
|
|
///-------------------------------------------------------
|
//-------------------------------------------------------
|
// Include/Exclude Non-Maskable-Interrupt support
|
// Include/Exclude Non-Maskable-Interrupt support
|
//-------------------------------------------------------
|
//-------------------------------------------------------
|
`define NMI
|
`define NMI
|
|
|
|
|
Line 313... |
Line 313... |
//-------------------------------------------------------
|
//-------------------------------------------------------
|
`define CLOCK_GATING
|
`define CLOCK_GATING
|
|
|
|
|
//===============================================================
|
//===============================================================
|
|
// ASIC CLOCKING
|
|
//===============================================================
|
|
|
|
//-------------------------------------------------------
|
|
// When uncommented, this define will enable the ASIC
|
|
// architectural clock gating as well as the advanced low
|
|
// power modes support (most common).
|
|
// Comment this out in order to get FPGA-like clocking.
|
|
//-------------------------------------------------------
|
|
`define ASIC_CLOCKING
|
|
|
|
|
|
`ifdef ASIC_CLOCKING
|
|
//===============================================================
|
// LFXT CLOCK DOMAIN
|
// LFXT CLOCK DOMAIN
|
//===============================================================
|
//===============================================================
|
|
|
//-------------------------------------------------------
|
//-------------------------------------------------------
|
// When uncommented, this define will enable the lfxt_clk
|
// When uncommented, this define will enable the lfxt_clk
|
Line 435... |
Line 449... |
// in the following low power modes: LPM4
|
// in the following low power modes: LPM4
|
//-------------------------------------------------------
|
//-------------------------------------------------------
|
`define OSCOFF_EN
|
`define OSCOFF_EN
|
|
|
|
|
|
`endif
|
`endif
|
`endif
|
|
|
//==========================================================================//
|
//==========================================================================//
|
//==========================================================================//
|
//==========================================================================//
|
//==========================================================================//
|
//==========================================================================//
|