Searched defs:dac (Results 1 – 6 of 6) sorted by relevance
| /bsp/efm32/Libraries/emlib/src/ |
| A D | em_dac.c | 80 void DAC_Enable(DAC_TypeDef *dac, unsigned int ch, bool enable) in DAC_Enable() 117 void DAC_Init(DAC_TypeDef *dac, const DAC_Init_TypeDef *init) in DAC_Init() 186 void DAC_InitChannel(DAC_TypeDef *dac, in DAC_InitChannel() 276 void DAC_Reset(DAC_TypeDef *dac) in DAC_Reset()
|
| A D | em_opamp.c | 206 void OPAMP_Disable( DAC_TypeDef *dac, OPAMP_TypeDef opa ) in OPAMP_Disable() 243 void OPAMP_Enable( DAC_TypeDef *dac, OPAMP_TypeDef opa, const OPAMP_Init_TypeDef *init ) in OPAMP_Enable()
|
| /bsp/efm32/Libraries/emlib/inc/ |
| A D | em_dac.h | 226 __STATIC_INLINE void DAC_IntClear(DAC_TypeDef *dac, uint32_t flags) in DAC_IntClear() 243 __STATIC_INLINE void DAC_IntDisable(DAC_TypeDef *dac, uint32_t flags) in DAC_IntDisable() 265 __STATIC_INLINE void DAC_IntEnable(DAC_TypeDef *dac, uint32_t flags) in DAC_IntEnable() 285 __STATIC_INLINE uint32_t DAC_IntGet(DAC_TypeDef *dac) in DAC_IntGet() 302 __STATIC_INLINE void DAC_IntSet(DAC_TypeDef *dac, uint32_t flags) in DAC_IntSet()
|
| /bsp/renesas/libraries/HAL_Drivers/ |
| A D | drv_dac.c | 47 struct ra_dac_map *dac = (struct ra_dac_map *)device->parent.user_data; in ra_dac_disabled() local 59 struct ra_dac_map *dac = (struct ra_dac_map *)device->parent.user_data; in ra_dac_enabled() local 71 struct ra_dac_map *dac = (struct ra_dac_map *)device->parent.user_data; in ra_dac_write() local
|
| /bsp/nxp/mcx/mcxn/Libraries/drivers/ |
| A D | drv_dac.c | 77 struct mcx_dac *dac = (struct mcx_dac *)device->parent.user_data; in mcxn_dac_disabled() local 89 struct mcx_dac *dac = (struct mcx_dac *)device->parent.user_data; in mcxn_dac_enabled() local 110 struct mcx_dac *dac = (struct mcx_dac *)device->parent.user_data; in mcxn_dac_write() local
|
| /bsp/apm32/libraries/Drivers/ |
| A D | drv_dac.c | 25 DAC_T *dac; member
|
Completed in 13 milliseconds