Home
last modified time | relevance | path

Searched refs:eventType (Results 1 – 22 of 22) sorted by relevance

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/dma/
DUDMALPF3.c49 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/
DUDMACC32XX.c50 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/
Dhal_cc23x0.c60 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/
DWatchdogCC32XX.c63 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/
DPowerCC23X0.c73 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/
DPower.h430 typedef int_fast16_t (*Power_NotifyFxn)(uint_fast16_t eventType,
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/
DPower.h429 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/
DRCL.c63 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/
DCaptureCC32XX.c72 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/
DPowerCC26X2.c82 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()
DPowerCC32XX.c151 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/
DGPIOCC32XX.c227 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/
DTimerCC32XX.c78 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/
DI2CCC32XX.c99 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/
DSDHostCC32XX.c148 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/
DUARTCC32XXDMA.c110 static int postNotifyFxn(unsigned int eventType, uintptr_t eventArg,
948 static int postNotifyFxn(unsigned int eventType, uintptr_t eventArg, in postNotifyFxn() argument
DUARTCC32XX.c89 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/
DUART2CC32XX.c86 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/
DPWMTimerCC32XX.c318 static int postNotifyFxn(unsigned int eventType, uintptr_t eventArg, in postNotifyFxn() argument
/hal_ti-latest/simplelink/source/ti/drivers/i2s/
DI2SCC32XX.c133 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/
DSPICC32XXDMA.c306 static int postNotifyFxn(unsigned int eventType, uintptr_t eventArg, in postNotifyFxn() argument
/hal_ti-latest/simplelink/source/ti/drivers/rf/
DRFCC26X2_multiMode.c1369 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()