VSF Documented
Data Fields
vsf_sync_t Class Reference

#include <vsf_eda.h>

Data Fields

union { 
 
   struct { 
 
      uint16_t   cur: 15 
 
      uint16_t   has_owner: 1 
 
   }   bits 
 
   uint16_t   cur_value 
 
cur_union 
 
union { 
 
   struct { 
 
      uint16_t   max: 15 
 
      uint16_t   manual_rst: 1 
 
   }   bits 
 
   uint16_t   max_value 
 
max_union 
 
vsf_dlist_t pending_list
 

Field Documentation

◆ cur

uint16_t vsf_sync_t::cur

◆ has_owner

uint16_t vsf_sync_t::has_owner

◆ [struct] [1/2]

struct { ... } vsf_sync_t::bits

◆ cur_value

uint16_t vsf_sync_t::cur_value

◆ [union]

union { ... } vsf_sync_t::cur_union

◆ max

uint16_t vsf_sync_t::max

◆ manual_rst

uint16_t vsf_sync_t::manual_rst

◆ [struct] [2/2]

struct { ... } vsf_sync_t::bits

◆ max_value

uint16_t vsf_sync_t::max_value

◆ [union]

union { ... } vsf_sync_t::max_union

◆ pending_list

vsf_dlist_t vsf_sync_t::pending_list