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

pub struct DPIDR(pub u32);

Methods

impl DPIDR[src]

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

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

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

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

pub fn designer(&self) -> u32[src]

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

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

Trait Implementations

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

impl Clone for DPIDR[src]

impl DPRegister for DPIDR[src]

impl Debug for DPIDR[src]

impl From<DPIDR> for u32[src]

impl From<DPIDR> for DebugPortId[src]

impl From<u32> for DPIDR[src]

impl Register for DPIDR[src]

Auto Trait Implementations

impl RefUnwindSafe for DPIDR

impl Send for DPIDR

impl Sync for DPIDR

impl Unpin for DPIDR

impl UnwindSafe for DPIDR

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.