pub struct EXTEN_W<'a> { /* private fields */ }Expand description
Write proxy for field EXTEN
Implementations§
Source§impl<'a> EXTEN_W<'a>
impl<'a> EXTEN_W<'a>
Sourcepub fn variant(self, variant: EXTEN_A) -> &'a mut W<u32, Reg<u32, _CR2>>
pub fn variant(self, variant: EXTEN_A) -> &'a mut W<u32, Reg<u32, _CR2>>
Writes variant to the field
Sourcepub fn rising_edge(self) -> &'a mut W<u32, Reg<u32, _CR2>>
pub fn rising_edge(self) -> &'a mut W<u32, Reg<u32, _CR2>>
Trigger detection on the rising edge
Sourcepub fn falling_edge(self) -> &'a mut W<u32, Reg<u32, _CR2>>
pub fn falling_edge(self) -> &'a mut W<u32, Reg<u32, _CR2>>
Trigger detection on the falling edge
Auto Trait Implementations§
impl<'a> Freeze for EXTEN_W<'a>
impl<'a> !RefUnwindSafe for EXTEN_W<'a>
impl<'a> Send for EXTEN_W<'a>
impl<'a> !Sync for EXTEN_W<'a>
impl<'a> Unpin for EXTEN_W<'a>
impl<'a> !UnwindSafe for EXTEN_W<'a>
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