VSF Documented
|
TIMER status information structure Contains the current status of TIMER operations. More...
#include <vsf_template_timer.h>
Data Fields | ||
union { | ||
}; | ||
union { | ||
struct { | ||
uint32_t is_busy: 1 | ||
} | ||
uint32_t value | ||
}; | ||
TIMER status information structure Contains the current status of TIMER operations.
union { ... } vsf_timer_status_t |
uint32_t vsf_timer_status_t::is_busy |
uint32_t vsf_timer_status_t::value |
union { ... } vsf_timer_status_t |