Struct esp32c6::uhci0::reg_q4_word0::R   
source · pub struct R(_);Expand description
Register REG_Q4_WORD0 reader
Implementations§
source§impl R
 
impl R
sourcepub fn send_q4_word0(&self) -> SEND_Q4_WORD0_R
 
pub fn send_q4_word0(&self) -> SEND_Q4_WORD0_R
Bits 0:31 - Serves as quick sending register in specified mode in UHCI_ALWAYS_SEND_NUM or UHCI_SINGLE_SEND_NUM.
Methods from Deref<Target = R<REG_Q4_WORD0_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