Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/flash/
Dflash_stm32_xspi.c845 XSPI_MemoryMappedTypeDef s_MemMappedCfg; in stm32_xspi_set_memorymap() local
936 s_MemMappedCfg.TimeOutActivation = HAL_XSPI_TIMEOUT_COUNTER_DISABLE; in stm32_xspi_set_memorymap()
938 ret = HAL_XSPI_MemoryMapped(&dev_data->hxspi, &s_MemMappedCfg); in stm32_xspi_set_memorymap()
Dflash_stm32_ospi.c991 OSPI_MemoryMappedTypeDef s_MemMappedCfg; in stm32_ospi_set_memorymap() local
1104 s_MemMappedCfg.TimeOutActivation = HAL_OSPI_TIMEOUT_COUNTER_DISABLE; in stm32_ospi_set_memorymap()
1106 ret = HAL_OSPI_MemoryMapped(&dev_data->hospi, &s_MemMappedCfg); in stm32_ospi_set_memorymap()