|
WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
|

宏定义 | |
| #define | NON_OS_NMI_EN_REG NMI_CTL_REG_BASE_ADDR |
| #define | NON_OS_NMI_STATUS_REG (NMI_CTL_REG_BASE_ADDR + 0x8) |
| #define | NON_OS_NMI_RAW_STATUS_REG (NMI_CTL_REG_BASE_ADDR + 0x4) |
函数 | |
| void | non_os_nmi_config (nmi_types_e nmi, bool on) |
| Config the nmi. | |
| uint16_t | non_os_get_nmi_mask_status (void) |
| Get NMI interrupt status after mask. | |
| uint16_t | non_os_get_nmi_raw_status (void) |
| get NMI raw interrupt status. | |
| nmi_types_e | non_os_get_nmi_type (void) |
| get NMI mask interrupt type. | |
| #define NON_OS_NMI_EN_REG NMI_CTL_REG_BASE_ADDR |
| #define NON_OS_NMI_RAW_STATUS_REG (NMI_CTL_REG_BASE_ADDR + 0x4) |
| #define NON_OS_NMI_STATUS_REG (NMI_CTL_REG_BASE_ADDR + 0x8) |