Searched refs:DelayBlockBypass (Results 1 – 12 of 12) sorted by relevance
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_hal_ospi.h | 83 …uint32_t DelayBlockBypass; /*!< It enables the delay block bypass, so the sampling is not… member
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal_ospi.c | 335 assert_param(IS_OSPI_DLYBYP(hospi->Init.DelayBlockBypass)); in HAL_OSPI_Init() 378 hospi->Init.DelayBlockBypass | hospi->Init.ClockMode)); in HAL_OSPI_Init()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_hal_ospi.h | 83 …uint32_t DelayBlockBypass; /*!< It enables the delay block bypass, so the sampling is not… member
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_ospi.h | 85 …uint32_t DelayBlockBypass; /*!< It enables the delay block bypass, so the sampling is not… member
|
D | stm32u5xx_hal_xspi.h | 85 …uint32_t DelayBlockBypass; /*!< It enables the delay block bypass, so the sampling is not… member
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_hal_ospi.h | 81 …uint32_t DelayBlockBypass; /*!< It enables the delay block bypass, so the sampling is not… member
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_xspi.c | 351 assert_param(IS_XSPI_DLYB_BYPASS(hxspi->Init.DelayBlockBypass)); in HAL_XSPI_Init() 396 MODIFY_REG(hxspi->Instance->DCR1, OCTOSPI_DCR1_DLYBYP, hxspi->Init.DelayBlockBypass); in HAL_XSPI_Init()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_xspi.h | 84 …uint32_t DelayBlockBypass; /*!< It enables the delay block bypass, so the sampling is not… member
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_ospi.c | 376 assert_param(IS_OSPI_DLYBYP(hospi->Init.DelayBlockBypass)); in HAL_OSPI_Init() 420 hospi->Init.DelayBlockBypass | hospi->Init.ClockMode)); in HAL_OSPI_Init()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_ospi.c | 344 assert_param(IS_OSPI_DLYBYP(hospi->Init.DelayBlockBypass)); in HAL_OSPI_Init() 390 hospi->Init.DelayBlockBypass | hospi->Init.ClockMode)); in HAL_OSPI_Init()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_ospi.c | 347 assert_param(IS_OSPI_DLYBYP(hospi->Init.DelayBlockBypass)); in HAL_OSPI_Init() 391 hospi->Init.DelayBlockBypass | hospi->Init.ClockMode)); in HAL_OSPI_Init()
|
D | stm32u5xx_hal_xspi.c | 390 assert_param(IS_XSPI_DLYB_BYPASS(hxspi->Init.DelayBlockBypass)); in HAL_XSPI_Init() 439 MODIFY_REG(hxspi->Instance->DCR1, OCTOSPI_DCR1_DLYBYP, hxspi->Init.DelayBlockBypass); in HAL_XSPI_Init()
|