Abstracted set of Special Function Registers of a Digital-to-Analog Converter peripheral. More...
#include <common/p33c_pral/p33c_dac.h>
Data Fields | |
union { | |
volatile struct tagDACCTRL1LBITS bits | |
volatile uint16_t value | |
} | DacModuleCtrl1L |
volatile | unsigned: 16 |
union { | |
volatile struct tagDACCTRL2LBITS bits | |
volatile uint16_t value | |
} | DacModuleCtrl2L |
union { | |
volatile struct tagDACCTRL2HBITS bits | |
volatile uint16_t value | |
} | DacModuleCtrl2H |
Abstracted set of Special Function Registers of a Digital-to-Analog Converter peripheral.
Abstracted set of Special Function Registers of a Digital-to-Analog Converter peripheral instance.
This structure defines an abstracted set of Special Function Registers of Digital-to-Analog Converter peripheral module base registers. Users can use this abstracted set of registers to capture register settings from or write generic
register settings to these peripheral base registers.
This structure defines an abstracted set of Special Function Registers of Digital-to-Analog Converter peripheral instance registers. It provides an abstracted set of registers to capture register settings from or write generic
register settings to this peripheral instance.
Definition at line 60 of file p33c_dac.h.
volatile struct tagDACCTRL2LBITS bits |
Definition at line 63 of file p33c_dac.h.
volatile struct tagDACCTRL1LBITS bits |
Definition at line 65 of file p33c_dac.h.
volatile struct tagDACCTRL2HBITS bits |
Definition at line 68 of file p33c_dac.h.
union { ... } DacModuleCtrl1L |
union { ... } DacModuleCtrl2H |
union { ... } DacModuleCtrl2L |
volatile unsigned |
Definition at line 65 of file p33c_dac.h.
volatile uint16_t value |
Definition at line 63 of file p33c_dac.h.