pub struct W(_);
Expand description
Register FUNC105_IN_SEL_CFG
writer
Implementations
sourceimpl W
impl W
sourcepub fn func105_in_sel(&mut self) -> FUNC105_IN_SEL_W<'_, 0>
pub fn func105_in_sel(&mut self) -> FUNC105_IN_SEL_W<'_, 0>
Bits 0:4 - set this value: s=0-53: connect GPIO[s] to this port. s=0x38: set this port always high level. s=0x3C: set this port always low level.
sourcepub fn func105_in_inv_sel(&mut self) -> FUNC105_IN_INV_SEL_W<'_, 5>
pub fn func105_in_inv_sel(&mut self) -> FUNC105_IN_INV_SEL_W<'_, 5>
Bit 5 - set this bit to invert input signal. 1:invert. 0:not invert.
sourcepub fn sig105_in_sel(&mut self) -> SIG105_IN_SEL_W<'_, 6>
pub fn sig105_in_sel(&mut self) -> SIG105_IN_SEL_W<'_, 6>
Bit 6 - set this bit to bypass GPIO. 1:do not bypass GPIO. 0:bypass GPIO.
Methods from Deref<Target = W<FUNC105_IN_SEL_CFG_SPEC>>
Trait Implementations
sourceimpl From<W<FUNC105_IN_SEL_CFG_SPEC>> for W
impl From<W<FUNC105_IN_SEL_CFG_SPEC>> for W
sourcefn from(writer: W<FUNC105_IN_SEL_CFG_SPEC>) -> Self
fn from(writer: W<FUNC105_IN_SEL_CFG_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more