Struct FcsestatSpec
pub struct FcsestatSpec;Expand description
Flash CSEc Status Register
You can read this register and get fcsestat::R. See API.
Trait Implementations§
§impl RegisterSpec for FcsestatSpec
impl RegisterSpec for FcsestatSpec
§impl Resettable for FcsestatSpec
reset() method sets FCSESTAT to value 0
impl Resettable for FcsestatSpec
reset() method sets FCSESTAT to value 0
§const RESET_VALUE: Self::Ux = <Self::Ux>::ZERO
const RESET_VALUE: Self::Ux = <Self::Ux>::ZERO
Reset value of the register.
§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
impl Readable for FcsestatSpec
read() method returns fcsestat::R reader structure
Auto Trait Implementations§
impl Freeze for FcsestatSpec
impl RefUnwindSafe for FcsestatSpec
impl Send for FcsestatSpec
impl Sync for FcsestatSpec
impl Unpin for FcsestatSpec
impl UnwindSafe for FcsestatSpec
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