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