Home
last modified time | relevance | path

Searched refs:FreeRunningClock (Results 1 – 12 of 12) sorted by relevance

/hal_stm32-3.4.0/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_ospi.h66 uint32_t FreeRunningClock; /*!< It enables or not the free running clock. member
/hal_stm32-3.4.0/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_ospi.c328 assert_param(IS_OSPI_FREE_RUN_CLK (hospi->Init.FreeRunningClock)); in HAL_OSPI_Init()
412 if (hospi->Init.FreeRunningClock == HAL_OSPI_FREERUNCLK_ENABLE) in HAL_OSPI_Init()
/hal_stm32-3.4.0/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_ospi.h66 uint32_t FreeRunningClock; /*!< It enables or not the free running clock. member
/hal_stm32-3.4.0/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_ospi.h66 uint32_t FreeRunningClock; /*!< It enables or not the free running clock. member
/hal_stm32-3.4.0/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_ospi.h68 uint32_t FreeRunningClock; /*!< It enables or not the free running clock. member
Dstm32u5xx_hal_xspi.h68 uint32_t FreeRunningClock; /*!< It enables or not the free running clock. member
/hal_stm32-3.4.0/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_xspi.c341 assert_param(IS_XSPI_FREE_RUN_CLK(hxspi->Init.FreeRunningClock)); in HAL_XSPI_Init()
431 if (hxspi->Init.FreeRunningClock == HAL_XSPI_FREERUNCLK_ENABLE) in HAL_XSPI_Init()
/hal_stm32-3.4.0/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_xspi.h67 uint32_t FreeRunningClock; /*!< It enables or not the free running clock. member
/hal_stm32-3.4.0/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_ospi.c361 assert_param(IS_OSPI_FREE_RUN_CLK (hospi->Init.FreeRunningClock)); in HAL_OSPI_Init()
447 if (hospi->Init.FreeRunningClock == HAL_OSPI_FREERUNCLK_ENABLE) in HAL_OSPI_Init()
/hal_stm32-3.4.0/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_ospi.c338 assert_param(IS_OSPI_FREE_RUN_CLK (hospi->Init.FreeRunningClock)); in HAL_OSPI_Init()
429 if (hospi->Init.FreeRunningClock == HAL_OSPI_FREERUNCLK_ENABLE) in HAL_OSPI_Init()
/hal_stm32-3.4.0/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_ospi.c339 assert_param(IS_OSPI_FREE_RUN_CLK(hospi->Init.FreeRunningClock)); in HAL_OSPI_Init()
425 if (hospi->Init.FreeRunningClock == HAL_OSPI_FREERUNCLK_ENABLE) in HAL_OSPI_Init()
Dstm32u5xx_hal_xspi.c371 assert_param(IS_XSPI_FREE_RUN_CLK(hxspi->Init.FreeRunningClock)); in HAL_XSPI_Init()
492 if (hxspi->Init.FreeRunningClock == HAL_XSPI_FREERUNCLK_ENABLE) in HAL_XSPI_Init()