RTEMS 6.1-rc5
|
SNVS_LP config structure. More...
#include <fsl_snvs_lp.h>
Data Fields | |
bool | srtcCalEnable |
uint32_t | srtcCalValue |
SNVS_LP config structure.
This structure holds the configuration settings for the SNVS_LP peripheral. To initialize this structure to reasonable defaults, call the SNVS_LP_GetDefaultConfig() function and pass a pointer to your config structure instance.
The config struct can be made const so it resides in flash
bool _snvs_lp_srtc_config::srtcCalEnable |
true: SRTC calibration mechanism is enabled; false: No calibration is used
uint32_t _snvs_lp_srtc_config::srtcCalValue |
Defines signed calibration value for SRTC; This is a 5-bit 2's complement value, range from -16 to +15