Struct esp32c3_hal::pac::rmt::ch0status::R
pub struct R(_);
Expand description
Register CH0STATUS
reader
Implementations
impl R
impl R
pub fn mem_raddr_ex(&self) -> FieldReaderRaw<u16, u16>
pub fn mem_raddr_ex(&self) -> FieldReaderRaw<u16, u16>
Bits 0:8 - reg_mem_raddr_ex_ch0.
pub fn apb_mem_waddr(&self) -> FieldReaderRaw<u16, u16>
pub fn apb_mem_waddr(&self) -> FieldReaderRaw<u16, u16>
Bits 12:20 - reg_apb_mem_waddr_ch0.
pub fn apb_mem_rd_err(&self) -> BitReaderRaw<bool>
pub fn apb_mem_rd_err(&self) -> BitReaderRaw<bool>
Bit 21 - reg_apb_mem_rd_err_ch0.
pub fn apb_mem_wr_err(&self) -> BitReaderRaw<bool>
pub fn apb_mem_wr_err(&self) -> BitReaderRaw<bool>
Bit 23 - reg_apb_mem_wr_err_ch0.
pub fn apb_mem_raddr(&self) -> FieldReaderRaw<u8, u8>
pub fn apb_mem_raddr(&self) -> FieldReaderRaw<u8, u8>
Bits 24:31 - reg_apb_mem_raddr_ch0.
Methods from Deref<Target = R<CH0STATUS_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<CH0STATUS_SPEC>> for R
impl From<R<CH0STATUS_SPEC>> for R
fn from(reader: R<CH0STATUS_SPEC>) -> R
fn from(reader: R<CH0STATUS_SPEC>) -> R
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more