Struct esp32c6::uart0::fsm_status::R
source · pub struct R(_);Expand description
Register FSM_STATUS reader
Implementations§
source§impl R
impl R
sourcepub fn st_urx_out(&self) -> ST_URX_OUT_R
pub fn st_urx_out(&self) -> ST_URX_OUT_R
Bits 0:3 - This is the status register of receiver.
sourcepub fn st_utx_out(&self) -> ST_UTX_OUT_R
pub fn st_utx_out(&self) -> ST_UTX_OUT_R
Bits 4:7 - This is the status register of transmitter.
Methods from Deref<Target = R<FSM_STATUS_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more