|
SemiDrive SSDK Appication Program Interface PTG3.0
|
#include <sdrv_spi_nor.h>
Data Fields | |
| uint8_t | id |
| addr_t | base |
| unsigned int | irq |
| sdrv_ckgen_node_t * | clk |
| unsigned long | ref_clk_hz |
| bool | xip_mode |
| struct spi_nor_host_ops * | ops |
| struct hyperbus_host_ops * | hyper_ops |
| struct spi_nor * | dev |
| void * | priv_data |
| struct spi_nor * | nor_tab [SWITCH_DEVICE_MAX_NUM] |
| flash_size_t | total_size |
| addr_t base |
xspi apb base address
| sdrv_ckgen_node_t* clk |
get host ckgen node
| struct hyperbus_host_ops* hyper_ops |
hyperbus host ops
| uint8_t id |
xspi host id
| unsigned int irq |
xspi irq number
| struct spi_nor* nor_tab[SWITCH_DEVICE_MAX_NUM] |
spi_nor binded
| struct spi_nor_host_ops* ops |
xspi nor host ops
| void* priv_data |
xspi private info
| unsigned long ref_clk_hz |
xspi reference clk
| flash_size_t total_size |
all flash size
| bool xip_mode |
device is xip mode