pub struct Flcn { /* private fields */ }Implementations§
Source§impl Flcn
impl Flcn
Sourcepub const fn fsarl(&self) -> &'static Reg<Fsarl_SPEC, RW>
pub const fn fsarl(&self) -> &'static Reg<Fsarl_SPEC, RW>
Flash Processing Start Address Register L
Sourcepub const fn fsarh(&self) -> &'static Reg<Fsarh_SPEC, RW>
pub const fn fsarh(&self) -> &'static Reg<Fsarh_SPEC, RW>
Flash Processing Start Address Register H
Sourcepub const fn fearl(&self) -> &'static Reg<Fearl_SPEC, RW>
pub const fn fearl(&self) -> &'static Reg<Fearl_SPEC, RW>
Flash Processing End Address Register L
Sourcepub const fn fearh(&self) -> &'static Reg<Fearh_SPEC, RW>
pub const fn fearh(&self) -> &'static Reg<Fearh_SPEC, RW>
Flash Processing End Address Register H
Sourcepub const fn fscmr(&self) -> &'static Reg<Fscmr_SPEC, R>
pub const fn fscmr(&self) -> &'static Reg<Fscmr_SPEC, R>
Flash Start-Up Setting Monitor Register
Sourcepub const fn fawsmr(&self) -> &'static Reg<Fawsmr_SPEC, R>
pub const fn fawsmr(&self) -> &'static Reg<Fawsmr_SPEC, R>
Flash Access Window Start Address Monitor Register
Sourcepub const fn fawemr(&self) -> &'static Reg<Fawemr_SPEC, R>
pub const fn fawemr(&self) -> &'static Reg<Fawemr_SPEC, R>
Flash Access Window End Address Monitor Register
Sourcepub const fn feaml(&self) -> &'static Reg<Feaml_SPEC, RW>
pub const fn feaml(&self) -> &'static Reg<Feaml_SPEC, RW>
Flash Error Address Monitor Register L
Sourcepub const fn feamh(&self) -> &'static Reg<Feamh_SPEC, RW>
pub const fn feamh(&self) -> &'static Reg<Feamh_SPEC, RW>
Flash Error Address Monitor Register H
Sourcepub const fn tscdr(&self) -> &'static Reg<Tscdr_SPEC, R>
pub const fn tscdr(&self) -> &'static Reg<Tscdr_SPEC, R>
Temperature Sensor Calibration Data Register
Trait Implementations§
impl Copy for Flcn
impl Eq for Flcn
impl Send for Flcn
Flash I/O Registers
impl StructuralPartialEq for Flcn
impl Sync for Flcn
Auto Trait Implementations§
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