mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
ADC tweaking
This commit is contained in:
@@ -133,7 +133,7 @@ static const struct pin_mux_cfg af_pin_table[] = {
|
||||
static void board_pin_mux_init(void) {
|
||||
GLB_GPIO_Cfg_Type gpio_cfg;
|
||||
uint32_t tmpVal;
|
||||
gpio_cfg.drive = 0;
|
||||
gpio_cfg.drive = 3;
|
||||
gpio_cfg.smtCtrl = 1;
|
||||
uint8_t hbn_gpio_mask = 0x1f;
|
||||
uint8_t hbn_aon_ie = 0;
|
||||
|
||||
Reference in New Issue
Block a user