add more defmt features

This commit is contained in:
2025-02-13 14:43:46 +01:00
parent 6e1ae70054
commit 0a31b637e6
8 changed files with 26 additions and 3 deletions

View File

@ -69,6 +69,7 @@ use crate::{clock::FilterClkSel, enable_nvic_interrupt, pac, FunSel, InterruptCo
/// Value-level `enum` for disabled configurations
#[derive(PartialEq, Eq, Clone, Copy)]
#[cfg_attr(feature = "defmt", derive(defmt::Format))]
pub enum DynDisabled {
Floating,
PullDown,