Struct esp32c2_hal::pac::uart0::rx_filt::R
pub struct R(_);
Expand description
Register RX_FILT
reader
Implementations§
§impl R
impl R
pub fn glitch_filt(&self) -> FieldReaderRaw<u8, u8>
pub fn glitch_filt(&self) -> FieldReaderRaw<u8, u8>
Bits 0:7 - when input pulse width is lower than this value, the pulse is ignored.
pub fn glitch_filt_en(&self) -> BitReaderRaw<bool>
pub fn glitch_filt_en(&self) -> BitReaderRaw<bool>
Bit 8 - Set this bit to enable Rx signal filter.
Methods from Deref<Target = R<RX_FILT_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<RX_FILT_SPEC>> for R
impl From<R<RX_FILT_SPEC>> for R
§fn from(reader: R<RX_FILT_SPEC>) -> R
fn from(reader: R<RX_FILT_SPEC>) -> R
Converts to this type from the input type.