OPAMP 0 configuration structure.
Configuration structure for OPAMP 0.
#include <opamp.h>
Data Fields | |
struct opamp_config_common | config_common |
If true , the comparator will continue to sample during sleep mode when triggered. More... | |
enum opamp0_neg_mux | negative_input |
Negative input MUX selection. More... | |
enum opamp0_pos_mux | positive_input |
Positive input MUX selection. More... | |
enum opamp0_res1_mux | r1_connection |
Resistor 1 MUX selection. More... | |
struct opamp_config_common opamp0_config::config_common |
If true
, the comparator will continue to sample during sleep mode when triggered.
Referenced by opamp0_get_config_defaults(), and opamp0_set_config().
enum opamp0_neg_mux opamp0_config::negative_input |
Negative input MUX selection.
Referenced by opamp0_get_config_defaults(), and opamp0_set_config().
enum opamp0_pos_mux opamp0_config::positive_input |
Positive input MUX selection.
Referenced by opamp0_get_config_defaults(), and opamp0_set_config().
enum opamp0_res1_mux opamp0_config::r1_connection |
Resistor 1 MUX selection.
Referenced by opamp0_get_config_defaults(), and opamp0_set_config().