Struct nrf52840_pac::ficr::codepagesize::CODEPAGESIZE_SPEC
source · pub struct CODEPAGESIZE_SPEC;
Expand description
Code memory page size
This register you can read
. See API.
For information about available fields see codepagesize module
Trait Implementations§
source§impl Readable for CODEPAGESIZE_SPEC
impl Readable for CODEPAGESIZE_SPEC
read()
method returns codepagesize::R reader structure
source§impl RegisterSpec for CODEPAGESIZE_SPEC
impl RegisterSpec for CODEPAGESIZE_SPEC
source§impl Resettable for CODEPAGESIZE_SPEC
impl Resettable for CODEPAGESIZE_SPEC
reset()
method sets CODEPAGESIZE to value 0xffff_ffff
source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Auto Trait Implementations§
impl Freeze for CODEPAGESIZE_SPEC
impl RefUnwindSafe for CODEPAGESIZE_SPEC
impl Send for CODEPAGESIZE_SPEC
impl Sync for CODEPAGESIZE_SPEC
impl Unpin for CODEPAGESIZE_SPEC
impl UnwindSafe for CODEPAGESIZE_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