Struct embassy_stm32::peripherals::RTC
source · pub struct RTC { /* private fields */ }
Expand description
RTC peripheral
Implementations§
Trait Implementations§
source§impl Peripheral for RTC
impl Peripheral for RTC
source§impl RccPeripheral for RTC
impl RccPeripheral for RTC
fn frequency() -> Hertz
fn enable_and_reset_with_cs(_cs: CriticalSection<'_>)
fn disable_with_cs(_cs: CriticalSection<'_>)
fn enable_and_reset()
fn disable()
impl RccPeripheral for RTC
Auto Trait Implementations§
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