Searched defs:DAC_Channel (Results 1 – 3 of 3) sorted by relevance
| /device/soc/st/stm32f407zg/uniproton/board/common/STM32F4xx_StdPeriph_Driver/src/ |
| D | stm32f4xx_dac.c | 206 void DAC_Init(uint32_t DAC_Channel, DAC_InitTypeDef* DAC_InitStruct) in DAC_Init() 266 void DAC_Cmd(uint32_t DAC_Channel, FunctionalState NewState) in DAC_Cmd() 294 void DAC_SoftwareTriggerCmd(uint32_t DAC_Channel, FunctionalState NewState) in DAC_SoftwareTriggerCmd() 349 void DAC_WaveGenerationCmd(uint32_t DAC_Channel, uint32_t DAC_Wave, FunctionalState NewState) in DAC_WaveGenerationCmd() 465 uint16_t DAC_GetDataOutputValue(uint32_t DAC_Channel) in DAC_GetDataOutputValue() 510 void DAC_DMACmd(uint32_t DAC_Channel, FunctionalState NewState) in DAC_DMACmd() 558 void DAC_ITConfig(uint32_t DAC_Channel, uint32_t DAC_IT, FunctionalState NewState) in DAC_ITConfig() 590 FlagStatus DAC_GetFlagStatus(uint32_t DAC_Channel, uint32_t DAC_FLAG) in DAC_GetFlagStatus() 625 void DAC_ClearFlag(uint32_t DAC_Channel, uint32_t DAC_FLAG) in DAC_ClearFlag() 648 ITStatus DAC_GetITStatus(uint32_t DAC_Channel, uint32_t DAC_IT) in DAC_GetITStatus() [all …]
|
| /device/soc/st/stm32f4xx/sdk/Drivers/STM32F4xx_HAL_Driver/Inc/ |
| D | stm32f4xx_ll_dac.h | 566 __STATIC_INLINE void LL_DAC_SetTriggerSource(DAC_TypeDef *DACx, uint32_t DAC_Channel, uint32_t Trig… in LL_DAC_SetTriggerSource() 598 __STATIC_INLINE uint32_t LL_DAC_GetTriggerSource(DAC_TypeDef *DACx, uint32_t DAC_Channel) in LL_DAC_GetTriggerSource() 623 __STATIC_INLINE void LL_DAC_SetWaveAutoGeneration(DAC_TypeDef *DACx, uint32_t DAC_Channel, uint32_t… in LL_DAC_SetWaveAutoGeneration() 647 __STATIC_INLINE uint32_t LL_DAC_GetWaveAutoGeneration(DAC_TypeDef *DACx, uint32_t DAC_Channel) in LL_DAC_GetWaveAutoGeneration() 686 __STATIC_INLINE void LL_DAC_SetWaveNoiseLFSR(DAC_TypeDef *DACx, uint32_t DAC_Channel, uint32_t Nois… in LL_DAC_SetWaveNoiseLFSR() 719 __STATIC_INLINE uint32_t LL_DAC_GetWaveNoiseLFSR(DAC_TypeDef *DACx, uint32_t DAC_Channel) in LL_DAC_GetWaveNoiseLFSR() 758 __STATIC_INLINE void LL_DAC_SetWaveTriangleAmplitude(DAC_TypeDef *DACx, uint32_t DAC_Channel, in LL_DAC_SetWaveTriangleAmplitude() 792 __STATIC_INLINE uint32_t LL_DAC_GetWaveTriangleAmplitude(DAC_TypeDef *DACx, uint32_t DAC_Channel) in LL_DAC_GetWaveTriangleAmplitude() 815 __STATIC_INLINE void LL_DAC_SetOutputBuffer(DAC_TypeDef *DACx, uint32_t DAC_Channel, uint32_t Outpu… in LL_DAC_SetOutputBuffer() 837 __STATIC_INLINE uint32_t LL_DAC_GetOutputBuffer(DAC_TypeDef *DACx, uint32_t DAC_Channel) in LL_DAC_GetOutputBuffer() [all …]
|
| /device/soc/st/stm32f4xx/sdk/Drivers/STM32F4xx_HAL_Driver/Src/ |
| D | stm32f4xx_ll_dac.c | 181 ErrorStatus LL_DAC_Init(DAC_TypeDef *DACx, uint32_t DAC_Channel, LL_DAC_InitTypeDef *DAC_InitStruct) in LL_DAC_Init()
|