![]() |
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 65 of file rtc_driver.h.
rtc_clk_out_config_t clockOutConfig |
RTC Clock Out Source
Definition at line 70 of file rtc_driver.h.
rtc_clk_select_t clockSelect |
RTC Clock Select
Definition at line 69 of file rtc_driver.h.
int8_t compensation |
Compensation Value
Definition at line 68 of file rtc_driver.h.
uint8_t compensationInterval |
Compensation Interval
Definition at line 67 of file rtc_driver.h.
bool nonSupervisorAccessEnable |
Enable writes to the registers in non Supervisor Mode
Definition at line 72 of file rtc_driver.h.
bool updateEnable |
Enable changing the Time Counter Enable bit even if the Status register is locked
Definition at line 71 of file rtc_driver.h.