[][src]Struct probe_rs::architecture::arm::dp::Ctrl

pub struct Ctrl(pub u32);

Implementations

impl Ctrl[src]

pub fn csyspwrupack(&self) -> bool[src]

pub fn csyspwrupreq(&self) -> bool[src]

pub fn set_csyspwrupreq(&mut self, value: bool)[src]

pub fn cdbgpwrupack(&self) -> bool[src]

pub fn cdbgpwrupreq(&self) -> bool[src]

pub fn set_cdbgpwrupreq(&mut self, value: bool)[src]

pub fn cdbgrstack(&self) -> bool[src]

pub fn c_dbg_rst_req(&self) -> bool[src]

pub fn set_c_dbg_rst_req(&mut self, value: bool)[src]

pub fn trn_cnt(&self) -> u16[src]

pub fn set_trn_cnt(&mut self, value: u16)[src]

pub fn mask_lane(&self) -> u8[src]

pub fn set_mask_lane(&mut self, value: u8)[src]

pub fn w_data_err(&self) -> bool[src]

pub fn read_ok(&self) -> bool[src]

pub fn sticky_err(&self) -> bool[src]

pub fn stick_cmp(&self) -> bool[src]

pub fn trn_mode(&self) -> u8[src]

pub fn sticky_orun(&self) -> bool[src]

pub fn orun_detect(&self) -> bool[src]

pub fn set_orun_detect(&mut self, value: bool)[src]

Trait Implementations

impl<T> BitRange<T> for Ctrl where
    u32: BitRange<T>, 
[src]

impl Clone for Ctrl[src]

impl DPRegister for Ctrl[src]

impl Debug for Ctrl[src]

impl Default for Ctrl[src]

impl From<Ctrl> for u32[src]

impl From<u32> for Ctrl[src]

impl Register for Ctrl[src]

Auto Trait Implementations

impl RefUnwindSafe for Ctrl

impl Send for Ctrl

impl Sync for Ctrl

impl Unpin for Ctrl

impl UnwindSafe for Ctrl

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> 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.