Searched refs:xspi_prepare_cmd (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/drivers/flash/ |
D | flash_stm32_xspi.c | 170 static XSPI_RegularCmdTypeDef xspi_prepare_cmd(const uint8_t transfer_mode, in xspi_prepare_cmd() function 248 XSPI_RegularCmdTypeDef cmd = xspi_prepare_cmd(XSPI_SPI_MODE, XSPI_STR_TRANSFER); in stm32_xspi_read_jedec_id() 311 XSPI_RegularCmdTypeDef cmd = xspi_prepare_cmd(dev_cfg->data_mode, in stm32_xspi_read_sfdp() 413 XSPI_RegularCmdTypeDef s_command = xspi_prepare_cmd(nor_mode, nor_rate); in stm32_xspi_mem_erased() 464 XSPI_RegularCmdTypeDef s_command = xspi_prepare_cmd(nor_mode, nor_rate); in stm32_xspi_mem_ready() 509 XSPI_RegularCmdTypeDef s_command = xspi_prepare_cmd(nor_mode, nor_rate); in stm32_xspi_write_enable() 570 XSPI_RegularCmdTypeDef s_command = xspi_prepare_cmd(nor_mode, nor_rate); in stm32_xspi_write_cfg2reg_dummy() 600 XSPI_RegularCmdTypeDef s_command = xspi_prepare_cmd(nor_mode, nor_rate); in stm32_xspi_write_cfg2reg_io() 630 XSPI_RegularCmdTypeDef s_command = xspi_prepare_cmd(nor_mode, nor_rate); in stm32_xspi_read_cfg2reg() 1189 XSPI_RegularCmdTypeDef cmd = xspi_prepare_cmd(dev_cfg->data_mode, dev_cfg->data_rate); in flash_stm32_xspi_read() [all …]
|