Home
last modified time | relevance | path

Searched refs:DelayBlockBypass (Results 1 – 8 of 8) sorted by relevance

/hal_stm32-2.7.6/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_ospi.h84 …uint32_t DelayBlockBypass; /*!< It enables the delay block bypass, so the sampling is not… member
/hal_stm32-2.7.6/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_ospi.h82 …uint32_t DelayBlockBypass; /*!< It enables the delay block bypass, so the sampling is not… member
/hal_stm32-2.7.6/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_ospi.h85 …uint32_t DelayBlockBypass; /*!< It enables the delay block bypass, so the sampling is not… member
/hal_stm32-2.7.6/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_ospi.h87 …uint32_t DelayBlockBypass; /*!< It enables the delay block bypass, so the sampling is not… member
/hal_stm32-2.7.6/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_ospi.c334 assert_param(IS_OSPI_DLYBYP (hospi->Init.DelayBlockBypass)); in HAL_OSPI_Init()
376 hospi->Init.DelayBlockBypass | hospi->Init.ClockMode)); in HAL_OSPI_Init()
/hal_stm32-2.7.6/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_ospi.c369 assert_param(IS_OSPI_DLYBYP (hospi->Init.DelayBlockBypass)); in HAL_OSPI_Init()
413 hospi->Init.DelayBlockBypass | hospi->Init.ClockMode)); in HAL_OSPI_Init()
/hal_stm32-2.7.6/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_ospi.c343 assert_param(IS_OSPI_DLYBYP (hospi->Init.DelayBlockBypass)); in HAL_OSPI_Init()
388 hospi->Init.DelayBlockBypass | hospi->Init.ClockMode)); in HAL_OSPI_Init()
/hal_stm32-2.7.6/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_ospi.c344 assert_param(IS_OSPI_DLYBYP(hospi->Init.DelayBlockBypass)); in HAL_OSPI_Init()
388 hospi->Init.DelayBlockBypass | hospi->Init.ClockMode)); in HAL_OSPI_Init()