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

浏览源代码.

结构体

union  global_config
 This union represents the bit fields in the SFC global config Register.
Read the register into the d32 member then set/clear the bits using the b elements. 更多...
 
union  timing
 This union represents the bit fields in the SFC timing Register.
Read the register into the d32 member then set/clear the bits using the b elements. 更多...
 
union  bus_config1
 This union represents the bit fields in the SFC bus config Register 1.
Read the register into the d32 member then set/clear the bits using the b elements. 更多...
 
union  bus_config2
 This union represents the bit fields in the SFC bus config Register 2.
Read the register into the d32 member then set/clear the bits using the b elements. 更多...
 
union  bus_flash_size
 This union represents the bit fields in the SFC bus flash size Register.
Read the register into the d32 member then set/clear the bits using the b elements. 更多...
 
union  bus_base_addr
 This union represents the bit fields in the SFC bus base addr Register.
Read the register into the d32 member then set/clear the bits using the b elements. 更多...
 
union  bus_dma_ctrl
 This union represents the bit fields in the SFC bus dma ctrl Register.
Read the register into the d32 member then set/clear the bits using the b elements. 更多...
 
union  bus_dma_len
 This union represents the bit fields in the SFC bus dma len Register.
Read the register into the d32 member then set/clear the bits using the b elements. 更多...
 
union  bus_dma_ahb_ctrl
 This union represents the bit fields in the SFC bus dma ahb ctrl Register.
Read the register into the d32 member then set/clear the bits using the b elements. 更多...
 
union  cmd_config
 This union represents the bit fields in the SFC command config Register.
Read the register into the d32 member then set/clear the bits using the b elements. 更多...
 
union  cmd_ins
 This union represents the bit fields in the SFC command ins Register.
Read the register into the d32 member then set/clear the bits using the b elements. 更多...
 
union  cmd_addr
 This union represents the bit fields in the SFC command address Register.
Read the register into the d32 member then set/clear the bits using the b elements. 更多...
 
union  cmd_databuf
 This union represents the bit fields in the SFC command data buffer Register.
Read the register into the d32 member then set/clear the bits using the b elements. 更多...
 
struct  global_conf_regs
 Global Config Registers associated with SFC. 更多...
 
struct  bus_regs
 Bus mode Registers associated with SFC. 更多...
 
struct  bus_dma_regs
 DMA mode Registers associated with SFC. 更多...
 
struct  cmd_regs
 SPI mode Registers associated with SFC. 更多...
 
struct  cmd_databufs
 SPI data buffer Registers associated with SFC. 更多...
 

宏定义

#define MAX_DATABUF_NUM   16
 
#define MAX_BYTE_PER_DATABUF   4
 

类型定义

typedef union global_config global_config_t
 This union represents the bit fields in the SFC global config Register.
Read the register into the d32 member then set/clear the bits using the b elements.
 
typedef union timing timing_t
 This union represents the bit fields in the SFC timing Register.
Read the register into the d32 member then set/clear the bits using the b elements.
 
typedef union bus_config1 bus_config1_t
 This union represents the bit fields in the SFC bus config Register 1.
Read the register into the d32 member then set/clear the bits using the b elements.
 
typedef union bus_config2 bus_config2_t
 This union represents the bit fields in the SFC bus config Register 2.
Read the register into the d32 member then set/clear the bits using the b elements.
 
typedef union bus_flash_size bus_flash_size_t
 This union represents the bit fields in the SFC bus flash size Register.
Read the register into the d32 member then set/clear the bits using the b elements.
 
typedef union bus_base_addr bus_base_addr_t
 This union represents the bit fields in the SFC bus base addr Register.
Read the register into the d32 member then set/clear the bits using the b elements.
 
typedef union bus_dma_ctrl bus_dma_ctrl_t
 This union represents the bit fields in the SFC bus dma ctrl Register.
Read the register into the d32 member then set/clear the bits using the b elements.
 
typedef union bus_dma_len bus_dma_len_t
 This union represents the bit fields in the SFC bus dma len Register.
Read the register into the d32 member then set/clear the bits using the b elements.
 
typedef union bus_dma_ahb_ctrl bus_dma_ahb_ctrl_t
 This union represents the bit fields in the SFC bus dma ahb ctrl Register.
Read the register into the d32 member then set/clear the bits using the b elements.
 
typedef union cmd_config cmd_config_t
 This union represents the bit fields in the SFC command config Register.
Read the register into the d32 member then set/clear the bits using the b elements.
 
typedef union cmd_ins cmd_ins_t
 This union represents the bit fields in the SFC command ins Register.
Read the register into the d32 member then set/clear the bits using the b elements.
 
typedef union cmd_addr cmd_addr_t
 This union represents the bit fields in the SFC command address Register.
Read the register into the d32 member then set/clear the bits using the b elements.
 
typedef union cmd_databuf cmd_databuf_t
 This union represents the bit fields in the SFC command data buffer Register.
Read the register into the d32 member then set/clear the bits using the b elements.
 
typedef struct global_conf_regs global_conf_regs_t
 Global Config Registers associated with SFC.
 
typedef struct bus_regs bus_regs_t
 Bus mode Registers associated with SFC.
 
typedef struct bus_dma_regs bus_dma_regs_t
 DMA mode Registers associated with SFC.
 
typedef struct cmd_regs cmd_regs_t
 SPI mode Registers associated with SFC.
 
typedef struct cmd_databufs cmd_databufs_t
 SPI data buffer Registers associated with SFC.
 

宏定义说明

◆ MAX_BYTE_PER_DATABUF

#define MAX_BYTE_PER_DATABUF   4

◆ MAX_DATABUF_NUM

#define MAX_DATABUF_NUM   16

Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2022-2022. All rights reserved.

Description: Provides v150 SFC register
History:
2022-12-01, Create file.