Struct esp32s3::gpio::func_out_sel_cfg::W
source · pub struct W(_);
Expand description
Register FUNC%s_OUT_SEL_CFG
writer
Implementations
sourceimpl W
impl W
sourcepub fn out_sel(&mut self) -> OUT_SEL_W<'_, 0>
pub fn out_sel(&mut self) -> OUT_SEL_W<'_, 0>
Bits 0:8 - The value of the bits: 0<=s<=256. Set the value to select output signal. s=0-255: output of GPIO[n] equals input of peripheral[s]. s=256: output of GPIO[n] equals GPIO_OUT_REG[n].
sourcepub fn inv_sel(&mut self) -> INV_SEL_W<'_, 9>
pub fn inv_sel(&mut self) -> INV_SEL_W<'_, 9>
Bit 9 - set this bit to invert output signal.1:invert.0:not invert.
sourcepub fn oen_sel(&mut self) -> OEN_SEL_W<'_, 10>
pub fn oen_sel(&mut self) -> OEN_SEL_W<'_, 10>
Bit 10 - set this bit to select output enable signal.1:use GPIO_ENABLE_REG[n] as output enable signal.0:use peripheral output enable signal.
sourcepub fn oen_inv_sel(&mut self) -> OEN_INV_SEL_W<'_, 11>
pub fn oen_inv_sel(&mut self) -> OEN_INV_SEL_W<'_, 11>
Bit 11 - set this bit to invert output enable signal.1:invert.0:not invert.
Methods from Deref<Target = W<FUNC_OUT_SEL_CFG_SPEC>>
Trait Implementations
sourceimpl From<W<FUNC_OUT_SEL_CFG_SPEC>> for W
impl From<W<FUNC_OUT_SEL_CFG_SPEC>> for W
sourcefn from(writer: W<FUNC_OUT_SEL_CFG_SPEC>) -> Self
fn from(writer: W<FUNC_OUT_SEL_CFG_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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