pub struct UartParameterSpec;Expand description
UART parameter register
You can read this register and get uart_parameter::R. See API.
Trait Implementations§
impl Readable for UartParameterSpec
read() method returns uart_parameter::R reader structure
Source§impl RegisterSpec for UartParameterSpec
impl RegisterSpec for UartParameterSpec
Source§impl Resettable for UartParameterSpec
reset() method sets UART_PARAMETER to value 0x0d04
impl Resettable for UartParameterSpec
reset() method sets UART_PARAMETER to value 0x0d04
Source§const RESET_VALUE: u32 = 0x0d04
const RESET_VALUE: u32 = 0x0d04
Reset value of the register.
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Auto Trait Implementations§
impl Freeze for UartParameterSpec
impl RefUnwindSafe for UartParameterSpec
impl Send for UartParameterSpec
impl Sync for UartParameterSpec
impl Unpin for UartParameterSpec
impl UnsafeUnpin for UartParameterSpec
impl UnwindSafe for UartParameterSpec
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