Searched defs:dac (Results 1 – 4 of 4) sorted by relevance
| /hal_silabs-latest/gecko/emlib/inc/ |
| D | em_dac.h | 239 __STATIC_INLINE void DAC_Channel0OutputSet(DAC_TypeDef *dac, in DAC_Channel0OutputSet() 260 __STATIC_INLINE void DAC_Channel1OutputSet(DAC_TypeDef *dac, in DAC_Channel1OutputSet() 278 __STATIC_INLINE void DAC_IntClear(DAC_TypeDef *dac, uint32_t flags) in DAC_IntClear() 294 __STATIC_INLINE void DAC_IntDisable(DAC_TypeDef *dac, uint32_t flags) in DAC_IntDisable() 315 __STATIC_INLINE void DAC_IntEnable(DAC_TypeDef *dac, uint32_t flags) in DAC_IntEnable() 334 __STATIC_INLINE uint32_t DAC_IntGet(DAC_TypeDef *dac) in DAC_IntGet() 358 __STATIC_INLINE uint32_t DAC_IntGetEnabled(DAC_TypeDef *dac) in DAC_IntGetEnabled() 381 __STATIC_INLINE void DAC_IntSet(DAC_TypeDef *dac, uint32_t flags) in DAC_IntSet()
|
| /hal_silabs-latest/gecko/emlib/src/ |
| D | em_dac.c | 79 void DAC_Enable(DAC_TypeDef *dac, unsigned int ch, bool enable) in DAC_Enable() 112 void DAC_Init(DAC_TypeDef *dac, const DAC_Init_TypeDef *init) in DAC_Init() 176 void DAC_InitChannel(DAC_TypeDef *dac, in DAC_InitChannel() 223 void DAC_ChannelOutputSet(DAC_TypeDef *dac, in DAC_ChannelOutputSet() 300 void DAC_Reset(DAC_TypeDef *dac) in DAC_Reset()
|
| D | em_opamp.c | 254 DAC_TypeDef *dac, in OPAMP_Disable() 365 DAC_TypeDef *dac, in OPAMP_Enable()
|
| /hal_silabs-latest/simplicity_sdk/platform/emlib/src/ |
| D | em_opamp.c | 254 DAC_TypeDef *dac, in OPAMP_Disable() 365 DAC_TypeDef *dac, in OPAMP_Enable()
|