Searched refs:s_MemMappedCfg (Results 1 – 2 of 2) sorted by relevance
845 XSPI_MemoryMappedTypeDef s_MemMappedCfg; in stm32_xspi_set_memorymap() local936 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()
991 OSPI_MemoryMappedTypeDef s_MemMappedCfg; in stm32_ospi_set_memorymap() local1104 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()