Bar Logo 3.8/7.6 kw Totem pole Demonstration Application (Part-No. (not specified))
 
Content
     
Loading...
Searching...
No Matches
DAC_DC_INTERFACE Struct Reference

Structure containing the function pointers of DAC driver in DC mode. More...

#include <cmp_interface.h>

+ Collaboration diagram for DAC_DC_INTERFACE:

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.
 

Detailed Description

Definition at line 54 of file cmp_interface.h.

Field Documentation

◆ DataWrite

void(* DataWrite)(size_t value)

Definition at line 62 of file cmp_interface.h.

◆ Disable

void(* Disable)(void) ( void )

Definition at line 59 of file cmp_interface.h.

◆ Enable

void(* Enable)(void) ( void )

Definition at line 56 of file cmp_interface.h.


The documentation for this struct was generated from the following files: