Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/platform/ext/target/stm/nucleo_l552ze_q/include/
Dstm32l5xx_hal_conf.h159 #if !defined (EXTERNAL_SAI2_CLOCK_VALUE)
160 #define EXTERNAL_SAI2_CLOCK_VALUE 48000U /*!< Value of the SAI2 External clock source in Hz*/ macro
/trusted-firmware-m-3.7.0/platform/ext/target/stm/stm32l562e_dk/include/
Dstm32l5xx_hal_conf.h159 #if !defined (EXTERNAL_SAI2_CLOCK_VALUE)
160 #define EXTERNAL_SAI2_CLOCK_VALUE 48000U /*!< Value of the SAI2 External clock source in Hz*/ macro
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32l5xx/hal/Src/
Dstm32l5xx_hal_rcc_ex.c2899 frequency = EXTERNAL_SAI2_CLOCK_VALUE; in RCCEx_GetSAIxPeriphCLKFreq()