docs: document spi, rtc and rest of uart for embassy-rp

This commit is contained in:
Ulf Lilleengen
2023-12-19 11:26:08 +01:00
parent e45e3e76b5
commit 486b67e895
4 changed files with 83 additions and 2 deletions

View File

@ -194,6 +194,7 @@ mod sealed {
}
}
/// RTC peripheral instance.
pub trait Instance: sealed::Instance {}
impl sealed::Instance for crate::peripherals::RTC {