pub struct R(_);
Expand description
Register ID
reader
Implementations
sourceimpl R
impl R
sourcepub fn high_speed(&self) -> HIGH_SPEED_R
pub fn high_speed(&self) -> HIGH_SPEED_R
Bit 30 - This bit used to select synchronize mode. 1: Registers are auto synchronized into UART Core clock and UART core should be keep the same with APB clock. 0: After configure registers, software needs to write 1 to UART_REG_UPDATE to synchronize registers.
sourcepub fn reg_update(&self) -> REG_UPDATE_R
pub fn reg_update(&self) -> REG_UPDATE_R
Bit 31 - 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<ID_SPEC>>
Trait Implementations
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