Bouffalo SDK
1.0
Bouffalolab Software Development Kit
|
ACOMP configuration structure. More...
#include <bflb_acomp.h>
Data Fields | |
uint8_t | mux_en |
uint8_t | pos_chan_sel |
uint8_t | neg_chan_sel |
uint8_t | vio_sel |
uint8_t | scaling_factor |
uint8_t | bias_prog |
uint8_t | hysteresis_pos_volt |
uint8_t | hysteresis_neg_volt |
ACOMP configuration structure.
mux_en | ACOMP mux enable |
pos_chan_sel | ACOMP positive channel select, use Analog compare channel type definition |
neg_chan_sel | ACOMP negtive channel select, use Analog compare channel type definition |
vio_sel | ACOMP VIO voltage select, (vioSel/66)*avdd33 |
scaling_factor | ACOMP scaling factor select factor, use Analog compare scaling factor type definition |
bias_prog | ACOMP bias current control, use Analog compare bias current control type definition |
hysteresis_pos_volt | ACOMP hysteresis voltage for positive, use Analog compare hysteresis voltage type definition |
hysteresis_neg_volt | ACOMP hysteresis voltage for negtive, use Analog compare hysteresis voltage type definition |
Definition at line 80 of file bflb_acomp.h.