aboutsummaryrefslogtreecommitdiff
path: root/embassy-mcxa/src/clocks/periph_helpers.rs
diff options
context:
space:
mode:
Diffstat (limited to 'embassy-mcxa/src/clocks/periph_helpers.rs')
-rw-r--r--embassy-mcxa/src/clocks/periph_helpers.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/embassy-mcxa/src/clocks/periph_helpers.rs b/embassy-mcxa/src/clocks/periph_helpers.rs
index fed5e558e..f2f51c60c 100644
--- a/embassy-mcxa/src/clocks/periph_helpers.rs
+++ b/embassy-mcxa/src/clocks/periph_helpers.rs
@@ -427,6 +427,7 @@ impl SPConfHelper for OsTimerConfig {
427 427
428/// Selectable clocks for the ADC peripheral 428/// Selectable clocks for the ADC peripheral
429#[derive(Copy, Clone, Debug, PartialEq, Eq)] 429#[derive(Copy, Clone, Debug, PartialEq, Eq)]
430#[cfg_attr(feature = "defmt", derive(defmt::Format))]
430pub enum AdcClockSel { 431pub enum AdcClockSel {
431 /// Divided `fro_lf`/`clk_12m`/FRO12M source 432 /// Divided `fro_lf`/`clk_12m`/FRO12M source
432 FroLfDiv, 433 FroLfDiv,