fix(adc): power settings not taking into effect on C6

This commit is contained in:
gaoxu
2023-09-20 11:05:02 +08:00
committed by Gao Xu
parent 4045c3f8b0
commit 817036f46f
6 changed files with 49 additions and 3 deletions
@@ -124,6 +124,13 @@ void modem_clock_deselect_lp_clock_source(periph_module_t module);
*/
void modem_clock_wifi_mac_reset(void);
/**
* @brief Enable clock registers which shared by both modem and ADC. Need a ref count to enable/disable them
*
* @param enable true: enable; false: disable
*/
void modem_clock_shared_enable(bool enable);
#ifdef __cplusplus
}
#endif