S32 SDK
cmp_anmux_t Struct Reference

Defines the analog mux. More...

#include <cmp_driver.h>

Data Fields

cmp_port_mux_t positivePortMux
 
cmp_port_mux_t negativePortMux
 
cmp_ch_number_t positiveInputMux
 
cmp_ch_number_t negativeInputMux
 

Detailed Description

Defines the analog mux.

This structure is used to configure the analog multiplexor to select compared signals Implements : cmp_anmux_t_Class

Definition at line 202 of file cmp_driver.h.

Field Documentation

cmp_ch_number_t negativeInputMux

Select which channel is selected for the minus mux.

Definition at line 211 of file cmp_driver.h.

cmp_port_mux_t negativePortMux

Select negative port signal. CMP_DAC if source is digital to analog converter. CMP_MUX if source is 8 ch MUX

Definition at line 207 of file cmp_driver.h.

cmp_ch_number_t positiveInputMux

Select which channel is selected for the plus mux.

Definition at line 210 of file cmp_driver.h.

cmp_port_mux_t positivePortMux

Select positive port signal. CMP_DAC if source is digital to analog converter. CMP_MUX if source is 8 ch MUX

Definition at line 204 of file cmp_driver.h.


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