|
WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
|
#include <stdint.h>

结构体 | |
| union | 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. 更多... | |
| union | timer_v150_eoi_data |
| This union represents the bit fields in the End-of-Interrupt Register. Read the register into the d32 member then set/clear the bits using the b elements. 更多... | |
| union | timer_v150_int_status_data |
| This union represents the bit fields in the Interrupt Status Register. Read the register into the d32 member then set/clear the bits using the b elements. 更多... | |
| struct | timers_v150_regs |
| Registers associated with common timer. 更多... | |
| struct | timer_v150_regs |
| Registers associated with timer. 更多... | |
宏定义 | |
| #define | TIME_CHGI_VMID_NUM 8 |
| #define | TIME_CHGI_IDX_NUM 16 |
类型定义 | |
| typedef union timer_v150_control_reg_data | timer_v150_control_reg_data_t |
| 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. | |
| typedef union timer_v150_eoi_data | timer_v150_eoi_data_t |
| This union represents the bit fields in the End-of-Interrupt Register. Read the register into the d32 member then set/clear the bits using the b elements. | |
| typedef union timer_v150_int_status_data | timer_v150_int_status_data_t |
| This union represents the bit fields in the Interrupt Status Register. Read the register into the d32 member then set/clear the bits using the b elements. | |
| typedef struct timers_v150_regs | timers_v150_regs_t |
| Registers associated with common timer. | |
| typedef struct timer_v150_regs | timer_v150_regs_t |
| Registers associated with timer. | |