RTEMS 6.1-rc5
Loading...
Searching...
No Matches
Data Fields
_snvs_lp_srtc_config Struct Reference

SNVS_LP config structure. More...

#include <fsl_snvs_lp.h>

Data Fields

bool srtcCalEnable
 
uint32_t srtcCalValue
 

Detailed Description

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

Field Documentation

◆ srtcCalEnable

bool _snvs_lp_srtc_config::srtcCalEnable

true: SRTC calibration mechanism is enabled; false: No calibration is used

◆ srtcCalValue

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


The documentation for this struct was generated from the following file: