Searched refs:callback (Results 1 – 10 of 10) sorted by relevance
104 void HwTimerAlarmSetCallback(HwTimerCallback_t callback) in HwTimerAlarmSetCallback() argument106 HwTimerAlarmCallback = callback; in HwTimerAlarmSetCallback()114 void HwTimerOverflowSetCallback(HwTimerCallback_t callback) in HwTimerOverflowSetCallback() argument116 HwTimerOverflowCallback = callback; in HwTimerOverflowSetCallback()
74 void HwTimerAlarmSetCallback(HwTimerCallback_t callback);81 void HwTimerOverflowSetCallback(HwTimerCallback_t callback);
101 static void (*callback)(const uint32_t pin); variable182 callback = cb; in _ext_irq_init()193 callback = NULL; in _ext_irq_deinit()240 ASSERT(callback); in _ext_irq_handler()261 callback(pin); in _ext_irq_handler()
99 calendar_drv_cb_alarm_t callback; member239 …32_t _calendar_register_callback(struct calendar_dev *const dev, calendar_drv_cb_alarm_t callback);
86 void TimerInit( TimerEvent_t *obj, void ( *callback )( void *context ) ) in TimerInit()92 obj->Callback = callback; in TimerInit()
66 void TimerInit( TimerEvent_t *obj, void ( *callback )( void *context ) );
15 In single-shot mode a task is removed from the task queue before its callback is invoked. It allows…16 reuse the memory of expired task in the callback.
142 - Changed certification `OnTxPeriodicityChanged` callback implementation in order to directly apply…414 - Added a callback to notify the upper layer to call `LoRaMacProcess` function661 - Fixed `TimerIrqHandler`. Now, it is possible to insert timers in callback706 - Added TimerStop function calls to each timer event callback718 - Applications LED control is no more done into the timer callback functions but instead on the mai…779 - Fixed a firmware freeze when one of the following situations arrived in `OnRxDone` callback: bad …980 - Radio driver RxDone callback function API has changed (size parameter is no more a pointer)
819 HAL_StatusTypeDef HAL_SAI_EnableRxMuteMode(SAI_HandleTypeDef *hsai, SAIcallback callback, uint16_t …
1746 HAL_StatusTypeDef HAL_SAI_EnableRxMuteMode(SAI_HandleTypeDef *hsai, SAIcallback callback, uint16_t … in HAL_SAI_EnableRxMuteMode() argument1755 hsai->mutecallback = callback; in HAL_SAI_EnableRxMuteMode()