Struct esp32s3::gpio::func_out_sel_cfg::R
source · pub struct R(_);
Expand description
Register FUNC%s_OUT_SEL_CFG
reader
Implementations§
source§impl R
impl R
sourcepub fn out_sel(&self) -> OUT_SEL_R
pub fn out_sel(&self) -> OUT_SEL_R
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(&self) -> INV_SEL_R
pub fn inv_sel(&self) -> INV_SEL_R
Bit 9 - set this bit to invert output signal.1:invert.0:not invert.
sourcepub fn oen_sel(&self) -> OEN_SEL_R
pub fn oen_sel(&self) -> OEN_SEL_R
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(&self) -> OEN_INV_SEL_R
pub fn oen_inv_sel(&self) -> OEN_INV_SEL_R
Bit 11 - set this bit to invert output enable signal.1:invert.0:not invert.