Searched refs:postNotify (Results 1 – 12 of 12) sorted by relevance
| /hal_ti-latest/simplelink_lpf3/source/ti/drivers/dma/ |
| D | UDMALPF3.c | 52 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/ |
| D | SDHostCC32XX.h | 183 Power_NotifyObj postNotify; member
|
| D | SDHostCC32XX.c | 203 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/ |
| D | PWMTimerCC32XX.h | 304 Power_NotifyObj postNotify; member
|
| D | PWMTimerCC32XX.c | 366 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/ |
| D | UARTCC32XXDMA.h | 334 Power_NotifyObj postNotify; /* LPDS wake-up notify object */ member
|
| D | UARTCC32XX.h | 384 Power_NotifyObj postNotify; /* LPDS wake-up notify object */ member
|
| D | UARTCC32XXDMA.c | 180 Power_unregisterNotify(&object->postNotify); in UARTCC32XXDMA_close() 308 Power_registerNotify(&object->postNotify, PowerCC32XX_AWAKE_LPDS, in UARTCC32XXDMA_open()
|
| D | UARTCC32XX.c | 209 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/ |
| D | UART2CC32XX.h | 306 Power_NotifyObj postNotify; member
|
| D | UART2CC32XX.c | 264 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/ |
| D | I2SCC32XX.c | 133 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
|