EFM32 Happy Gecko Software Documentation
efm32hg-doc-5.1.2
|
#include <em_idac.h>
Data Fields | |
bool | enable |
IDAC_OutMode_TypeDef | outMode |
bool | prsEnable |
IDAC_PRSSEL_TypeDef | prsSel |
bool | sinkEnable |
bool IDAC_Init_TypeDef::enable |
IDAC_OutMode_TypeDef IDAC_Init_TypeDef::outMode |
bool IDAC_Init_TypeDef::prsEnable |
Enable Peripheral reflex system (PRS) to control IDAC output. If false, the IDAC output is controlled by writing to IDAC_OUTEN in IDAC_CTRL or by calling IDAC_OutEnable().
Definition at line 185 of file em_idac.h.
Referenced by IDAC_Init().
IDAC_PRSSEL_TypeDef IDAC_Init_TypeDef::prsSel |
Peripheral reflex system channel selection. Only applicable if prsEnable
is enabled.
Definition at line 191 of file em_idac.h.
Referenced by IDAC_Init().
bool IDAC_Init_TypeDef::sinkEnable |
Enable/disable current sink mode.
Definition at line 194 of file em_idac.h.
Referenced by IDAC_Init().