Zephyr API 3.6.99
|
Phase discontinuity callback structure. More...
#include <gptp.h>
Data Fields | |
sys_snode_t | node |
Node information for the slist. | |
gptp_phase_dis_callback_t | cb |
Phase discontinuity callback. | |
Phase discontinuity callback structure.
Stores the phase discontinuity callback information. Caller must make sure that the variable pointed by this is valid during the lifetime of registration. Typically this means that the variable cannot be allocated from stack.
gptp_phase_dis_callback_t gptp_phase_dis_cb::cb |
Phase discontinuity callback.
sys_snode_t gptp_phase_dis_cb::node |
Node information for the slist.