Home
last modified time | relevance | path

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

/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_hal_ospi.h606 #define HAL_OSPI_TIMEOUT_COUNTER_ENABLE ((uint32_t)OCTOSPI_CR_TCEN) … macro
1001 ((MODE) == HAL_OSPI_TIMEOUT_COUNTER_ENABLE))
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_hal_ospi.c1804 if (cfg->TimeOutActivation == HAL_OSPI_TIMEOUT_COUNTER_ENABLE) in HAL_OSPI_MemoryMapped()