![]() |
S32 SDK
|
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 |
RTC Initialization structure Implements : rtc_init_config_t_Class.
Definition at line 113 of file rtc_driver.h.
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.