Home
last modified time | relevance | path

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

/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_hal_ospi.h903 #define IS_OSPI_SAMPLE_SHIFTING(CYCLE) (((CYCLE) == HAL_OSPI_SAMPLE_SHIFTING_NONE) || \ macro
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_hal_ospi.c320 assert_param(IS_OSPI_SAMPLE_SHIFTING(hospi->Init.SampleShifting)); in HAL_OSPI_Init()