S32 SDK
rtc_init_config_t Struct Reference

RTC Initialization structure Implements : rtc_init_config_t_Class. More...

#include <rtc_driver.h>

Data Fields

uint8_t compensationInterval
 
int8_t compensation
 
rtc_clk_select_t clockSelect
 
rtc_clk_out_config_t clockOutConfig
 
bool updateEnable
 
bool nonSupervisorAccessEnable
 

Detailed Description

RTC Initialization structure Implements : rtc_init_config_t_Class.

Definition at line 113 of file rtc_driver.h.

Field Documentation

rtc_clk_out_config_t clockOutConfig

RTC Clock Out Source

Definition at line 118 of file rtc_driver.h.

rtc_clk_select_t clockSelect

RTC Clock Select

Definition at line 117 of file rtc_driver.h.

int8_t compensation

Compensation Value

Definition at line 116 of file rtc_driver.h.

uint8_t compensationInterval

Compensation Interval

Definition at line 115 of file rtc_driver.h.

bool nonSupervisorAccessEnable

Enable writes to the registers in non Supervisor Mode

Definition at line 120 of file rtc_driver.h.

bool updateEnable

Enable changing the Time Counter Enable bit even if the Status register is locked

Definition at line 119 of file rtc_driver.h.


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