![]() |
nRF5 SDK for Thread and Zigbee v1.0.0
|
Choose documentation: | nRF5 SDK | S112 SoftDevice API | S132 SoftDevice API | S140 SoftDevice API | S212 SoftDevice API |
Structure containing timer data used by timer module. More...
#include <nrf_802154_timer_sched.h>
Data Fields | |
uint32_t | t0 |
Base time of the timer [us]. | |
uint32_t | dt |
Timer expiration delta from t0 [us]. | |
nrf_802154_timer_callback_t | callback |
Callback function called when timer expires. | |
void * | p_context |
User-defined context passed to callback function. | |
nrf_802154_timer_t * | p_next |
A pointer to the next running timer. | |
Structure containing timer data used by timer module.