VSF Documented
Data Fields
vsf_timer_status_t Struct Reference

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 
 
};  
 

Detailed Description

TIMER status information structure Contains the current status of TIMER operations.

Note
These types usually don't need to be reimplemented in hardware drivers. They can be reimplemented when existing status types don't meet requirements.

Field Documentation

◆ [union]

union { ... } vsf_timer_status_t

◆ is_busy

uint32_t vsf_timer_status_t::is_busy

◆ value

uint32_t vsf_timer_status_t::value

◆ [union]

union { ... } vsf_timer_status_t
Generated from commit: vsfteam/vsf@4315c8d