Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/NucleoL476/cmsis/
Dstm32l4xx_hal_conf.h174 #if !defined (EXTERNAL_SAI1_CLOCK_VALUE)
175 …#define EXTERNAL_SAI1_CLOCK_VALUE ((uint32_t)2097000U) /*!< Value of the SAI1 External clock so… macro
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_conf_template.h171 #if !defined (EXTERNAL_SAI1_CLOCK_VALUE)
172 #define EXTERNAL_SAI1_CLOCK_VALUE 48000U /*!< Value of the SAI1 External clock source in Hz*/ macro
Dstm32l4xx_ll_rcc.h145 #if !defined (EXTERNAL_SAI1_CLOCK_VALUE)
146 #define EXTERNAL_SAI1_CLOCK_VALUE 48000U /*!< Value of the SAI1_EXTCLK external oscillator in Hz… macro
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_ll_rcc.c880 sai_frequency = EXTERNAL_SAI1_CLOCK_VALUE; in LL_RCC_GetSAIClockFreq()
Dstm32l4xx_hal_rcc_ex.c3294 frequency = EXTERNAL_SAI1_CLOCK_VALUE; in RCCEx_GetSAIxPeriphCLKFreq()