#[repr(transparent)]pub struct Uartibrd(pub u32);
Expand description
Integer Baud Rate Register, UARTIBRD
Tuple Fields§
§0: u32
Implementations§
source§impl Uartibrd
impl Uartibrd
sourcepub const fn baud_divint(&self) -> u16
pub const fn baud_divint(&self) -> u16
The integer baud rate divisor. These bits are cleared to 0 on reset.
sourcepub fn set_baud_divint(&mut self, val: u16)
pub fn set_baud_divint(&mut self, val: u16)
The integer baud rate divisor. These bits are cleared to 0 on reset.
Trait Implementations§
impl Copy for Uartibrd
impl Eq for Uartibrd
impl StructuralPartialEq for Uartibrd
Auto Trait Implementations§
impl Freeze for Uartibrd
impl RefUnwindSafe for Uartibrd
impl Send for Uartibrd
impl Sync for Uartibrd
impl Unpin for Uartibrd
impl UnwindSafe for Uartibrd
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
)