Home
last modified time | relevance | path

Searched refs:DAC_DELAY_STARTUP_US (Results 1 – 10 of 10) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_dac_ex.c153 wait_loop_index = ((DAC_DELAY_STARTUP_US / 10UL) * ((SystemCoreClock / (100000UL * 2UL)) + 1UL)); in HAL_DACEx_DualStart()
384 … wait_loop_index = ((DAC_DELAY_STARTUP_US / 10UL) * ((SystemCoreClock / (100000UL * 2UL)) + 1UL)); in HAL_DACEx_DualStart_DMA()
Dstm32h5xx_hal_dac.c555 wait_loop_index = ((DAC_DELAY_STARTUP_US / 10UL) * ((SystemCoreClock / (100000UL * 2UL)) + 1UL)); in HAL_DAC_Start()
894 … wait_loop_index = ((DAC_DELAY_STARTUP_US / 10UL) * ((SystemCoreClock / (100000UL * 2UL)) + 1UL)); in HAL_DAC_Start_DMA()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_dac_ex.c160 wait_loop_index = ((DAC_DELAY_STARTUP_US / 10UL) * ((SystemCoreClock / (100000UL * 2UL)) + 1UL)); in HAL_DACEx_DualStart()
391 … wait_loop_index = ((DAC_DELAY_STARTUP_US / 10UL) * ((SystemCoreClock / (100000UL * 2UL)) + 1UL)); in HAL_DACEx_DualStart_DMA()
Dstm32u5xx_hal_dac.c559 wait_loop_index = ((DAC_DELAY_STARTUP_US / 10UL) * ((SystemCoreClock / (100000UL * 2UL)) + 1UL)); in HAL_DAC_Start()
898 … wait_loop_index = ((DAC_DELAY_STARTUP_US / 10UL) * ((SystemCoreClock / (100000UL * 2UL)) + 1UL)); in HAL_DAC_Start_DMA()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_dac_ex.c159 wait_loop_index = ((DAC_DELAY_STARTUP_US / 10UL) * ((SystemCoreClock / (100000UL * 2UL)) + 1UL)); in HAL_DACEx_DualStart()
335 … wait_loop_index = ((DAC_DELAY_STARTUP_US / 10UL) * ((SystemCoreClock / (100000UL * 2UL)) + 1UL)); in HAL_DACEx_DualStart_DMA()
Dstm32g4xx_hal_dac.c598 wait_loop_index = ((DAC_DELAY_STARTUP_US / 10UL) * ((SystemCoreClock / (100000UL * 2UL)) + 1UL)); in HAL_DAC_Start()
807 … wait_loop_index = ((DAC_DELAY_STARTUP_US / 10UL) * ((SystemCoreClock / (100000UL * 2UL)) + 1UL)); in HAL_DAC_Start_DMA()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_dac.h290 #define DAC_DELAY_STARTUP_US (8UL) /*!< Delay for DAC channel voltage settling time from… macro
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_dac.h357 #define DAC_DELAY_STARTUP_US (15UL) /*!< Delay for DAC channel voltage settling time from… macro
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_dac.h372 #define DAC_DELAY_STARTUP_US (15UL) /*!< Delay for DAC channel voltage settling time from… macro
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_dac.h367 #define DAC_DELAY_STARTUP_US (15UL) /*!< Delay for DAC channel voltage settling time from… macro