pub struct FsmstatusSpec;
Expand description
Finite State Machine Status
You can read
this register and get fsmstatus::R
. See API.
Trait Implementations§
Source§impl RegisterSpec for FsmstatusSpec
impl RegisterSpec for FsmstatusSpec
Source§impl Resettable for FsmstatusSpec
reset()
method sets FSMSTATUS to value 0x01
impl Resettable for FsmstatusSpec
reset()
method sets FSMSTATUS to value 0x01
Source§const RESET_VALUE: u8 = 1u8
const RESET_VALUE: u8 = 1u8
Reset value of the register.
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
impl Readable for FsmstatusSpec
read()
method returns fsmstatus::R
reader structure
Auto Trait Implementations§
impl Freeze for FsmstatusSpec
impl RefUnwindSafe for FsmstatusSpec
impl Send for FsmstatusSpec
impl Sync for FsmstatusSpec
impl Unpin for FsmstatusSpec
impl UnwindSafe for FsmstatusSpec
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