Home
last modified time | relevance | path

Searched refs:IS_OSPI_AUTOMATIC_STOP (Results 1 – 4 of 4) sorted by relevance

/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Inc/
Dstm32l5xx_hal_ospi.h955 #define IS_OSPI_AUTOMATIC_STOP(MODE) (((MODE) == HAL_OSPI_AUTOMATIC_STOP_ENABLE) || \ macro
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Inc/
Dstm32u5xx_hal_ospi.h1033 #define IS_OSPI_AUTOMATIC_STOP(MODE) (((MODE) == HAL_OSPI_AUTOMATIC_STOP_ENABLE) || \ macro
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Src/
Dstm32l5xx_hal_ospi.c1656 assert_param(IS_OSPI_AUTOMATIC_STOP (cfg->AutomaticStop)); in HAL_OSPI_AutoPolling()
1734 assert_param(IS_OSPI_AUTOMATIC_STOP (cfg->AutomaticStop)); in HAL_OSPI_AutoPolling_IT()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Src/
Dstm32u5xx_hal_ospi.c1789 assert_param(IS_OSPI_AUTOMATIC_STOP(cfg->AutomaticStop)); in HAL_OSPI_AutoPolling()
1867 assert_param(IS_OSPI_AUTOMATIC_STOP(cfg->AutomaticStop)); in HAL_OSPI_AutoPolling_IT()