Struct rp2040_pac::uart0::uartfr::UARTFR_SPEC
source · pub struct UARTFR_SPEC;
Trait Implementations§
source§impl RegisterSpec for UARTFR_SPEC
impl RegisterSpec for UARTFR_SPEC
source§impl Resettable for UARTFR_SPEC
impl Resettable for UARTFR_SPEC
reset()
method sets UARTFR to value 0x90
source§const RESET_VALUE: u32 = 144u32
const RESET_VALUE: u32 = 144u32
Reset value of the register.
source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
impl Readable for UARTFR_SPEC
read()
method returns uartfr::R
reader structure
Auto Trait Implementations§
impl Freeze for UARTFR_SPEC
impl RefUnwindSafe for UARTFR_SPEC
impl Send for UARTFR_SPEC
impl Sync for UARTFR_SPEC
impl Unpin for UARTFR_SPEC
impl UnwindSafe for UARTFR_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