Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/devices/cc32xx/driverlib/
Dinterrupt.h82 #define INT_PRIORITY_LVL_1 0x20 macro
/hal_ti-latest/simplelink/kernel/zephyr/dpl/
DHwiP_zephyr.c82 __ASSERT((INT_PRIORITY_LVL_1 == priority) || in HwiP_create()
85 INT_PRIORITY_LVL_1, 0xff, (unsigned int)priority); in HwiP_create()
/hal_ti-latest/simplelink/source/ti/drivers/net/wifi/porting/
Dcc_pal.c303 nwp_iParams.priority = INT_PRIORITY_LVL_1 ; in NwpRegisterInterruptHandler()