RTEMS 6.1-rc4
Loading...
Searching...
No Matches
Data Fields
_snvs_hp_rtc_config Struct Reference

SNVS config structure. More...

#include <fsl_snvs_hp.h>

Data Fields

bool rtcCalEnable
 
uint32_t rtcCalValue
 
uint32_t periodicInterruptFreq
 

Detailed Description

SNVS config structure.

This structure holds the configuration settings for the SNVS peripheral. To initialize this structure to reasonable defaults, call the SNVS_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

◆ periodicInterruptFreq

uint32_t _snvs_hp_rtc_config::periodicInterruptFreq

Defines frequency of the periodic interrupt; Range from 0 to 15

◆ rtcCalEnable

bool _snvs_hp_rtc_config::rtcCalEnable

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

◆ rtcCalValue

uint32_t _snvs_hp_rtc_config::rtcCalValue

Defines signed calibration value for nonsecure RTC; 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: