[]Struct probe_rs::cores::m33::Dhcsr

pub struct Dhcsr(pub u32);

Methods

impl Dhcsr

pub fn s_restart_st(&self) -> bool

pub fn s_reset_st(&self) -> bool

pub fn s_retire_st(&self) -> bool

pub fn s_fpd(&self) -> bool

pub fn s_suide(&self) -> bool

pub fn s_nsuide(&self) -> bool

pub fn s_sde(&self) -> bool

pub fn s_lockup(&self) -> bool

pub fn s_sleep(&self) -> bool

pub fn s_halt(&self) -> bool

pub fn s_regrdy(&self) -> bool

pub fn c_pmov(&self) -> bool

pub fn set_c_pmov(&mut self, value: bool)

pub fn c_snapstall(&self) -> bool

pub fn set_c_snappstall(&mut self, value: bool)

pub fn c_maskints(&self) -> bool

pub fn set_c_maskints(&mut self, value: bool)

pub fn c_step(&self) -> bool

pub fn set_c_step(&mut self, value: bool)

pub fn c_halt(&self) -> bool

pub fn set_c_halt(&mut self, value: bool)

pub fn c_debugen(&self) -> bool

pub fn set_c_debugen(&mut self, value: bool)

Trait Implementations

impl<T> BitRange<T> for Dhcsr where
    u32: BitRange<T>, 

impl Clone for Dhcsr[src]

impl Copy for Dhcsr[src]

impl CoreRegister for Dhcsr[src]

impl Debug for Dhcsr

impl From<Dhcsr> for u32[src]

impl From<u32> for Dhcsr[src]

Auto Trait Implementations

impl RefUnwindSafe for Dhcsr

impl Send for Dhcsr

impl Sync for Dhcsr

impl Unpin for Dhcsr

impl UnwindSafe for Dhcsr

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Bit for T where
    T: BitRange<u8>, 
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DynClone for T where
    T: Clone
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.