Searched defs:idac (Results 1 – 2 of 2) sorted by relevance
| /hal_silabs-latest/gecko/emlib/src/ |
| D | em_idac.c | 71 void IDAC_Init(IDAC_TypeDef *idac, const IDAC_Init_TypeDef *init) in IDAC_Init() 113 void IDAC_Enable(IDAC_TypeDef *idac, bool enable) in IDAC_Enable() 126 void IDAC_Reset(IDAC_TypeDef *idac) in IDAC_Reset() 164 void IDAC_MinimalOutputTransitionMode(IDAC_TypeDef *idac, bool enable) in IDAC_MinimalOutputTransitionMode() 186 void IDAC_RangeSet(IDAC_TypeDef *idac, const IDAC_Range_TypeDef range) in IDAC_RangeSet() 306 void IDAC_StepSet(IDAC_TypeDef *idac, const uint32_t step) in IDAC_StepSet() 333 void IDAC_OutEnable(IDAC_TypeDef *idac, bool enable) in IDAC_OutEnable() 363 void IDAC_OutpadEnable(IDAC_TypeDef *idac, bool enable) in IDAC_OutpadEnable()
|
| /hal_silabs-latest/gecko/emlib/inc/ |
| D | em_idac.h | 250 __STATIC_INLINE void IDAC_IntClear(IDAC_TypeDef *idac, uint32_t flags) in IDAC_IntClear() 266 __STATIC_INLINE void IDAC_IntDisable(IDAC_TypeDef *idac, uint32_t flags) in IDAC_IntDisable() 287 __STATIC_INLINE void IDAC_IntEnable(IDAC_TypeDef *idac, uint32_t flags) in IDAC_IntEnable() 306 __STATIC_INLINE uint32_t IDAC_IntGet(IDAC_TypeDef *idac) in IDAC_IntGet() 330 __STATIC_INLINE uint32_t IDAC_IntGetEnabled(IDAC_TypeDef *idac) in IDAC_IntGetEnabled() 353 __STATIC_INLINE void IDAC_IntSet(IDAC_TypeDef *idac, uint32_t flags) in IDAC_IntSet()
|