pub struct FSPOL_W<'a> { /* private fields */ }
Expand description
Write proxy for field FSPOL
Implementations§
Source§impl<'a> FSPOL_W<'a>
impl<'a> FSPOL_W<'a>
Sourcepub fn falling_edge(self) -> &'a mut W
pub fn falling_edge(self) -> &'a mut W
FS is active low (falling edge)
Sourcepub fn rising_edge(self) -> &'a mut W
pub fn rising_edge(self) -> &'a mut W
FS is active high (rising edge)
Auto Trait Implementations§
impl<'a> Freeze for FSPOL_W<'a>
impl<'a> !RefUnwindSafe for FSPOL_W<'a>
impl<'a> Send for FSPOL_W<'a>
impl<'a> !Sync for FSPOL_W<'a>
impl<'a> Unpin for FSPOL_W<'a>
impl<'a> !UnwindSafe for FSPOL_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