Struct esp32_hal::pac::gpio::func_out_sel_cfg::R
pub struct R(_);
Expand description
Register FUNC%s_OUT_SEL_CFG
reader
Implementations§
§impl R
impl R
pub fn inv_sel(&self) -> BitReaderRaw<bool>
pub fn inv_sel(&self) -> BitReaderRaw<bool>
Bit 9 - invert the output value if you want to revert the output value setting the value to 1
pub fn oen_sel(&self) -> BitReaderRaw<bool>
pub fn oen_sel(&self) -> BitReaderRaw<bool>
Bit 10 - weather using the logical oen signal or not using the value setting by the register
pub fn oen_inv_sel(&self) -> BitReaderRaw<bool>
pub fn oen_inv_sel(&self) -> BitReaderRaw<bool>
Bit 11 - invert the output enable value if you want to revert the output enable value setting the value to 1
Methods from Deref<Target = R<FUNC_OUT_SEL_CFG_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations§
§impl From<R<FUNC_OUT_SEL_CFG_SPEC>> for R
impl From<R<FUNC_OUT_SEL_CFG_SPEC>> for R
§fn from(reader: R<FUNC_OUT_SEL_CFG_SPEC>) -> R
fn from(reader: R<FUNC_OUT_SEL_CFG_SPEC>) -> R
Converts to this type from the input type.