pub struct PCROP1ERrs;
Expand description
Flash Bank 1 PCROP End address register
You can read
this register and get pcrop1er::R
. You can reset
, write
, write_with_zero
this register using pcrop1er::W
. You can also modify
this register. See API.
See register structure
Trait Implementations§
Source§impl RegisterSpec for PCROP1ERrs
impl RegisterSpec for PCROP1ERrs
Source§impl Resettable for PCROP1ERrs
reset()
method sets PCROP1ER to value 0x0fff_0000
impl Resettable for PCROP1ERrs
reset()
method sets PCROP1ER to value 0x0fff_0000
Source§const RESET_VALUE: u32 = 268_369_920u32
const RESET_VALUE: u32 = 268_369_920u32
Reset value of the register.
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Source§impl Writable for PCROP1ERrs
write(|w| ..)
method takes pcrop1er::W
writer structure
impl Writable for PCROP1ERrs
write(|w| ..)
method takes pcrop1er::W
writer structure
Source§const ZERO_TO_MODIFY_FIELDS_BITMAP: <Self as RegisterSpec>::Ux = <Self::Ux>::ZERO
const ZERO_TO_MODIFY_FIELDS_BITMAP: <Self as RegisterSpec>::Ux = <Self::Ux>::ZERO
Specifies the register bits that are not changed if you pass
1
and are changed if you pass 0
Source§const ONE_TO_MODIFY_FIELDS_BITMAP: <Self as RegisterSpec>::Ux = <Self::Ux>::ZERO
const ONE_TO_MODIFY_FIELDS_BITMAP: <Self as RegisterSpec>::Ux = <Self::Ux>::ZERO
Specifies the register bits that are not changed if you pass
0
and are changed if you pass 1
impl Readable for PCROP1ERrs
read()
method returns pcrop1er::R
reader structure
Auto Trait Implementations§
impl Freeze for PCROP1ERrs
impl RefUnwindSafe for PCROP1ERrs
impl Send for PCROP1ERrs
impl Sync for PCROP1ERrs
impl Unpin for PCROP1ERrs
impl UnwindSafe for PCROP1ERrs
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