|
Bouffalo SDK
1.0
Bouffalolab Software Development Kit
|
ADC result select. More...
#include <bflb_adc.h>

Data Fields | |
| int8_t | pos_chan |
| int8_t | neg_chan |
| int32_t | value |
| int32_t | millivolt |
ADC result select.
| pos_chan | ADC positive channel |
| neg_chan | ADC negative channel |
| value | ADC value |
| millivolt | ADC voltage result |
Definition at line 144 of file bflb_adc.h.
| int32_t millivolt |
Definition at line 148 of file bflb_adc.h.
| int8_t neg_chan |
Definition at line 146 of file bflb_adc.h.
| int8_t pos_chan |
Definition at line 145 of file bflb_adc.h.
| int32_t value |
Definition at line 147 of file bflb_adc.h.