pub struct Faci { /* private fields */ }Implementations§
Source§impl Faci
impl Faci
Sourcepub const fn faeint(&self) -> &'static Reg<Faeint_SPEC, RW>
pub const fn faeint(&self) -> &'static Reg<Faeint_SPEC, RW>
Flash Access Error Interrupt Enable Register
Sourcepub const fn frdyie(&self) -> &'static Reg<Frdyie_SPEC, RW>
pub const fn frdyie(&self) -> &'static Reg<Frdyie_SPEC, RW>
Flash Ready Interrupt Enable Register
Sourcepub const fn fsaddr(&self) -> &'static Reg<Fsaddr_SPEC, RW>
pub const fn fsaddr(&self) -> &'static Reg<Fsaddr_SPEC, RW>
FACI Command Start Address Register
Sourcepub const fn fmeprot(&self) -> &'static Reg<Fmeprot_SPEC, RW>
pub const fn fmeprot(&self) -> &'static Reg<Fmeprot_SPEC, RW>
Flash P/E Mode Entry Protection Register
Sourcepub const fn fcntdatar(
&self,
) -> &'static ClusterRegisterArray<Reg<Fcntdatar_SPEC, R>, 2, 0x4>
pub const fn fcntdatar( &self, ) -> &'static ClusterRegisterArray<Reg<Fcntdatar_SPEC, R>, 2, 0x4>
Flash Counter Data Register %s
pub const fn fcntdatar0(&self) -> &'static Reg<Fcntdatar_SPEC, R>
pub const fn fcntdatar1(&self) -> &'static Reg<Fcntdatar_SPEC, R>
Sourcepub const fn fbprot1(&self) -> &'static Reg<Fbprot1_SPEC, RW>
pub const fn fbprot1(&self) -> &'static Reg<Fbprot1_SPEC, RW>
Flash Block Protection for Secure Register
Sourcepub const fn fsuinitr(&self) -> &'static Reg<Fsuinitr_SPEC, RW>
pub const fn fsuinitr(&self) -> &'static Reg<Fsuinitr_SPEC, RW>
Flash Sequencer Setup Initialization Register
Sourcepub const fn fpsaddr(&self) -> &'static Reg<Fpsaddr_SPEC, R>
pub const fn fpsaddr(&self) -> &'static Reg<Fpsaddr_SPEC, R>
Data Flash Programming Start Address Register
Sourcepub const fn fsuasmon(&self) -> &'static Reg<Fsuasmon_SPEC, R>
pub const fn fsuasmon(&self) -> &'static Reg<Fsuasmon_SPEC, R>
Flash Startup Area Select Monitor Register
Sourcepub const fn fcpsr(&self) -> &'static Reg<Fcpsr_SPEC, RW>
pub const fn fcpsr(&self) -> &'static Reg<Fcpsr_SPEC, RW>
Flash Sequencer Processing Switching Register
Trait Implementations§
impl Copy for Faci
impl Eq for Faci
impl Send for Faci
Flash Application Command Interface
impl StructuralPartialEq for Faci
impl Sync for Faci
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