pub struct GPT321 { /* private fields */ }Expand description
General PWM 32-bit Timer 1
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GPT321
impl RefUnwindSafe for GPT321
impl !Sync for GPT321
impl Unpin for GPT321
impl UnwindSafe for GPT321
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