OPAMP 1 configuration structure.
Configuration structure for OPAMP 1.
#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 opamp1_neg_mux | negative_input |
Negative input MUX selection. More... | |
enum opamp1_pos_mux | positive_input |
Positive input MUX selection. More... | |
enum opamp1_res1_mux | r1_connection |
Resistor 1 MUX selection. More... | |
struct opamp_config_common opamp1_config::config_common |
If true
, the comparator will continue to sample during sleep mode when triggered.
Referenced by opamp1_get_config_defaults(), and opamp1_set_config().
enum opamp1_neg_mux opamp1_config::negative_input |
Negative input MUX selection.
Referenced by opamp1_get_config_defaults(), and opamp1_set_config().
enum opamp1_pos_mux opamp1_config::positive_input |
Positive input MUX selection.
Referenced by opamp1_get_config_defaults(), and opamp1_set_config().
enum opamp1_res1_mux opamp1_config::r1_connection |
Resistor 1 MUX selection.
Referenced by opamp1_get_config_defaults(), and opamp1_set_config().