Home
last modified time | relevance | path

Searched refs:HFSEL_ENABLE_THRESHOLD_80MHZ (Results 1 – 6 of 6) sorted by relevance

/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_dac.c330 #define HFSEL_ENABLE_THRESHOLD_80MHZ ((uint32_t)80000000) /* 80 mHz */ macro
1174 if (pclk1freq > HFSEL_ENABLE_THRESHOLD_80MHZ) in HAL_DAC_ConfigChannel()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_dac.c320 #define HFSEL_ENABLE_THRESHOLD_80MHZ 80000000U /* 80 MHz */ macro
1205 if (pclk1freq > HFSEL_ENABLE_THRESHOLD_80MHZ) in HAL_DAC_ConfigChannel()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_dac.c368 #define HFSEL_ENABLE_THRESHOLD_80MHZ 80000000U /* 80 MHz */ macro
1322 else if (hclkfreq > HFSEL_ENABLE_THRESHOLD_80MHZ) in HAL_DAC_ConfigChannel()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_dac.c332 #define HFSEL_ENABLE_THRESHOLD_80MHZ 80000000U /* 80 MHz */ macro
1412 else if (hclkfreq > HFSEL_ENABLE_THRESHOLD_80MHZ) in HAL_DAC_ConfigChannel()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_dac.c340 #define HFSEL_ENABLE_THRESHOLD_80MHZ 80000000U /* 80 MHz */ macro
1356 if (hclkfreq > HFSEL_ENABLE_THRESHOLD_80MHZ) in HAL_DAC_ConfigChannel()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_dac.c328 #define HFSEL_ENABLE_THRESHOLD_80MHZ 80000000U /* 80 MHz */ macro
1420 else if (hclkfreq > HFSEL_ENABLE_THRESHOLD_80MHZ) in HAL_DAC_ConfigChannel()