Struct esp32c3_hal::pac::rmt::ch3status::R
pub struct R(_);
Expand description
Register CH3STATUS
reader
Implementations
impl R
impl R
pub fn mem_waddr_ex(&self) -> FieldReaderRaw<u16, u16>
pub fn mem_waddr_ex(&self) -> FieldReaderRaw<u16, u16>
Bits 0:8 - reg_mem_waddr_ex_ch3.
pub fn apb_mem_raddr(&self) -> FieldReaderRaw<u16, u16>
pub fn apb_mem_raddr(&self) -> FieldReaderRaw<u16, u16>
Bits 12:20 - reg_apb_mem_raddr_ch3.
pub fn mem_owner_err(&self) -> BitReaderRaw<bool>
pub fn mem_owner_err(&self) -> BitReaderRaw<bool>
Bit 25 - reg_mem_owner_err_ch3.
pub fn apb_mem_rd_err(&self) -> BitReaderRaw<bool>
pub fn apb_mem_rd_err(&self) -> BitReaderRaw<bool>
Bit 27 - reg_apb_mem_rd_err_ch3.
Methods from Deref<Target = R<CH3STATUS_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<CH3STATUS_SPEC>> for R
impl From<R<CH3STATUS_SPEC>> for R
fn from(reader: R<CH3STATUS_SPEC>) -> R
fn from(reader: R<CH3STATUS_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