WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
timer_v150_control_reg_data联合体 参考

This union represents the bit fields in the Control Register. Read the register into the d32 member then set/clear the bits using the b elements. 更多...

#include <hal_timer_v150_regs_def.h>

成员变量

uint32_t d32
 
struct { 
 
   uint32_t   enable: 1 
 
   uint32_t   mode: 2 
 
   uint32_t   int_mask: 1 
 
   uint32_t   rstfsm: 1 
 
   uint32_t   cnt_req: 1 
 
   uint32_t   cnt_lock: 1 
 
   uint32_t   reserved_25: 25 
 
b 
 
struct { 
 
   uint32_t   enable: 1 
 
   uint32_t   mode: 2 
 
   uint32_t   int_mask: 1 
 
   uint32_t   rstfsm: 1 
 
   uint32_t   cnt_req: 1 
 
   uint32_t   cnt_lock: 1 
 
   uint32_t   reserved_25: 25 
 
b 
 

详细描述

This union represents the bit fields in the Control Register. Read the register into the d32 member then set/clear the bits using the b elements.

结构体成员变量说明

◆ [struct] [1/2]

struct { ... } timer_v150_control_reg_data::b

Register bits.

◆ [struct] [2/2]

struct { ... } timer_v150_control_reg_data::b

Register bits.

◆ cnt_lock

uint32_t timer_v150_control_reg_data::cnt_lock

Timer count lock signal bit.

◆ cnt_req

uint32_t timer_v150_control_reg_data::cnt_req

Timer count lock request signal bit.

◆ d32

uint32_t timer_v150_control_reg_data::d32

Raw register data.

◆ enable

uint32_t timer_v150_control_reg_data::enable

Timer enable bit.

◆ int_mask

uint32_t timer_v150_control_reg_data::int_mask

Timer interrupt mask bit.

◆ mode

uint32_t timer_v150_control_reg_data::mode

Timer mode bit.

◆ reserved_25

uint32_t timer_v150_control_reg_data::reserved_25

◆ rstfsm

uint32_t timer_v150_control_reg_data::rstfsm

Timer reset signal bit.


该联合体的文档由以下文件生成: