Struct esp32_hal::pac::slc::_0_dscr_cnt::R
pub struct R(_);
Expand description
Register _0_DSCR_CNT
reader
Implementations§
§impl R
impl R
pub fn slc0_rx_dscr_cnt_lat(&self) -> FieldReaderRaw<u16, u16>
pub fn slc0_rx_dscr_cnt_lat(&self) -> FieldReaderRaw<u16, u16>
Bits 0:9
pub fn slc0_rx_get_eof_occ(&self) -> BitReaderRaw<bool>
pub fn slc0_rx_get_eof_occ(&self) -> BitReaderRaw<bool>
Bit 16
Methods from Deref<Target = R<_0_DSCR_CNT_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<_0_DSCR_CNT_SPEC>> for R
impl From<R<_0_DSCR_CNT_SPEC>> for R
§fn from(reader: R<_0_DSCR_CNT_SPEC>) -> R
fn from(reader: R<_0_DSCR_CNT_SPEC>) -> R
Converts to this type from the input type.