![]() |
S32 SDK
|
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 |
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 73 of file cmp_driver.h.
cmp_ch_number_t negativeInputMux |
Select which channel is selected for the minus mux.
Definition at line 82 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 78 of file cmp_driver.h.
cmp_ch_number_t positiveInputMux |
Select which channel is selected for the plus mux.
Definition at line 81 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 75 of file cmp_driver.h.