Struct esp32c6::lp_uart::reg_update::R
source · pub struct R(_);Expand description
Register REG_UPDATE reader
Implementations§
source§impl R
impl R
sourcepub fn reg_update(&self) -> REG_UPDATE_R
pub fn reg_update(&self) -> REG_UPDATE_R
Bit 0 - Software write 1 would synchronize registers into UART Core clock domain and would be cleared by hardware after synchronization is done.
Methods from Deref<Target = R<REG_UPDATE_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