Home
last modified time | relevance | path

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

/hardware/ti/wlan/wl1271/TWD/TWDriver/
DTWDriver.h2572 TI_BOOL halCtrlRecoveryEnable; /**< */ member
DTWDriver.c633 pTWD->bRecoveryEnabled = pInitParams->tGeneral.halCtrlRecoveryEnable; in TWD_SetDefaults()
/hardware/ti/wlan/wl1271/platforms/os/common/src/
DosRgstry.c1422 sizeof p->twdInitParams.tGeneral.halCtrlRecoveryEnable, in regFillInitTable()
1423 (TI_UINT8*)&p->twdInitParams.tGeneral.halCtrlRecoveryEnable); in regFillInitTable()
1425 …lthMonitorInitParams.FullRecoveryEnable = (TI_BOOL)p->twdInitParams.tGeneral.halCtrlRecoveryEnable; in regFillInitTable()