pub struct UART_PERIPHID2_SPEC;Expand description
UART Peripheral ID 2 register
This register you can read. See API.
For information about available fields see uart_periph_id2 module
Trait Implementations§
Source§impl Readable for UART_PERIPHID2_SPEC
read() method returns uart_periph_id2::R reader structure
impl Readable for UART_PERIPHID2_SPEC
read() method returns uart_periph_id2::R reader structure
Source§impl RegisterSpec for UART_PERIPHID2_SPEC
impl RegisterSpec for UART_PERIPHID2_SPEC
Source§impl Resettable for UART_PERIPHID2_SPEC
reset() method sets UART_PeriphID2 to value 0x34
impl Resettable for UART_PERIPHID2_SPEC
reset() method sets UART_PeriphID2 to value 0x34
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Auto Trait Implementations§
impl Freeze for UART_PERIPHID2_SPEC
impl RefUnwindSafe for UART_PERIPHID2_SPEC
impl Send for UART_PERIPHID2_SPEC
impl Sync for UART_PERIPHID2_SPEC
impl Unpin for UART_PERIPHID2_SPEC
impl UnwindSafe for UART_PERIPHID2_SPEC
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