Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/NucleoL476/cmsis/
Dstm32l4xx_hal_conf.h183 #if !defined (EXTERNAL_SAI2_CLOCK_VALUE)
184 …#define EXTERNAL_SAI2_CLOCK_VALUE ((uint32_t)2097000U) /*!< Value of the SAI2 External clock so… macro
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_conf_template.h180 #if !defined (EXTERNAL_SAI2_CLOCK_VALUE)
181 #define EXTERNAL_SAI2_CLOCK_VALUE 48000U /*!< Value of the SAI2 External clock source in Hz*/ macro
Dstm32l4xx_ll_rcc.h149 #if !defined (EXTERNAL_SAI2_CLOCK_VALUE)
150 #define EXTERNAL_SAI2_CLOCK_VALUE 48000U /*!< Value of the SAI2_EXTCLK external oscillator in Hz… macro
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_ll_rcc.c919 sai_frequency = EXTERNAL_SAI2_CLOCK_VALUE; in LL_RCC_GetSAIClockFreq()
Dstm32l4xx_hal_rcc_ex.c3306 frequency = EXTERNAL_SAI2_CLOCK_VALUE; in RCCEx_GetSAIxPeriphCLKFreq()