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

宏定义 | |
| #define | spis_v151_regs(bus) ((spi_v151_regs_t *)g_hal_spis_regs[bus]) |
类型定义 | |
| typedef enum spi_v151_int_reg | spi_v151_int_reg_t |
| The registers list of ssi interrupt. | |
枚举 | |
| enum | spi_v151_int_reg { SPI_INMAR_REG , SPI_INSR_REG , SPI_RAINSR_REG } |
| The registers list of ssi interrupt. 更多... | |
函数 | |
| volatile uint32_t * | hal_spi_v151_int_set_reg (spi_bus_t bus, spi_v151_int_reg_t reg) |
| Get the register address of ssi interrupt set interface. | |
| volatile uint32_t * | hal_spi_v151_int_get_reg (spi_bus_t bus, spi_v151_int_reg_t reg) |
| Get the register address of ssi interrupt get interface. | |
变量 | |
| uintptr_t | g_hal_spis_regs [SPI_BUS_MAX_NUM] |