| /hal_ti-latest/simplelink_lpf3/source/ti/drivers/ |
| D | BatteryMonitor.h | 305 BatteryMonitor_NotifyFxn notifyFxn; /*!< Application callback function */ member 358 BatteryMonitor_NotifyFxn notifyFxn, 389 BatteryMonitor_NotifyFxn notifyFxn, 427 BatteryMonitor_NotifyFxn notifyFxn, 539 return notifyObject->notifyFxn; in BatteryMonitor_getNotifyFxn()
|
| D | Temperature.h | 324 Temperature_NotifyFxn notifyFxn; /*!< Application callback function */ member 379 Temperature_NotifyFxn notifyFxn, 411 Temperature_NotifyFxn notifyFxn, 448 Temperature_NotifyFxn notifyFxn,
|
| D | Power.h | 445 Power_NotifyFxn notifyFxn; /*!< notification function */ member 697 Power_NotifyFxn notifyFxn,
|
| D | Temperature.c | 81 return notifyObject->notifyFxn; in Temperature_getNotifyFxn()
|
| /hal_ti-latest/simplelink/source/ti/drivers/ |
| D | Temperature.h | 323 Temperature_NotifyFxn notifyFxn; /*!< Application callback function */ member 376 Temperature_NotifyFxn notifyFxn, 408 Temperature_NotifyFxn notifyFxn, 445 Temperature_NotifyFxn notifyFxn,
|
| D | Power.h | 446 Power_NotifyFxn notifyFxn; /*!< notification function */ member 690 Power_NotifyFxn notifyFxn,
|
| D | Temperature.c | 78 return notifyObject->notifyFxn; in Temperature_getNotifyFxn()
|
| /hal_ti-latest/simplelink_lpf3/source/ti/drivers/batterymonitor/ |
| D | BatteryMonitorLPF3.c | 249 … notifyObject->notifyFxn(currentVoltage, threshold, notifyObject->clientArg, notifyObject); in walkNotifyList() 360 BatteryMonitor_NotifyFxn notifyFxn, in BatteryMonitor_registerNotifyHigh() argument 369 notifyObject->notifyFxn = notifyFxn; in BatteryMonitor_registerNotifyHigh() 395 BatteryMonitor_NotifyFxn notifyFxn, in BatteryMonitor_registerNotifyLow() argument 404 notifyObject->notifyFxn = notifyFxn; in BatteryMonitor_registerNotifyLow() 431 BatteryMonitor_NotifyFxn notifyFxn, in BatteryMonitor_registerNotifyRange() argument 440 notifyObject->notifyFxn = notifyFxn; in BatteryMonitor_registerNotifyRange()
|
| /hal_ti-latest/simplelink/source/ti/drivers/temperature/ |
| D | TemperatureCC26X2.c | 330 notifyObject->notifyFxn(currentTemperature, in walkNotifyList() 443 Temperature_NotifyFxn notifyFxn, in Temperature_registerNotifyHigh() argument 451 notifyObject->notifyFxn = notifyFxn; in Temperature_registerNotifyHigh() 476 Temperature_NotifyFxn notifyFxn, in Temperature_registerNotifyLow() argument 484 notifyObject->notifyFxn = notifyFxn; in Temperature_registerNotifyLow() 510 Temperature_NotifyFxn notifyFxn, in Temperature_registerNotifyRange() argument 518 notifyObject->notifyFxn = notifyFxn; in Temperature_registerNotifyRange()
|
| /hal_ti-latest/simplelink_lpf3/source/ti/drivers/temperature/ |
| D | TemperatureLPF3.c | 285 … notifyObject->notifyFxn(currentTemperature, threshold, notifyObject->clientArg, notifyObject); in walkNotifyList() 408 Temperature_NotifyFxn notifyFxn, in Temperature_registerNotifyHigh() argument 417 notifyObject->notifyFxn = notifyFxn; in Temperature_registerNotifyHigh() 443 Temperature_NotifyFxn notifyFxn, in Temperature_registerNotifyLow() argument 452 notifyObject->notifyFxn = notifyFxn; in Temperature_registerNotifyLow() 479 Temperature_NotifyFxn notifyFxn, in Temperature_registerNotifyRange() argument 488 notifyObject->notifyFxn = notifyFxn; in Temperature_registerNotifyRange()
|
| /hal_ti-latest/simplelink_lpf3/source/ti/drivers/power/ |
| D | PowerCC23X0.c | 480 Power_NotifyFxn notifyFxn, in Power_registerNotify() argument 486 if ((notifyObj == NULL) || (notifyFxn == NULL)) in Power_registerNotify() 497 notifyObj->notifyFxn = notifyFxn; in Power_registerNotify() 503 notifyFxn, in Power_registerNotify() 527 notifyObj->notifyFxn, in Power_unregisterNotify() 1176 Power_NotifyFxn notifyFxn; in PowerCC23X0_notify() local 1192 notifyFxn = ((Power_NotifyObj *)elem)->notifyFxn; in PowerCC23X0_notify() 1199 notifyFxn, in PowerCC23X0_notify() 1203 notifyStatus = (int_fast16_t)(*(Power_NotifyFxn)notifyFxn)(eventType, 0, clientArg); in PowerCC23X0_notify() 1211 notifyFxn, in PowerCC23X0_notify()
|
| /hal_ti-latest/simplelink/source/ti/drivers/power/ |
| D | PowerCC26X2.c | 423 uint_fast16_t eventTypes, Power_NotifyFxn notifyFxn, uintptr_t clientArg) in Power_registerNotify() argument 428 if ((pNotifyObj == NULL) || (notifyFxn == NULL)) { in Power_registerNotify() 435 pNotifyObj->notifyFxn = notifyFxn; in Power_registerNotify() 1279 Power_NotifyFxn notifyFxn; in notify() local 1292 notifyFxn = ((Power_NotifyObj *)elem)->notifyFxn; in notify() 1296 notifyStatus = (int_fast16_t)(*(Power_NotifyFxn)notifyFxn)( in notify()
|
| D | PowerCC32XX.c | 323 uint_fast16_t eventTypes, Power_NotifyFxn notifyFxn, uintptr_t clientArg) in Power_registerNotify() argument 328 if ((pNotifyObj == NULL) || (notifyFxn == NULL)) { in Power_registerNotify() 335 pNotifyObj->notifyFxn = notifyFxn; in Power_registerNotify() 344 (uintptr_t) pNotifyObj, eventTypes, (uintptr_t) notifyFxn); in Power_registerNotify() 1153 Power_NotifyFxn notifyFxn; in notify() local 1166 notifyFxn = ((Power_NotifyObj *)elem)->notifyFxn; in notify() 1170 notifyStatus = (int_fast16_t) (*(Power_NotifyFxn)notifyFxn)( in notify()
|