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

结构体 | |
| struct | hal_spi_opreation |
| SPI mode opreation base info. 更多... | |
类型定义 | |
| typedef struct hal_spi_opreation | hal_spi_opreation_t |
| SPI mode opreation base info. | |
函数 | |
| void | hal_sfc_regs_set_opt (hal_spi_opreation_t *hal_opt) |
| Set cmd config and cmd ins by basic command info | |
| void | hal_sfc_regs_set_opt_attr (uint32_t rw, uint32_t data_en, uint32_t addr_en) |
| Set cmd config by command attribute | |
| void | hal_sfc_regs_wait_config (void) |
| Wait region start of cmd_config_t be 0 | |
| void | hal_sfc_dma_wait_done (void) |
| Wait region dma_start of bus_dma_ctrl_t be 0 | |
| void | hal_sfc_regs_set_bus_read (spi_opreation_t opt_read) |
| Set read command info in bus mode | |
| void | hal_sfc_regs_set_bus_write (spi_opreation_t opt_write) |
| Set write command info in bus mode | |
变量 | |
| uintptr_t | g_sfc_global_conf_regs |
| uintptr_t | g_sfc_bus_regs |
| uintptr_t | g_sfc_bus_dma_regs |
| uintptr_t | g_sfc_cmd_regs |
| uintptr_t | g_sfc_cmd_databuf |