ADC input channel configuration. More...
#include <power_control/devices/dev_boost_typedef.h>
Data Fields | |
volatile bool | enabled |
input channel enable bit More... | |
volatile uint16_t * | adc_buffer |
pointer to ADC result buffer More... | |
volatile uint16_t | gpio_instance |
GPIO instance of the selected PWM generator. More... | |
volatile uint8_t | adc_input |
number of the ADC input channel used More... | |
volatile uint8_t | adc_core |
number of the ADC core connected to the selected channel More... | |
volatile uint8_t | trigger_source |
input channel trigger source More... | |
volatile bool | interrupt_enable |
input channel interrupt enable bit More... | |
volatile bool | early_interrupt_enable |
input channel early interrupt enable bit More... | |
volatile bool | differential_input |
input channel differential mode enable bit More... | |
volatile bool | signed_result |
input channel singed result mode enable bit More... | |
volatile bool | level_trigger |
input channel level trigger mode enable bit More... | |
volatile struct BOOST_ADC_INPUT_SCALING_s | scaling |
normalization scaling settings More... | |
ADC input channel configuration.
Definition at line 452 of file dev_boost_typedef.h.
volatile uint16_t* adc_buffer |
pointer to ADC result buffer
Definition at line 455 of file dev_boost_typedef.h.
volatile uint8_t adc_core |
number of the ADC core connected to the selected channel
Definition at line 458 of file dev_boost_typedef.h.
volatile uint8_t adc_input |
number of the ADC input channel used
Definition at line 457 of file dev_boost_typedef.h.
volatile bool differential_input |
input channel differential mode enable bit
Definition at line 462 of file dev_boost_typedef.h.
volatile bool early_interrupt_enable |
input channel early interrupt enable bit
Definition at line 461 of file dev_boost_typedef.h.
volatile bool enabled |
input channel enable bit
Definition at line 454 of file dev_boost_typedef.h.
volatile uint16_t gpio_instance |
GPIO instance of the selected PWM generator.
Definition at line 456 of file dev_boost_typedef.h.
volatile bool interrupt_enable |
input channel interrupt enable bit
Definition at line 460 of file dev_boost_typedef.h.
volatile bool level_trigger |
input channel level trigger mode enable bit
Definition at line 464 of file dev_boost_typedef.h.
volatile struct BOOST_ADC_INPUT_SCALING_s scaling |
normalization scaling settings
Definition at line 465 of file dev_boost_typedef.h.
volatile bool signed_result |
input channel singed result mode enable bit
Definition at line 463 of file dev_boost_typedef.h.
volatile uint8_t trigger_source |
input channel trigger source
Definition at line 459 of file dev_boost_typedef.h.