WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
hal_rtc_v100_regs_def.h 文件参考
#include <stdint.h>
hal_rtc_v100_regs_def.h 的引用(Include)关系图:
此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

结构体

union  rtc_control_reg_data
 This union represents the bit fields in the Control.
Read the register into the d32 member then set/clear the bits using the b elements. 更多...
 
union  rtc_eoi_data
 This union represents the bit fields in the End-of-Interrupt.
Read the register into the d32 member then set/clear the bits using the b elements. 更多...
 
struct  rtc_regs_info
 
struct  rtc_regs
 

宏定义

#define RTC_REGS_MAX_NUM   4
 

类型定义

typedef union rtc_control_reg_data rtc_control_reg_data_t
 This union represents the bit fields in the Control.
Read the register into the d32 member then set/clear the bits using the b elements.
 
typedef union rtc_eoi_data rtc_eoi_data_t
 This union represents the bit fields in the End-of-Interrupt.
Read the register into the d32 member then set/clear the bits using the b elements.
 
typedef struct rtc_regs_info rtc_regs_info_t
 
typedef struct rtc_regs rtc_regs_t