| /bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/src/ |
| A D | HAL_dac.c | 291 void DAC_WaveGenerationCmd(uint32_t DAC_Channel, uint32_t DAC_Wave, FunctionalState NewState) in DAC_WaveGenerationCmd() argument 295 assert_param(IS_DAC_WAVE(DAC_Wave)); in DAC_WaveGenerationCmd() 300 DAC->CR |= DAC_Wave << DAC_Channel; in DAC_WaveGenerationCmd() 305 DAC->CR &= ~(DAC_Wave << DAC_Channel); in DAC_WaveGenerationCmd()
|
| /bsp/airm2m/air32f103/libraries/AIR32F10xLib/src/ |
| A D | air32f10x_dac.c | 256 void DAC_WaveGenerationCmd(uint32_t DAC_Channel, uint32_t DAC_Wave, FunctionalState NewState) in DAC_WaveGenerationCmd() argument 260 assert_param(IS_DAC_WAVE(DAC_Wave)); in DAC_WaveGenerationCmd() 265 DAC->CR |= DAC_Wave << DAC_Channel; in DAC_WaveGenerationCmd() 270 DAC->CR &= ~(DAC_Wave << DAC_Channel); in DAC_WaveGenerationCmd()
|
| /bsp/wch/arm/Libraries/CH32F10x_StdPeriph_Driver/StdPeriph_Driver/src/ |
| A D | ch32f10x_dac.c | 151 void DAC_WaveGenerationCmd(uint32_t DAC_Channel, uint32_t DAC_Wave, FunctionalState NewState) in DAC_WaveGenerationCmd() argument 155 DAC->CTLR |= DAC_Wave << DAC_Channel; in DAC_WaveGenerationCmd() 159 DAC->CTLR &= ~(DAC_Wave << DAC_Channel); in DAC_WaveGenerationCmd()
|
| /bsp/n32/libraries/N32L43x_Firmware_Library/n32l43x_std_periph_driver/src/ |
| A D | n32l43x_dac.c | 279 void DAC_WaveGenerationEnable(uint32_t DAC_Wave, FunctionalState Cmd) in DAC_WaveGenerationEnable() argument 283 assert_param(IS_DAC_WAVE(DAC_Wave)); in DAC_WaveGenerationEnable() 290 tmp |= DAC_Wave; in DAC_WaveGenerationEnable()
|
| /bsp/n32/libraries/N32L40x_Firmware_Library/n32l40x_std_periph_driver/src/ |
| A D | n32l40x_dac.c | 279 void DAC_WaveGenerationEnable(uint32_t DAC_Wave, FunctionalState Cmd) in DAC_WaveGenerationEnable() argument 283 assert_param(IS_DAC_WAVE(DAC_Wave)); in DAC_WaveGenerationEnable() 290 tmp |= DAC_Wave; in DAC_WaveGenerationEnable()
|
| /bsp/n32/libraries/N32G43x_Firmware_Library/n32g43x_std_periph_driver/src/ |
| A D | n32g43x_dac.c | 279 void DAC_WaveGenerationEnable(uint32_t DAC_Wave, FunctionalState Cmd) in DAC_WaveGenerationEnable() argument 283 assert_param(IS_DAC_WAVE(DAC_Wave)); in DAC_WaveGenerationEnable() 290 tmp |= DAC_Wave; in DAC_WaveGenerationEnable()
|
| /bsp/wch/arm/Libraries/CH32F20x_StdPeriph_Driver/StdPeriph_Driver/src/ |
| A D | ch32f20x_dac.c | 168 void DAC_WaveGenerationCmd(uint32_t DAC_Channel, uint32_t DAC_Wave, FunctionalState NewState) in DAC_WaveGenerationCmd() argument 172 DAC->CTLR |= DAC_Wave << DAC_Channel; in DAC_WaveGenerationCmd() 176 DAC->CTLR &= ~(DAC_Wave << DAC_Channel); in DAC_WaveGenerationCmd()
|
| /bsp/n32/libraries/N32G45x_Firmware_Library/n32g45x_std_periph_driver/src/ |
| A D | n32g45x_dac.c | 284 void DAC_WaveGenerationEnable(uint32_t DAC_Channel, uint32_t DAC_Wave, FunctionalState Cmd) in DAC_WaveGenerationEnable() argument 289 assert_param(IS_DAC_WAVE(DAC_Wave)); in DAC_WaveGenerationEnable() 296 tmp |= DAC_Wave << DAC_Channel; in DAC_WaveGenerationEnable()
|
| /bsp/n32/libraries/N32G4FR_Firmware_Library/n32g4fr_std_periph_driver/src/ |
| A D | n32g4fr_dac.c | 284 void DAC_WaveGenerationEnable(uint32_t DAC_Channel, uint32_t DAC_Wave, FunctionalState Cmd) in DAC_WaveGenerationEnable() argument 289 assert_param(IS_DAC_WAVE(DAC_Wave)); in DAC_WaveGenerationEnable() 296 tmp |= DAC_Wave << DAC_Channel; in DAC_WaveGenerationEnable()
|
| /bsp/n32/libraries/N32WB452_Firmware_Library/n32wb452_std_periph_driver/src/ |
| A D | n32wb452_dac.c | 284 void DAC_WaveGenerationEnable(uint32_t DAC_Channel, uint32_t DAC_Wave, FunctionalState Cmd) in DAC_WaveGenerationEnable() argument 289 assert_param(IS_DAC_WAVE(DAC_Wave)); in DAC_WaveGenerationEnable() 296 tmp |= DAC_Wave << DAC_Channel; in DAC_WaveGenerationEnable()
|
| /bsp/n32g452xx/Libraries/N32_Std_Driver/n32g45x_std_periph_driver/src/ |
| A D | n32g45x_dac.c | 284 void DAC_WaveGenerationEnable(uint32_t DAC_Channel, uint32_t DAC_Wave, FunctionalState Cmd) in DAC_WaveGenerationEnable() argument 289 assert_param(IS_DAC_WAVE(DAC_Wave)); in DAC_WaveGenerationEnable() 296 tmp |= DAC_Wave << DAC_Channel; in DAC_WaveGenerationEnable()
|
| /bsp/wch/arm/Libraries/CH32F10x_StdPeriph_Driver/StdPeriph_Driver/inc/ |
| A D | ch32f10x_dac.h | 110 void DAC_WaveGenerationCmd(uint32_t DAC_Channel, uint32_t DAC_Wave, FunctionalState NewState);
|
| /bsp/wch/arm/Libraries/CH32F20x_StdPeriph_Driver/StdPeriph_Driver/inc/ |
| A D | ch32f20x_dac.h | 111 void DAC_WaveGenerationCmd(uint32_t DAC_Channel, uint32_t DAC_Wave, FunctionalState NewState);
|
| /bsp/n32/libraries/N32L43x_Firmware_Library/n32l43x_std_periph_driver/inc/ |
| A D | n32l43x_dac.h | 274 void DAC_WaveGenerationEnable(uint32_t DAC_Wave, FunctionalState Cmd);
|
| /bsp/n32/libraries/N32L40x_Firmware_Library/n32l40x_std_periph_driver/inc/ |
| A D | n32l40x_dac.h | 274 void DAC_WaveGenerationEnable(uint32_t DAC_Wave, FunctionalState Cmd);
|
| /bsp/n32/libraries/N32G43x_Firmware_Library/n32g43x_std_periph_driver/inc/ |
| A D | n32g43x_dac.h | 274 void DAC_WaveGenerationEnable(uint32_t DAC_Wave, FunctionalState Cmd);
|
| /bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/ |
| A D | HAL_dac.h | 238 void DAC_WaveGenerationCmd(uint32_t DAC_Channel, uint32_t DAC_Wave, FunctionalState NewState);
|
| /bsp/airm2m/air32f103/libraries/AIR32F10xLib/inc/ |
| A D | air32f10x_dac.h | 240 void DAC_WaveGenerationCmd(uint32_t DAC_Channel, uint32_t DAC_Wave, FunctionalState NewState);
|
| /bsp/n32/libraries/N32WB452_Firmware_Library/n32wb452_std_periph_driver/inc/ |
| A D | n32wb452_dac.h | 286 void DAC_WaveGenerationEnable(uint32_t DAC_Channel, uint32_t DAC_Wave, FunctionalState Cmd);
|
| /bsp/n32/libraries/N32G4FR_Firmware_Library/n32g4fr_std_periph_driver/inc/ |
| A D | n32g4fr_dac.h | 286 void DAC_WaveGenerationEnable(uint32_t DAC_Channel, uint32_t DAC_Wave, FunctionalState Cmd);
|
| /bsp/n32/libraries/N32G45x_Firmware_Library/n32g45x_std_periph_driver/inc/ |
| A D | n32g45x_dac.h | 286 void DAC_WaveGenerationEnable(uint32_t DAC_Channel, uint32_t DAC_Wave, FunctionalState Cmd);
|
| /bsp/n32g452xx/Libraries/N32_Std_Driver/n32g45x_std_periph_driver/inc/ |
| A D | n32g45x_dac.h | 286 void DAC_WaveGenerationEnable(uint32_t DAC_Channel, uint32_t DAC_Wave, FunctionalState Cmd);
|