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