esp_adc: move adc common hw related code into esp_hw_support

This commit is contained in:
Armando
2022-07-21 11:47:09 +08:00
committed by Armando (Dou Yiwen)
parent 9a7a1fe61f
commit 5e6a16380a
25 changed files with 431 additions and 371 deletions

View File

@@ -7,7 +7,7 @@
#include <stdbool.h>
#include "esp_attr.h"
#include "esp_private/regi2c_ctrl.h"
#include "esp_private/adc_private.h"
#include "esp_private/adc_share_hw_ctrl.h"
/*
* This file is used to override the hooks provided by the PHY lib for some system features.