Struct nrf52840_pac::uarte0::baudrate::BAUDRATE_SPEC
source · pub struct BAUDRATE_SPEC;
Expand description
Trait Implementations§
source§impl Readable for BAUDRATE_SPEC
impl Readable for BAUDRATE_SPEC
read()
method returns baudrate::R reader structure
source§impl RegisterSpec for BAUDRATE_SPEC
impl RegisterSpec for BAUDRATE_SPEC
source§impl Resettable for BAUDRATE_SPEC
impl Resettable for BAUDRATE_SPEC
reset()
method sets BAUDRATE to value 0x0400_0000
source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
source§impl Writable for BAUDRATE_SPEC
impl Writable for BAUDRATE_SPEC
write(|w| ..)
method takes baudrate::W writer structure
Auto Trait Implementations§
impl Freeze for BAUDRATE_SPEC
impl RefUnwindSafe for BAUDRATE_SPEC
impl Send for BAUDRATE_SPEC
impl Sync for BAUDRATE_SPEC
impl Unpin for BAUDRATE_SPEC
impl UnwindSafe for BAUDRATE_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