Struct stm32_metapac::flash::regs::Ccr
#[repr(transparent)]pub struct Ccr(pub u32);
Expand description
FLASH clear control register for bank 1
Tuple Fields§
§0: u32
Implementations§
§impl Ccr
impl Ccr
pub fn set_clr_eop(&mut self, val: bool)
pub fn set_clr_eop(&mut self, val: bool)
Bank 1 EOP1 flag clear bit
pub const fn clr_wrperr(&self) -> bool
pub const fn clr_wrperr(&self) -> bool
Bank 1 WRPERR1 flag clear bit
pub fn set_clr_wrperr(&mut self, val: bool)
pub fn set_clr_wrperr(&mut self, val: bool)
Bank 1 WRPERR1 flag clear bit
pub const fn clr_pgserr(&self) -> bool
pub const fn clr_pgserr(&self) -> bool
Bank 1 PGSERR1 flag clear bi
pub fn set_clr_pgserr(&mut self, val: bool)
pub fn set_clr_pgserr(&mut self, val: bool)
Bank 1 PGSERR1 flag clear bi
pub const fn clr_strberr(&self) -> bool
pub const fn clr_strberr(&self) -> bool
Bank 1 STRBERR1 flag clear bit
pub fn set_clr_strberr(&mut self, val: bool)
pub fn set_clr_strberr(&mut self, val: bool)
Bank 1 STRBERR1 flag clear bit
pub const fn clr_incerr(&self) -> bool
pub const fn clr_incerr(&self) -> bool
Bank 1 INCERR1 flag clear bit
pub fn set_clr_incerr(&mut self, val: bool)
pub fn set_clr_incerr(&mut self, val: bool)
Bank 1 INCERR1 flag clear bit
pub fn set_clr_operr(&mut self, val: bool)
pub fn set_clr_operr(&mut self, val: bool)
Bank 1 OPERR1 flag clear bit
pub const fn clr_rdperr(&self) -> bool
pub const fn clr_rdperr(&self) -> bool
Bank 1 RDPERR1 flag clear bit
pub fn set_clr_rdperr(&mut self, val: bool)
pub fn set_clr_rdperr(&mut self, val: bool)
Bank 1 RDPERR1 flag clear bit
pub const fn clr_rdserr(&self) -> bool
pub const fn clr_rdserr(&self) -> bool
Bank 1 RDSERR1 flag clear bit
pub fn set_clr_rdserr(&mut self, val: bool)
pub fn set_clr_rdserr(&mut self, val: bool)
Bank 1 RDSERR1 flag clear bit
pub const fn clr_sneccerr(&self) -> bool
pub const fn clr_sneccerr(&self) -> bool
Bank 1 SNECCERR1 flag clear bit
pub fn set_clr_sneccerr(&mut self, val: bool)
pub fn set_clr_sneccerr(&mut self, val: bool)
Bank 1 SNECCERR1 flag clear bit
pub const fn clr_dbeccerr(&self) -> bool
pub const fn clr_dbeccerr(&self) -> bool
Bank 1 DBECCERR1 flag clear bit
pub fn set_clr_dbeccerr(&mut self, val: bool)
pub fn set_clr_dbeccerr(&mut self, val: bool)
Bank 1 DBECCERR1 flag clear bit
pub const fn clr_crcend(&self) -> bool
pub const fn clr_crcend(&self) -> bool
Bank 1 CRCEND1 flag clear bit
pub fn set_clr_crcend(&mut self, val: bool)
pub fn set_clr_crcend(&mut self, val: bool)
Bank 1 CRCEND1 flag clear bit
pub const fn clr_crcrderr(&self) -> bool
pub const fn clr_crcrderr(&self) -> bool
Bank 1 CRC read error clear bit
pub fn set_clr_crcrderr(&mut self, val: bool)
pub fn set_clr_crcrderr(&mut self, val: bool)
Bank 1 CRC read error clear bit
Trait Implementations§
impl Copy for Ccr
impl Eq for Ccr
impl StructuralPartialEq for Ccr
Auto Trait Implementations§
impl Freeze for Ccr
impl RefUnwindSafe for Ccr
impl Send for Ccr
impl Sync for Ccr
impl Unpin for Ccr
impl UnwindSafe for Ccr
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)