Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_conf.h159 #if !defined (EXTERNAL_SAI2_CLOCK_VALUE)
160 #define EXTERNAL_SAI2_CLOCK_VALUE 48000UL /*!< Value of the SAI2 External clock source in Hz*/ macro
Dstm32l5xx_ll_rcc.h122 #if !defined (EXTERNAL_SAI2_CLOCK_VALUE)
123 #define EXTERNAL_SAI2_CLOCK_VALUE 48000U /*!< Value of the SAI2_EXTCLK external oscillator in Hz… macro
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_conf.h167 #if !defined (EXTERNAL_SAI2_CLOCK_VALUE)
168 #define EXTERNAL_SAI2_CLOCK_VALUE 48000U /*!< Value of the SAI2 External clock source in Hz*/ macro
Dstm32l4xx_ll_rcc.h131 #if !defined (EXTERNAL_SAI2_CLOCK_VALUE)
132 #define EXTERNAL_SAI2_CLOCK_VALUE 48000U /*!< Value of the SAI2_EXTCLK external oscillator in Hz… macro
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_ll_rcc.h127 #if !defined (EXTERNAL_SAI2_CLOCK_VALUE)
128 #define EXTERNAL_SAI2_CLOCK_VALUE 48000U /*!< Value of the SAI2_EXTCLK external oscillator in Hz… macro
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_ll_rcc.c863 sai_frequency = EXTERNAL_SAI2_CLOCK_VALUE; in LL_RCC_GetSAIClockFreq()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_ll_rcc.c860 sai_frequency = EXTERNAL_SAI2_CLOCK_VALUE; in LL_RCC_GetSAIClockFreq()
Dstm32l5xx_hal_rcc_ex.c2897 frequency = EXTERNAL_SAI2_CLOCK_VALUE; in RCCEx_GetSAIxPeriphCLKFreq()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_ll_rcc.c944 sai_frequency = EXTERNAL_SAI2_CLOCK_VALUE; in LL_RCC_GetSAIClockFreq()
Dstm32l4xx_hal_rcc_ex.c3336 frequency = EXTERNAL_SAI2_CLOCK_VALUE; in RCCEx_GetSAIxPeriphCLKFreq()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_rcc.h125 #if !defined (EXTERNAL_SAI2_CLOCK_VALUE)
126 #define EXTERNAL_SAI2_CLOCK_VALUE 48000U /*!< Value of the SAI2_EXTCLK external oscillator in Hz… macro
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_ll_rcc.c1186 sai_frequency = EXTERNAL_SAI2_CLOCK_VALUE; in LL_RCC_GetSAIClockFreq()