Home
last modified time | relevance | path

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

/dports/lang/micropython/micropython-1.17/ports/cc3200/hal/
H A Dprcm.c98 #define RTC_SECS_IN_U64MSEC(u64Msec) ((unsigned long)(u64Msec >> 10)) argument
99 #define RTC_MSEC_IN_U64MSEC(u64Msec) ((unsigned short)(u64Msec & 0x3FF)) argument
126 #define SCC_U64MSEC_MATCH_SET(u64Msec) (MAP_PRCMSlowClkCtrMatchSet(u64Msec << 5)) argument
257 #define SELECT_SCC_U42BITS(u64Msec) (u64Msec & 0x3ffffffffff) argument