pub struct ETRSEL_R(/* private fields */);
Expand description
Field ETRSEL
reader - External trigger source selection
Methods from Deref<Target = FieldReader<u8, u8>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ETRSEL_R
impl RefUnwindSafe for ETRSEL_R
impl Send for ETRSEL_R
impl Sync for ETRSEL_R
impl Unpin for ETRSEL_R
impl UnwindSafe for ETRSEL_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