![]() |
RAFW Flexible Software Package Documentation
Release v2.0.1
|
|
Generic System Configuration Settings.
Macros | |
| #define | dg_configIMAGE_COPY_TIME |
| Image copy time. More... | |
| #define | dg_configUSE_BOD |
| Brown-out Detection. More... | |
| #define | dg_configWDOG_RESET_VALUE |
| Reset value for Watchdog. More... | |
| #define | dg_configWDOG_NOTIFY_TRIGGER_TMO |
| Watchdog notify interval. More... | |
| #define | dg_configABORT_IF_SYSTICK_CLK_ERR |
| Abort a clock modification if it will cause an error to the SysTick counter. More... | |
| #define | dg_configPM_MAX_ADAPTERS_CNT |
| Maximum adapters count. More... | |
| #define | dg_configPM_MAX_ADAPTER_DEFER_TIME |
| Maximum sleep defer time. More... | |
| #define | dg_configUSE_ADC_GAIN_ERROR_CORRECTION |
| Apply ADC Gain Error correction. More... | |
| #define | dg_configTESTMODE_MEASURE_SLEEP_CURRENT |
| Image copy time. More... | |
| #define | dg_configWDOG_IDLE_RESET_VALUE |
| Reset value for Watchdog when system is idle. | |
| #define | dg_configWDOG_MAX_TASKS_CNT |
| Maximum watchdog tasks. More... | |
| #define | dg_configWDOG_EXT |
| Extend maximum watchdog tasks. More... | |
| #define dg_configIMAGE_COPY_TIME |
Image copy time.
The number of LP cycles needed for the application's image data to be copied from the OTP (or QSPI) to the RAM in mirrored mode.
| #define dg_configUSE_BOD |
Brown-out Detection.
| #define dg_configWDOG_RESET_VALUE |
Reset value for Watchdog.
See WATCHDOG_REG:WDOG_VAL field.
| #define dg_configWDOG_NOTIFY_TRIGGER_TMO |
Watchdog notify interval.
Interval (in milliseconds) for common timer which can be used to trigger tasks in order to notify watchdog. Can be set to 0 in order to disable timer code entirely.
| #define dg_configABORT_IF_SYSTICK_CLK_ERR |
Abort a clock modification if it will cause an error to the SysTick counter.
| #define dg_configPM_MAX_ADAPTERS_CNT |
Maximum adapters count.
Should be equal to the number of Adapters used by the Application. It can be larger (up to 254) than needed, at the expense of increased Retention Memory requirements. It cannot be 0.
| #define dg_configPM_MAX_ADAPTER_DEFER_TIME |
Maximum sleep defer time.
The maximum time sleep can be deferred via a call to pm_defer_sleep_for(). It is in clock cycles in the case of the XTAL32K and in usec in the case of RCX.
| #define dg_configUSE_ADC_GAIN_ERROR_CORRECTION |
Apply ADC Gain Error correction.
The default setting is: 1.
| #define dg_configTESTMODE_MEASURE_SLEEP_CURRENT |
Image copy time.
The number of LP cycles needed for the application's image data to be copied from the OTP (or QSPI) to the RAM in mirrored mode.
| #define dg_configWDOG_MAX_TASKS_CNT |
Maximum watchdog tasks.
Maximum number of tasks that the Watchdog Service can monitor. It can be larger (up to 32) than needed, at the expense of increased Retention Memory requirement.
| #define dg_configWDOG_EXT |
Extend maximum watchdog tasks.
When set to 1, maximum number of tasks can be larger (up to 64).