Searched refs:OSPI_RegularCmdTypeDef (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/drivers/flash/ |
D | flash_stm32_ospi.c | 199 static int ospi_send_cmd(const struct device *dev, OSPI_RegularCmdTypeDef *cmd) in ospi_send_cmd() 219 static int ospi_read_access(const struct device *dev, OSPI_RegularCmdTypeDef *cmd, in ospi_read_access() 252 static int ospi_write_access(const struct device *dev, OSPI_RegularCmdTypeDef *cmd, in ospi_write_access() 298 static OSPI_RegularCmdTypeDef ospi_prepare_cmd(uint8_t transfer_mode, uint8_t transfer_rate) in ospi_prepare_cmd() 300 OSPI_RegularCmdTypeDef cmd_tmp = { in ospi_prepare_cmd() 384 OSPI_RegularCmdTypeDef cmd = ospi_prepare_cmd(OSPI_SPI_MODE, OSPI_STR_TRANSFER); in stm32_ospi_read_jedec_id() 447 OSPI_RegularCmdTypeDef cmd = ospi_prepare_cmd(dev_cfg->data_mode, in stm32_ospi_read_sfdp() 564 OSPI_RegularCmdTypeDef s_command = ospi_prepare_cmd(nor_mode, nor_rate); in stm32_ospi_mem_erased() 613 OSPI_RegularCmdTypeDef s_command = ospi_prepare_cmd(nor_mode, nor_rate); in stm32_ospi_mem_ready() 656 OSPI_RegularCmdTypeDef s_command = ospi_prepare_cmd(nor_mode, nor_rate); in stm32_ospi_write_enable() [all …]
|
D | flash_stm32_ospi.h | 29 #define OSPI_RegularCmdTypeDef XSPI_RegularCmdTypeDef macro
|