Home
last modified time | relevance | path

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

/dports/lang/micropython/micropython-1.17/ports/cc3200/hal/
H A Dprcm.c252 #define RTC_U32MSEC_REG_WR(u32Msec) RTCU32MSecRegWrite(u32Msec) macro
1619 RTC_U32MSEC_REG_WR(RTC_MSEC_IN_U64MSEC(ullMsec)); in PRCMRTCSet()