|
VSF Documented
|
Event callback set attachable via gptimer_register_event_callbacks(). More...
#include <gptimer.h>
Data Fields | |
| gptimer_alarm_cb_t | on_alarm |
Event callback set attachable via gptimer_register_event_callbacks().
Only on_alarm is meaningful in this shim; future callback hooks that may be added upstream will be accepted and ignored until the backend grows the corresponding capability.
| gptimer_alarm_cb_t gptimer_event_callbacks_t::on_alarm |