Struct nrf52840_pac::ccm::rateoverride::RATEOVERRIDE_SPEC
source · pub struct RATEOVERRIDE_SPEC;
Expand description
Data rate override setting.
This register you can read
, write_with_zero
, reset
, write
, modify
. See API.
For information about available fields see rateoverride module
Trait Implementations§
source§impl Readable for RATEOVERRIDE_SPEC
impl Readable for RATEOVERRIDE_SPEC
read()
method returns rateoverride::R reader structure
source§impl RegisterSpec for RATEOVERRIDE_SPEC
impl RegisterSpec for RATEOVERRIDE_SPEC
source§impl Resettable for RATEOVERRIDE_SPEC
impl Resettable for RATEOVERRIDE_SPEC
reset()
method sets RATEOVERRIDE to value 0
source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
source§impl Writable for RATEOVERRIDE_SPEC
impl Writable for RATEOVERRIDE_SPEC
write(|w| ..)
method takes rateoverride::W writer structure
Auto Trait Implementations§
impl Freeze for RATEOVERRIDE_SPEC
impl RefUnwindSafe for RATEOVERRIDE_SPEC
impl Send for RATEOVERRIDE_SPEC
impl Sync for RATEOVERRIDE_SPEC
impl Unpin for RATEOVERRIDE_SPEC
impl UnwindSafe for RATEOVERRIDE_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