Struct esp32_hal::pac::slc::_0txfifo_pop::R
pub struct R(_);
Expand description
Register _0TXFIFO_POP
reader
Implementations§
§impl R
impl R
pub fn slc0_txfifo_rdata(&self) -> FieldReaderRaw<u16, u16>
pub fn slc0_txfifo_rdata(&self) -> FieldReaderRaw<u16, u16>
Bits 0:10
pub fn slc0_txfifo_pop(&self) -> BitReaderRaw<bool>
pub fn slc0_txfifo_pop(&self) -> BitReaderRaw<bool>
Bit 16
Methods from Deref<Target = R<_0TXFIFO_POP_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<_0TXFIFO_POP_SPEC>> for R
impl From<R<_0TXFIFO_POP_SPEC>> for R
§fn from(reader: R<_0TXFIFO_POP_SPEC>) -> R
fn from(reader: R<_0TXFIFO_POP_SPEC>) -> R
Converts to this type from the input type.