pub struct HSEM { /* private fields */ }
Expand description
HSEM peripheral
Implementations§
Trait Implementations§
impl Copy for HSEM
impl Instance for HSEM
impl PeripheralType for HSEM
impl RccPeripheral for HSEM
Auto Trait Implementations§
impl Freeze for HSEM
impl RefUnwindSafe for HSEM
impl Send for HSEM
impl Sync for HSEM
impl Unpin for HSEM
impl UnwindSafe for HSEM
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