Home
last modified time | relevance | path

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

/hal_ti-2.7.6/simplelink/source/ti/drivers/net/wifi/source/
Ddriver.h122 #define SL_IS_DEVICE_LOCKED (g_SlDeviceStatus & _SL_DEV_STATUS_BIT_LOCKED) /* bits… macro
Ddriver.c781 if ((SL_IS_DEVICE_LOCKED) && (SL_OPCODE_SILO_FS != Silo)) in _SlDrvDriverIsApiAllowed()