Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/drivers/dpl/
DHwiP.h237 extern bool HwiP_inISR(void);
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/dpl/
DHwiP.h237 extern bool HwiP_inISR(void);
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/aesctrdrbg/
DAESCTRDRBGXX.c450 if (SwiP_inISR() || HwiP_inISR()) in AESCTRDRBG_getRandomBytes()
560 if (SwiP_inISR() || HwiP_inISR()) in AESCTRDRBG_reseed()
/hal_ti-latest/simplelink_lpf3/kernel/zephyr/dpl/
DHwiP_zephyr.c245 bool HwiP_inISR(void) in HwiP_inISR() function