nRF5 SDK for Thread and Zigbee v1.0.0
Choose documentation:
nrf_802154_timer_s Struct Reference

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_tp_next
 A pointer to the next running timer.
 

Detailed Description

Structure containing timer data used by timer module.


The documentation for this struct was generated from the following file: