Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Inc/
Dstm32l5xx_hal_ospi.h366 #define HAL_OSPI_SAMPLE_SHIFTING_NONE ((uint32_t)0x00000000U) … macro
864 #define IS_OSPI_SAMPLE_SHIFTING(CYCLE) (((CYCLE) == HAL_OSPI_SAMPLE_SHIFTING_NONE) || \
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Inc/
Dstm32u5xx_hal_ospi.h391 #define HAL_OSPI_SAMPLE_SHIFTING_NONE ((uint32_t)0x00000000U) … macro
942 #define IS_OSPI_SAMPLE_SHIFTING(CYCLE) (((CYCLE) == HAL_OSPI_SAMPLE_SHIFTING_NONE) || \
/trusted-firmware-m-latest/platform/ext/target/stm/stm32l562e_dk/src/
Dstm32l562e_discovery_ospi.c167 ospi_init.SampleShifting = HAL_OSPI_SAMPLE_SHIFTING_NONE; in BSP_OSPI_NOR_Init()
/trusted-firmware-m-latest/platform/ext/target/stm/b_u585i_iot02a/src/
Db_u585i_iot02a_ospi.c189 ospi_init.SampleShifting = HAL_OSPI_SAMPLE_SHIFTING_NONE; in BSP_OSPI_NOR_Init()