| /hal_ti-latest/simplelink_lpf3/source/ti/drivers/dma/ |
| D | UDMALPF3.c | 49 static int UDMALPF3_postNotifyFxn(unsigned int eventType, uintptr_t eventArg, uintptr_t clientArg); 103 static int UDMALPF3_postNotifyFxn(unsigned int eventType, uintptr_t eventArg, uintptr_t clientArg) in UDMALPF3_postNotifyFxn() argument 106 if (eventType == PowerLPF3_AWAKE_STANDBY) in UDMALPF3_postNotifyFxn()
|
| /hal_ti-latest/simplelink/source/ti/drivers/dma/ |
| D | UDMACC32XX.c | 50 static int postNotifyFxn(unsigned int eventType, uintptr_t eventArg, 154 static int postNotifyFxn(unsigned int eventType, uintptr_t eventArg, in postNotifyFxn() argument
|
| /hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/hal/cc23x0/ |
| D | hal_cc23x0.c | 60 static int hal_power_post_notify_fxn(unsigned int eventType, uintptr_t eventArg, uintptr_t clientAr… 394 static int hal_power_post_notify_fxn(unsigned int eventType, uintptr_t eventArg, uintptr_t clientAr… in hal_power_post_notify_fxn() argument 401 if (eventType == PowerLPF3_AWAKE_STANDBY) in hal_power_post_notify_fxn() 405 else if (eventType == PowerLPF3_ENTERING_STANDBY) in hal_power_post_notify_fxn()
|
| /hal_ti-latest/simplelink/source/ti/drivers/watchdog/ |
| D | WatchdogCC32XX.c | 63 static int WatchdogCC32XX_postNotifyFxn(unsigned int eventType, 113 static int WatchdogCC32XX_postNotifyFxn(unsigned int eventType, in WatchdogCC32XX_postNotifyFxn() argument
|
| /hal_ti-latest/simplelink_lpf3/source/ti/drivers/power/ |
| D | PowerCC23X0.c | 73 int_fast16_t PowerCC23X0_notify(uint_fast16_t eventType); 1173 int_fast16_t PowerCC23X0_notify(uint_fast16_t eventType) in PowerCC23X0_notify() argument 1189 if (((Power_NotifyObj *)elem)->eventTypes & eventType) in PowerCC23X0_notify() 1200 eventType, in PowerCC23X0_notify() 1203 notifyStatus = (int_fast16_t)(*(Power_NotifyFxn)notifyFxn)(eventType, 0, clientArg); in PowerCC23X0_notify() 1212 eventType, in PowerCC23X0_notify()
|
| /hal_ti-latest/simplelink/source/ti/drivers/ |
| D | Power.h | 430 typedef int_fast16_t (*Power_NotifyFxn)(uint_fast16_t eventType,
|
| /hal_ti-latest/simplelink_lpf3/source/ti/drivers/ |
| D | Power.h | 429 typedef int_fast16_t (*Power_NotifyFxn)(uint_fast16_t eventType, uintptr_t eventArg, uintptr_t clie…
|
| /hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/ |
| D | RCL.c | 63 static void rclPowerNotify(RCL_PowerEvent eventType); 547 static void rclPowerNotify(RCL_PowerEvent eventType) in rclPowerNotify() argument 549 if (eventType == RCL_POWER_STANDBY_AWAKE) in rclPowerNotify() 579 else if (eventType == RCL_POWER_STANDBY_ENTER) in rclPowerNotify()
|
| /hal_ti-latest/simplelink/source/ti/drivers/capture/ |
| D | CaptureCC32XX.c | 72 static int postNotifyFxn(unsigned int eventType, uintptr_t eventArg, 433 static int postNotifyFxn(unsigned int eventType, uintptr_t eventArg, in postNotifyFxn() argument
|
| /hal_ti-latest/simplelink/source/ti/drivers/power/ |
| D | PowerCC26X2.c | 82 static int_fast16_t notify(uint_fast16_t eventType); 1276 static int_fast16_t notify(uint_fast16_t eventType) in notify() argument 1290 if (((Power_NotifyObj *)elem)->eventTypes & eventType) { in notify() 1297 eventType, 0, clientArg); in notify()
|
| D | PowerCC32XX.c | 151 static int_fast16_t notify(uint_fast16_t eventType); 1150 static int_fast16_t notify(uint_fast16_t eventType) in notify() argument 1164 if (((Power_NotifyObj *)elem)->eventTypes & eventType) { in notify() 1171 eventType, 0, clientArg); in notify()
|
| /hal_ti-latest/simplelink/source/ti/drivers/gpio/ |
| D | GPIOCC32XX.c | 227 static int powerNotifyFxn(unsigned int eventType, uintptr_t eventArg, 771 static int powerNotifyFxn(unsigned int eventType, uintptr_t eventArg, in powerNotifyFxn() argument 781 if (eventType == PowerCC32XX_AWAKE_LPDS) { in powerNotifyFxn()
|
| /hal_ti-latest/simplelink/source/ti/drivers/timer/ |
| D | TimerCC32XX.c | 78 static int postNotifyFxn(unsigned int eventType, uintptr_t eventArg, 240 static int postNotifyFxn(unsigned int eventType, uintptr_t eventArg, in postNotifyFxn() argument
|
| /hal_ti-latest/simplelink/source/ti/drivers/i2c/ |
| D | I2CCC32XX.c | 99 static int I2CCC32XX_postNotify(unsigned int eventType, uintptr_t eventArg, 199 static int I2CCC32XX_postNotify(unsigned int eventType, in I2CCC32XX_postNotify() argument
|
| /hal_ti-latest/simplelink/source/ti/drivers/sd/ |
| D | SDHostCC32XX.c | 148 static int postNotifyFxn(unsigned int eventType, uintptr_t eventArg, 1076 static int postNotifyFxn(unsigned int eventType, uintptr_t eventArg, in postNotifyFxn() argument
|
| /hal_ti-latest/simplelink/source/ti/drivers/uart/ |
| D | UARTCC32XXDMA.c | 110 static int postNotifyFxn(unsigned int eventType, uintptr_t eventArg, 948 static int postNotifyFxn(unsigned int eventType, uintptr_t eventArg, in postNotifyFxn() argument
|
| D | UARTCC32XX.c | 89 static int postNotifyFxn(unsigned int eventType, uintptr_t eventArg, 891 static int postNotifyFxn(unsigned int eventType, uintptr_t eventArg, in postNotifyFxn() argument
|
| /hal_ti-latest/simplelink/source/ti/drivers/uart2/ |
| D | UART2CC32XX.c | 86 static int postNotifyFxn(unsigned int eventType, uintptr_t eventArg, 1041 static int postNotifyFxn(unsigned int eventType, uintptr_t eventArg, in postNotifyFxn() argument
|
| /hal_ti-latest/simplelink/source/ti/drivers/pwm/ |
| D | PWMTimerCC32XX.c | 318 static int postNotifyFxn(unsigned int eventType, uintptr_t eventArg, in postNotifyFxn() argument
|
| /hal_ti-latest/simplelink/source/ti/drivers/i2s/ |
| D | I2SCC32XX.c | 133 static int postNotify(unsigned int eventType, uintptr_t eventArg, uintptr_t clientArg); 1343 static int postNotify(unsigned int eventType, uintptr_t eventArg, uintptr_t clientArg) { in postNotify() argument
|
| /hal_ti-latest/simplelink/source/ti/drivers/spi/ |
| D | SPICC32XXDMA.c | 306 static int postNotifyFxn(unsigned int eventType, uintptr_t eventArg, in postNotifyFxn() argument
|
| /hal_ti-latest/simplelink/source/ti/drivers/rf/ |
| D | RFCC26X2_multiMode.c | 1369 static uint8_t RF_wakeupNotification(uint8_t eventType, uint32_t *eventArg, uint32_t *clientArg) in RF_wakeupNotification() argument 1372 if ((eventType == PowerCC26XX_AWAKE_STANDBY) && (ClockP_isActive(&RF_clkPowerUpObj))) in RF_wakeupNotification()
|