Struct embassy_stm32::peripherals::RTC
source · pub struct RTC { /* private fields */ }
Expand description
RTC peripheral
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RTC
impl RefUnwindSafe for RTC
impl Send for RTC
impl Sync for RTC
impl Unpin for RTC
impl UnwindSafe for RTC
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more