#include <timers.h>
Data Fields | |
void * | arg |
sys_timeout_handler | h |
struct sys_timeo * | next |
u32_t | time |
void * sys_timeo::arg |
Referenced by sys_mbox_fetch(), sys_sem_wait(), sys_timeout(), and sys_untimeout().
sys_timeout_handler sys_timeo::h |
Referenced by sys_mbox_fetch(), sys_sem_wait(), sys_timeout(), and sys_untimeout().
struct sys_timeo * sys_timeo::next |
Referenced by sys_mbox_fetch(), sys_sem_wait(), sys_timeout(), and sys_untimeout().
u32_t sys_timeo::time |
Referenced by sys_mbox_fetch(), sys_sem_wait(), sys_timeout(), and sys_untimeout().