Home
last modified time | relevance | path

Searched refs:callback (Results 1 – 10 of 10) sorted by relevance

/loramac-node-latest/src/boards/mcu/saml21/
Dhw_timer.c104 void HwTimerAlarmSetCallback(HwTimerCallback_t callback) in HwTimerAlarmSetCallback() argument
106 HwTimerAlarmCallback = callback; in HwTimerAlarmSetCallback()
114 void HwTimerOverflowSetCallback(HwTimerCallback_t callback) in HwTimerOverflowSetCallback() argument
116 HwTimerOverflowCallback = callback; in HwTimerOverflowSetCallback()
Dhw_timer.h74 void HwTimerAlarmSetCallback(HwTimerCallback_t callback);
81 void HwTimerOverflowSetCallback(HwTimerCallback_t callback);
/loramac-node-latest/src/boards/mcu/saml21/hpl/eic/
Dhpl_eic.c101 static void (*callback)(const uint32_t pin); variable
182 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()
/loramac-node-latest/src/boards/mcu/saml21/hal/include/
Dhpl_calendar.h99 calendar_drv_cb_alarm_t callback; member
239 …32_t _calendar_register_callback(struct calendar_dev *const dev, calendar_drv_cb_alarm_t callback);
/loramac-node-latest/src/system/
Dtimer.c86 void TimerInit( TimerEvent_t *obj, void ( *callback )( void *context ) ) in TimerInit()
92 obj->Callback = callback; in TimerInit()
Dtimer.h66 void TimerInit( TimerEvent_t *obj, void ( *callback )( void *context ) );
/loramac-node-latest/src/boards/mcu/saml21/hal/documentation/
Dtimer.rst15 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.
/loramac-node-latest/
DCHANGELOG.md142 - Changed certification `OnTxPeriodicityChanged` callback implementation in order to directly apply…
414 - Added a callback to notify the upper layer to call `LoRaMacProcess` function
661 - Fixed `TimerIrqHandler`. Now, it is possible to insert timers in callback
706 - Added TimerStop function calls to each timer event callback
718 - 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)
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_sai.h819 HAL_StatusTypeDef HAL_SAI_EnableRxMuteMode(SAI_HandleTypeDef *hsai, SAIcallback callback, uint16_t …
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_sai.c1746 HAL_StatusTypeDef HAL_SAI_EnableRxMuteMode(SAI_HandleTypeDef *hsai, SAIcallback callback, uint16_t … in HAL_SAI_EnableRxMuteMode() argument
1755 hsai->mutecallback = callback; in HAL_SAI_EnableRxMuteMode()