Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Inc/
Dstm32l5xx_hal_ospi.h375 #define HAL_OSPI_DHQC_DISABLE ((uint32_t)0x00000000U) … macro
867 #define IS_OSPI_DHQC(CYCLE) (((CYCLE) == HAL_OSPI_DHQC_DISABLE) || \
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Inc/
Dstm32u5xx_hal_ospi.h400 #define HAL_OSPI_DHQC_DISABLE ((uint32_t)0x00000000U) … macro
945 #define IS_OSPI_DHQC(CYCLE) (((CYCLE) == HAL_OSPI_DHQC_DISABLE) || \
/trusted-firmware-m-latest/platform/ext/target/stm/stm32l562e_dk/src/
Dstm32l562e_discovery_ospi.c284 hospi->Init.DelayHoldQuarterCycle = HAL_OSPI_DHQC_DISABLE; in MX_OSPI_NOR_Init()
1335 hospi_nor[Instance].Init.DelayHoldQuarterCycle = HAL_OSPI_DHQC_DISABLE; in OSPI_NOR_ExitOPIMode()
/trusted-firmware-m-latest/platform/ext/target/stm/b_u585i_iot02a/src/
Db_u585i_iot02a_ospi.c312 hospi->Init.DelayHoldQuarterCycle = HAL_OSPI_DHQC_DISABLE; in MX_OSPI_NOR_Init()
1419 hospi_nor[Instance].Init.DelayHoldQuarterCycle = HAL_OSPI_DHQC_DISABLE; in OSPI_NOR_ExitOPIMode()