Home
last modified time | relevance | path

Searched defs:vdac (Results 1 – 4 of 4) sorted by relevance

/hal_silabs-latest/gecko/emlib/inc/
Dem_vdac.h539 __STATIC_INLINE void VDAC_SineModeStart(VDAC_TypeDef *vdac, bool start) in VDAC_SineModeStart()
572 __STATIC_INLINE void VDAC_Channel0OutputSet(VDAC_TypeDef *vdac, in VDAC_Channel0OutputSet()
598 __STATIC_INLINE void VDAC_Channel1OutputSet(VDAC_TypeDef *vdac, in VDAC_Channel1OutputSet()
621 __STATIC_INLINE void VDAC_IntClear(VDAC_TypeDef *vdac, uint32_t flags) in VDAC_IntClear()
641 __STATIC_INLINE void VDAC_IntDisable(VDAC_TypeDef *vdac, uint32_t flags) in VDAC_IntDisable()
666 __STATIC_INLINE void VDAC_IntEnable(VDAC_TypeDef *vdac, uint32_t flags) in VDAC_IntEnable()
689 __STATIC_INLINE uint32_t VDAC_IntGet(VDAC_TypeDef *vdac) in VDAC_IntGet()
713 __STATIC_INLINE uint32_t VDAC_IntGetEnabled(VDAC_TypeDef *vdac) in VDAC_IntGetEnabled()
732 __STATIC_INLINE void VDAC_IntSet(VDAC_TypeDef *vdac, uint32_t flags) in VDAC_IntSet()
752 __STATIC_INLINE uint32_t VDAC_GetStatus(VDAC_TypeDef *vdac) in VDAC_GetStatus()
/hal_silabs-latest/simplicity_sdk/platform/emlib/inc/
Dem_vdac.h539 __STATIC_INLINE void VDAC_SineModeStart(VDAC_TypeDef *vdac, bool start) in VDAC_SineModeStart()
572 __STATIC_INLINE void VDAC_Channel0OutputSet(VDAC_TypeDef *vdac, in VDAC_Channel0OutputSet()
598 __STATIC_INLINE void VDAC_Channel1OutputSet(VDAC_TypeDef *vdac, in VDAC_Channel1OutputSet()
621 __STATIC_INLINE void VDAC_IntClear(VDAC_TypeDef *vdac, uint32_t flags) in VDAC_IntClear()
641 __STATIC_INLINE void VDAC_IntDisable(VDAC_TypeDef *vdac, uint32_t flags) in VDAC_IntDisable()
666 __STATIC_INLINE void VDAC_IntEnable(VDAC_TypeDef *vdac, uint32_t flags) in VDAC_IntEnable()
689 __STATIC_INLINE uint32_t VDAC_IntGet(VDAC_TypeDef *vdac) in VDAC_IntGet()
713 __STATIC_INLINE uint32_t VDAC_IntGetEnabled(VDAC_TypeDef *vdac) in VDAC_IntGetEnabled()
732 __STATIC_INLINE void VDAC_IntSet(VDAC_TypeDef *vdac, uint32_t flags) in VDAC_IntSet()
752 __STATIC_INLINE uint32_t VDAC_GetStatus(VDAC_TypeDef *vdac) in VDAC_GetStatus()
/hal_silabs-latest/gecko/emlib/src/
Dem_vdac.c64 static void VDAC_DisableModule(VDAC_TypeDef* vdac) in VDAC_DisableModule()
114 void VDAC_Enable(VDAC_TypeDef *vdac, unsigned int ch, bool enable) in VDAC_Enable()
182 void VDAC_Init(VDAC_TypeDef *vdac, const VDAC_Init_TypeDef *init) in VDAC_Init()
315 void VDAC_InitChannel(VDAC_TypeDef *vdac, in VDAC_InitChannel()
426 void VDAC_ChannelOutputSet(VDAC_TypeDef *vdac, in VDAC_ChannelOutputSet()
539 uint32_t VDAC_PrescaleCalc(VDAC_TypeDef *vdac, uint32_t vdacFreq) in VDAC_PrescaleCalc()
587 void VDAC_Reset(VDAC_TypeDef *vdac) in VDAC_Reset()
/hal_silabs-latest/simplicity_sdk/platform/emlib/src/
Dem_vdac.c64 static void VDAC_DisableModule(VDAC_TypeDef* vdac) in VDAC_DisableModule()
114 void VDAC_Enable(VDAC_TypeDef *vdac, unsigned int ch, bool enable) in VDAC_Enable()
182 void VDAC_Init(VDAC_TypeDef *vdac, const VDAC_Init_TypeDef *init) in VDAC_Init()
315 void VDAC_InitChannel(VDAC_TypeDef *vdac, in VDAC_InitChannel()
426 void VDAC_ChannelOutputSet(VDAC_TypeDef *vdac, in VDAC_ChannelOutputSet()
539 uint32_t VDAC_PrescaleCalc(VDAC_TypeDef *vdac, uint32_t vdacFreq) in VDAC_PrescaleCalc()
587 void VDAC_Reset(VDAC_TypeDef *vdac) in VDAC_Reset()