Struct esp32c6::uart0::reg_update::W
source · pub struct W(_);
Expand description
Register REG_UPDATE
writer
Implementations§
source§impl W
impl W
sourcepub fn reg_update(&mut self) -> REG_UPDATE_W<'_, 0>
pub fn reg_update(&mut self) -> REG_UPDATE_W<'_, 0>
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 = W<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