Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_ospi.h891 #define IS_OSPI_FREE_RUN_CLK(CLK) (((CLK) == HAL_OSPI_FREERUNCLK_DISABLE) || \ macro
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_ospi.c332 assert_param(IS_OSPI_FREE_RUN_CLK (hospi->Init.FreeRunningClock)); in HAL_OSPI_Init()