pub struct TRIG1_R(/* private fields */);
Expand description
Field TRIG1
reader - PWM Synchronization Hardware Trigger 1
Implementations§
Methods from Deref<Target = FieldReader<bool, TRIG1_A>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TRIG1_R
impl RefUnwindSafe for TRIG1_R
impl Send for TRIG1_R
impl Sync for TRIG1_R
impl Unpin for TRIG1_R
impl UnwindSafe for TRIG1_R
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