Searched refs:DAC_Wave (Results 1 – 6 of 6) sorted by relevance
| /external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/src/ |
| A D | stm32f10x_dac.c | 313 void DAC_WaveGenerationCmd(uint32_t DAC_Channel, uint32_t DAC_Wave, FunctionalState NewState) in DAC_WaveGenerationCmd() argument 317 assert_param(IS_DAC_WAVE(DAC_Wave)); in DAC_WaveGenerationCmd() 322 DAC->CR |= DAC_Wave << DAC_Channel; in DAC_WaveGenerationCmd() 327 DAC->CR &= ~(DAC_Wave << DAC_Channel); in DAC_WaveGenerationCmd()
|
| /external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/src/ |
| A D | stm32f2xx_dac.c | 342 void DAC_WaveGenerationCmd(uint32_t DAC_Channel, uint32_t DAC_Wave, FunctionalState NewState) in DAC_WaveGenerationCmd() argument 346 assert_param(IS_DAC_WAVE(DAC_Wave)); in DAC_WaveGenerationCmd() 352 DAC->CR |= DAC_Wave << DAC_Channel; in DAC_WaveGenerationCmd() 357 DAC->CR &= ~(DAC_Wave << DAC_Channel); in DAC_WaveGenerationCmd()
|
| /external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/src/ |
| A D | stm32f4xx_dac.c | 342 void DAC_WaveGenerationCmd(uint32_t DAC_Channel, uint32_t DAC_Wave, FunctionalState NewState) in DAC_WaveGenerationCmd() argument 346 assert_param(IS_DAC_WAVE(DAC_Wave)); in DAC_WaveGenerationCmd() 352 DAC->CR |= DAC_Wave << DAC_Channel; in DAC_WaveGenerationCmd() 357 DAC->CR &= ~(DAC_Wave << DAC_Channel); in DAC_WaveGenerationCmd()
|
| /external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/inc/ |
| A D | stm32f2xx_dac.h | 274 void DAC_WaveGenerationCmd(uint32_t DAC_Channel, uint32_t DAC_Wave, FunctionalState NewState);
|
| /external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/inc/ |
| A D | stm32f4xx_dac.h | 267 void DAC_WaveGenerationCmd(uint32_t DAC_Channel, uint32_t DAC_Wave, FunctionalState NewState);
|
| /external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/inc/ |
| A D | stm32f10x_dac.h | 287 void DAC_WaveGenerationCmd(uint32_t DAC_Channel, uint32_t DAC_Wave, FunctionalState NewState);
|
Completed in 14 milliseconds