#[repr(transparent)]pub struct Uartfbrd(pub u32);
Expand description
Fractional Baud Rate Register, UARTFBRD
Tuple Fields§
§0: u32
Implementations§
source§impl Uartfbrd
impl Uartfbrd
sourcepub const fn baud_divfrac(&self) -> u8
pub const fn baud_divfrac(&self) -> u8
The fractional baud rate divisor. These bits are cleared to 0 on reset.
sourcepub fn set_baud_divfrac(&mut self, val: u8)
pub fn set_baud_divfrac(&mut self, val: u8)
The fractional baud rate divisor. These bits are cleared to 0 on reset.
Trait Implementations§
impl Copy for Uartfbrd
impl Eq for Uartfbrd
impl StructuralPartialEq for Uartfbrd
Auto Trait Implementations§
impl Freeze for Uartfbrd
impl RefUnwindSafe for Uartfbrd
impl Send for Uartfbrd
impl Sync for Uartfbrd
impl Unpin for Uartfbrd
impl UnwindSafe for Uartfbrd
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)