Home
last modified time | relevance | path

Searched refs:WaveAutoGeneration (Results 1 – 2 of 2) sorted by relevance

/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/
A Dstm32l1xx_ll_dac.c178 assert_param(IS_LL_DAC_WAVE_AUTO_GENER_MODE(DAC_InitStruct->WaveAutoGeneration)); in LL_DAC_Init()
179 if (DAC_InitStruct->WaveAutoGeneration != LL_DAC_WAVE_AUTO_GENERATION_NONE) in LL_DAC_Init()
181 assert_param(IS_LL_DAC_WAVE_AUTO_GENER_CONFIG(DAC_InitStruct->WaveAutoGeneration, in LL_DAC_Init()
194 if (DAC_InitStruct->WaveAutoGeneration != LL_DAC_WAVE_AUTO_GENERATION_NONE) in LL_DAC_Init()
204 | DAC_InitStruct->WaveAutoGeneration in LL_DAC_Init()
243 DAC_InitStruct->WaveAutoGeneration = LL_DAC_WAVE_AUTO_GENERATION_NONE; in LL_DAC_StructInit()
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_ll_dac.h167 …uint32_t WaveAutoGeneration; /*!< Set the waveform automatic generation mode for the sele… member
568 … LL_DAC_SetWaveAutoGeneration(DAC_TypeDef *DACx, uint32_t DAC_Channel, uint32_t WaveAutoGeneration) in LL_DAC_SetWaveAutoGeneration() argument
572 WaveAutoGeneration << (DAC_Channel & DAC_CR_CHX_BITOFFSET_MASK)); in LL_DAC_SetWaveAutoGeneration()

Completed in 11 milliseconds