Struct embassy_stm32::peripherals::RCC
source · pub struct RCC { /* private fields */ }
Expand description
RCC peripheral
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RCC
impl RefUnwindSafe for RCC
impl Send for RCC
impl Sync for RCC
impl Unpin for RCC
impl UnwindSafe for RCC
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