Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_ospi.h66 uint32_t FreeRunningClock; /*!< It enables or not the free running clock. member
/hal_stm32-latest/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-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_ospi.h66 uint32_t FreeRunningClock; /*!< It enables or not the free running clock. member
/hal_stm32-latest/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-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_ospi.h66 uint32_t FreeRunningClock; /*!< It enables or not the free running clock. member
/hal_stm32-latest/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-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_xspi.h67 uint32_t FreeRunningClock; /*!< It enables or not the free running clock. member
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_xspi.h65 uint32_t FreeRunningClock; /*!< It enables or not the free running clock. member
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_ospi.c369 assert_param(IS_OSPI_FREE_RUN_CLK(hospi->Init.FreeRunningClock)); in HAL_OSPI_Init()
455 if (hospi->Init.FreeRunningClock == HAL_OSPI_FREERUNCLK_ENABLE) in HAL_OSPI_Init()
/hal_stm32-latest/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-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_xspi.h65 uint32_t FreeRunningClock; /*!< It enables or not the free running clock. member
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_ospi.c340 assert_param(IS_OSPI_FREE_RUN_CLK(hospi->Init.FreeRunningClock)); in HAL_OSPI_Init()
426 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()
493 if (hxspi->Init.FreeRunningClock == HAL_XSPI_FREERUNCLK_ENABLE) in HAL_XSPI_Init()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_xspi.c357 assert_param(IS_XSPI_FREE_RUN_CLK(hxspi->Init.FreeRunningClock)); in HAL_XSPI_Init()
455 if (hxspi->Init.FreeRunningClock == HAL_XSPI_FREERUNCLK_ENABLE) in HAL_XSPI_Init()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_xspi.c356 assert_param(IS_XSPI_FREE_RUN_CLK(hxspi->Init.FreeRunningClock)); in HAL_XSPI_Init()
453 if (hxspi->Init.FreeRunningClock == HAL_XSPI_FREERUNCLK_ENABLE) in HAL_XSPI_Init()