Home
last modified time | relevance | path

Searched refs:RTCC (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-3.5.0/s32/drivers/s32k3/BaseNXP/header/
DS32K344_RTC.h74 __IO uint32_t RTCC; /**< RTC Control register, offset: 0x4 */ member
/hal_nxp-3.5.0/s32/drivers/s32k3/Mcu/src/
DClock_Ip_Selector.c582 RegValue = IP_RTC->RTCC; in Clock_Ip_SetRtcRtccClksel_TrustedCall()
585 IP_RTC->RTCC = RegValue; in Clock_Ip_SetRtcRtccClksel_TrustedCall()
DClock_Ip_Frequency.c3497 …uint32 Frequency = Clock_Ip_apfFreqTableRTC_CLK[((IP_RTC->RTCC & RTC_RTCC_CLKSEL_MASK) >> RTC_RTCC… in Clock_Ip_Get_RTC_CLK_Frequency_TrustedCall()