Home
last modified time | relevance | path

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

/btstack/port/stm32-l451-miromico-sx1280/Inc/
H A Dstm32l4xx_hal_conf.h185 #if !defined (EXTERNAL_SAI2_CLOCK_VALUE)
186 …#define EXTERNAL_SAI2_CLOCK_VALUE ((uint32_t)48000U) /*!< Value of the SAI2 External clock sour… macro
/btstack/port/stm32-l476rg-nucleo-sx1280/Inc/
H A Dstm32l4xx_hal_conf.h171 #if !defined (EXTERNAL_SAI2_CLOCK_VALUE)
172 #define EXTERNAL_SAI2_CLOCK_VALUE 2097000U /*!< Value of the SAI2 External clock source in Hz*/ macro
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_hal_conf_template.h168 #if !defined (EXTERNAL_SAI2_CLOCK_VALUE)
169 #define EXTERNAL_SAI2_CLOCK_VALUE 48000U /*!< Value of the SAI2 External clock source in Hz*/ macro
H A Dstm32l4xx_ll_rcc.h133 #if !defined (EXTERNAL_SAI2_CLOCK_VALUE)
134 #define EXTERNAL_SAI2_CLOCK_VALUE 48000U /*!< Value of the SAI2_EXTCLK external oscillator in Hz… macro
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_ll_rcc.c922 sai_frequency = EXTERNAL_SAI2_CLOCK_VALUE; in LL_RCC_GetSAIClockFreq()
H A Dstm32l4xx_hal_rcc_ex.c3334 frequency = EXTERNAL_SAI2_CLOCK_VALUE; in RCCEx_GetSAIxPeriphCLKFreq()
/btstack/port/stm32-l476rg-nucleo-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_hal_rcc_ex.c3334 frequency = EXTERNAL_SAI2_CLOCK_VALUE; in RCCEx_GetSAIxPeriphCLKFreq()