Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_ospi.h995 #define IS_OSPI_AUTOMATIC_STOP(MODE) (((MODE) == HAL_OSPI_AUTOMATIC_STOP_ENABLE) || \ macro
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_ospi.c1647 assert_param(IS_OSPI_AUTOMATIC_STOP (cfg->AutomaticStop)); in HAL_OSPI_AutoPolling()
1726 assert_param(IS_OSPI_AUTOMATIC_STOP (cfg->AutomaticStop)); in HAL_OSPI_AutoPolling_IT()