Refactors for L432KC done for all peripherals except GPIO

This commit is contained in:
Ea-r-th
2025-10-19 01:49:13 -07:00
parent e822b8d9ec
commit 2c5592c2d3
16 changed files with 207 additions and 76 deletions

View File

@@ -16,7 +16,7 @@ class SHAL_ADC {
public:
SHAL_Result init();
SHAL_Result init(ADC_Key key);
SHAL_Result calibrate();
@@ -54,6 +54,9 @@ private:
//Disables peripheral
SHAL_Result disable();
//Wake up ADC from initial deep sleep state
SHAL_Result wakeFromDeepSleep();
SHAL_Result startConversion();
/// Adds an ADC channel to the conversion sequence