Home
last modified time | relevance | path

Searched refs:postNotify (Results 1 – 12 of 12) sorted by relevance

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/dma/
DUDMALPF3.c52 static Power_NotifyObj postNotify; variable
66 …Power_registerNotify(&postNotify, PowerLPF3_AWAKE_STANDBY, UDMALPF3_postNotifyFxn, (uintptr_t)NULL… in UDMALPF3_init()
/hal_ti-latest/simplelink/source/ti/drivers/sd/
DSDHostCC32XX.h183 Power_NotifyObj postNotify; member
DSDHostCC32XX.c203 Power_unregisterNotify(&object->postNotify); in SDHostCC32XX_close()
486 Power_registerNotify(&object->postNotify, PowerCC32XX_AWAKE_LPDS, in SDHostCC32XX_open()
/hal_ti-latest/simplelink/source/ti/drivers/pwm/
DPWMTimerCC32XX.h304 Power_NotifyObj postNotify; member
DPWMTimerCC32XX.c366 Power_unregisterNotify(&object->postNotify); in PWMTimerCC32XX_close()
464 Power_registerNotify(&object->postNotify, PowerCC32XX_AWAKE_LPDS, in PWMTimerCC32XX_open()
/hal_ti-latest/simplelink/source/ti/drivers/uart/
DUARTCC32XXDMA.h334 Power_NotifyObj postNotify; /* LPDS wake-up notify object */ member
DUARTCC32XX.h384 Power_NotifyObj postNotify; /* LPDS wake-up notify object */ member
DUARTCC32XXDMA.c180 Power_unregisterNotify(&object->postNotify); in UARTCC32XXDMA_close()
308 Power_registerNotify(&object->postNotify, PowerCC32XX_AWAKE_LPDS, in UARTCC32XXDMA_open()
DUARTCC32XX.c209 Power_unregisterNotify(&object->postNotify); in UARTCC32XX_close()
506 Power_registerNotify(&object->postNotify, PowerCC32XX_AWAKE_LPDS, in UARTCC32XX_open()
/hal_ti-latest/simplelink/source/ti/drivers/uart2/
DUART2CC32XX.h306 Power_NotifyObj postNotify; member
DUART2CC32XX.c264 Power_unregisterNotify(&object->postNotify); in UART2CC32XX_close()
558 Power_registerNotify(&object->postNotify, PowerCC32XX_AWAKE_LPDS, in UART2CC32XX_open()
/hal_ti-latest/simplelink/source/ti/drivers/i2s/
DI2SCC32XX.c133 static int postNotify(unsigned int eventType, uintptr_t eventArg, uintptr_t clientArg);
231 … Power_registerNotify(&(object->notifyObj), PowerCC32XX_AWAKE_LPDS, postNotify, (uint32_t)handle); in I2S_open()
1343 static int postNotify(unsigned int eventType, uintptr_t eventArg, uintptr_t clientArg) { in postNotify() function