Structure containing the function pointers of DAC driver in DC mode. More...
#include <cmp_interface.h>
Data Fields | |
void(* | Enable )(void) |
Pointer to CMPx_DACEnable e.g. CMP1_DACEnable. | |
void(* | Disable )(void) |
Pointer to CMPx_DACDisable e.g. CMP1_DACDisable. | |
void(* | DataWrite )(size_t value) |
Pointer to CMPx_DACDataWrite e.g. CMP1_DACDataWrite. | |
Definition at line 54 of file cmp_interface.h.
void(* DataWrite)(size_t value) |
Definition at line 62 of file cmp_interface.h.
void(* Disable)(void) | ( | void | ) |
Definition at line 59 of file cmp_interface.h.
void(* Enable)(void) | ( | void | ) |
Definition at line 56 of file cmp_interface.h.