Home
last modified time | relevance | path

Searched refs:nor_rate (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/drivers/flash/
Dflash_stm32_xspi.c410 uint8_t nor_rate = dev_cfg->data_rate; in stm32_xspi_mem_erased() local
413 XSPI_RegularCmdTypeDef s_command = xspi_prepare_cmd(nor_mode, nor_rate); in stm32_xspi_mem_erased()
418 s_command.DummyCycles = (nor_rate == XSPI_DTR_TRANSFER) in stm32_xspi_mem_erased()
430 s_command.DataLength = ((nor_rate == XSPI_DTR_TRANSFER) ? 2U : 1U); in stm32_xspi_mem_erased()
459 uint8_t nor_rate) in stm32_xspi_mem_ready() argument
464 XSPI_RegularCmdTypeDef s_command = xspi_prepare_cmd(nor_mode, nor_rate); in stm32_xspi_mem_ready()
469 s_command.DummyCycles = (nor_rate == XSPI_DTR_TRANSFER) in stm32_xspi_mem_ready()
481 s_command.DataLength = ((nor_rate == XSPI_DTR_TRANSFER) ? 2U : 1U); in stm32_xspi_mem_ready()
504 uint8_t nor_mode, uint8_t nor_rate) in stm32_xspi_write_enable() argument
509 XSPI_RegularCmdTypeDef s_command = xspi_prepare_cmd(nor_mode, nor_rate); in stm32_xspi_write_enable()
[all …]
Dflash_stm32_ospi.c561 uint8_t nor_rate = dev_cfg->data_rate; in stm32_ospi_mem_erased() local
564 OSPI_RegularCmdTypeDef s_command = ospi_prepare_cmd(nor_mode, nor_rate); in stm32_ospi_mem_erased()
569 s_command.DummyCycles = (nor_rate == OSPI_DTR_TRANSFER) in stm32_ospi_mem_erased()
581 s_command.NbData = ((nor_rate == OSPI_DTR_TRANSFER) ? 2U : 1U); in stm32_ospi_mem_erased()
609 uint8_t nor_rate) in stm32_ospi_mem_ready() argument
613 OSPI_RegularCmdTypeDef s_command = ospi_prepare_cmd(nor_mode, nor_rate); in stm32_ospi_mem_ready()
618 s_command.DummyCycles = (nor_rate == OSPI_DTR_TRANSFER) in stm32_ospi_mem_ready()
630 s_command.NbData = ((nor_rate == OSPI_DTR_TRANSFER) ? 2U : 1U); in stm32_ospi_mem_ready()
652 uint8_t nor_mode, uint8_t nor_rate) in stm32_ospi_write_enable() argument
656 OSPI_RegularCmdTypeDef s_command = ospi_prepare_cmd(nor_mode, nor_rate); in stm32_ospi_write_enable()
[all …]