Home
last modified time | relevance | path

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

/hal_ti-2.7.6/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Dsetup_rom.h99 #define SetupSetAonRtcSubSecInc NOROM_SetupSetAonRtcSubSecInc macro
346 extern void SetupSetAonRtcSubSecInc( uint32_t subSecInc );
443 #undef SetupSetAonRtcSubSecInc
444 #define SetupSetAonRtcSubSecInc ROM_SetupSetAonRtcSubSecInc macro
Dsetup_rom.c101 #undef SetupSetAonRtcSubSecInc
102 #define SetupSetAonRtcSubSecInc NOROM_SetupSetAonRtcSubSecInc macro
395 SetupSetAonRtcSubSecInc( 0x8637BD ); // RTC_INCREMENT = 2^38 / frequency in SetupAfterColdResetWakeupFromShutDownCfg3()
406SetupSetAonRtcSubSecInc(( ccfgExtLfClk & CCFG_EXT_LF_CLK_RTC_INCREMENT_M ) >> CCFG_EXT_LF_CLK_RTC_… in SetupAfterColdResetWakeupFromShutDownCfg3()
929 SetupSetAonRtcSubSecInc( uint32_t subSecInc ) in SetupSetAonRtcSubSecInc() function
Dosc.c579 SetupSetAonRtcSubSecInc(rtcSubSecInc); in OSC_HPOSCRtcCompensate()