Searched defs:idac (Results 1 – 2 of 2) sorted by relevance
/hal_silabs-3.5.0/gecko/emlib/src/ |
D | em_idac.c | 71 void IDAC_Init(IDAC_TypeDef *idac, const IDAC_Init_TypeDef *init) in IDAC_Init() 108 void IDAC_Enable(IDAC_TypeDef *idac, bool enable) in IDAC_Enable() 121 void IDAC_Reset(IDAC_TypeDef *idac) in IDAC_Reset() 159 void IDAC_MinimalOutputTransitionMode(IDAC_TypeDef *idac, bool enable) in IDAC_MinimalOutputTransitionMode() 181 void IDAC_RangeSet(IDAC_TypeDef *idac, const IDAC_Range_TypeDef range) in IDAC_RangeSet() 301 void IDAC_StepSet(IDAC_TypeDef *idac, const uint32_t step) in IDAC_StepSet() 324 void IDAC_OutEnable(IDAC_TypeDef *idac, bool enable) in IDAC_OutEnable()
|
/hal_silabs-3.5.0/gecko/emlib/inc/ |
D | em_idac.h | 229 __STATIC_INLINE void IDAC_IntClear(IDAC_TypeDef *idac, uint32_t flags) in IDAC_IntClear() 245 __STATIC_INLINE void IDAC_IntDisable(IDAC_TypeDef *idac, uint32_t flags) in IDAC_IntDisable() 266 __STATIC_INLINE void IDAC_IntEnable(IDAC_TypeDef *idac, uint32_t flags) in IDAC_IntEnable() 285 __STATIC_INLINE uint32_t IDAC_IntGet(IDAC_TypeDef *idac) in IDAC_IntGet() 309 __STATIC_INLINE uint32_t IDAC_IntGetEnabled(IDAC_TypeDef *idac) in IDAC_IntGetEnabled() 332 __STATIC_INLINE void IDAC_IntSet(IDAC_TypeDef *idac, uint32_t flags) in IDAC_IntSet()
|