Zephyr API Documentation
3.5.0
A Scalable Open Source RTOS
|
|
3.5.0 |
Generic struct for handling network timeouts. More...
#include <net_timeout.h>
Data Fields | |
sys_snode_t | node |
Used to link multiple timeouts that share a common timer infrastructure. | |
uint32_t | timer_start |
uint32_t | timer_timeout |
uint32_t | wrap_counter |
Generic struct for handling network timeouts.
Except for the linking node, all access to state from these objects must go through the defined API.
sys_snode_t net_timeout::node |
Used to link multiple timeouts that share a common timer infrastructure.
For examples a set of related timers may use a single delayed work structure, which is always scheduled at the shortest time to a timeout event.
uint32_t net_timeout::timer_start |
uint32_t net_timeout::timer_timeout |
uint32_t net_timeout::wrap_counter |