Zephyr API Documentation
2.7.0-rc2
A Scalable Open Source RTOS
|
#include <net_timeout.h>
Data Fields | |
sys_snode_t | node |
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 |