Struct esp32_hal::pac::gpio::func_in_sel_cfg::R
pub struct R(_);
Expand description
Register FUNC%s_IN_SEL_CFG
reader
Implementations§
§impl R
impl R
pub fn in_inv_sel(&self) -> BitReaderRaw<bool>
pub fn in_inv_sel(&self) -> BitReaderRaw<bool>
Bit 6 - revert the value of the input if you want to revert please set the value to 1
Methods from Deref<Target = R<FUNC_IN_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_IN_SEL_CFG_SPEC>> for R
impl From<R<FUNC_IN_SEL_CFG_SPEC>> for R
§fn from(reader: R<FUNC_IN_SEL_CFG_SPEC>) -> R
fn from(reader: R<FUNC_IN_SEL_CFG_SPEC>) -> R
Converts to this type from the input type.