Home
last modified time | relevance | path

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

/dports/lang/micropython/micropython-1.17/ports/cc3200/
H A Dmptask.c124 safeboot = PRCMGetSpecialBit(PRCM_SAFE_BOOT_BIT); in TASK_MicroPython()
383 bool add_mac = !PRCMGetSpecialBit(PRCM_FIRST_BOOT_BIT); in mptask_enter_ap_mode()
/dports/lang/micropython/micropython-1.17/ports/cc3200/hal/
H A Dprcm.h209 extern tBoolean PRCMGetSpecialBit(unsigned char bit);
H A Dprcm.c328 tBoolean PRCMGetSpecialBit(unsigned char bit) in PRCMGetSpecialBit() function
/dports/lang/micropython/micropython-1.17/ports/cc3200/mods/
H A Dpybsleep.c183 if (PRCMGetSpecialBit(PRCM_WDT_RESET_BIT)) { in pyb_sleep_init0()