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