Bar Logo 4kW dsPIC33C PSFB DC-DC DA (Part-No. )
 
Content
     
Loading...
Searching...
No Matches
DAC_DC_INTERFACE Struct Reference

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

#include <psfb_droop.X/mcc_generated_files/cmp/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)

Definition at line 59 of file cmp_interface.h.

◆ Enable

void(* Enable) (void)

Definition at line 56 of file cmp_interface.h.


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