[][src]Struct probe_rs::architecture::arm::m0::Aircr

pub struct Aircr(pub u32);

Implementations

impl Aircr[src]

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

pub fn set_vectkey(&mut self, value: u32)[src]

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

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

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

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

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

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

impl Aircr[src]

pub fn vectkey(&mut self)[src]

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

Trait Implementations

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

impl Clone for Aircr[src]

impl Copy for Aircr[src]

impl CoreRegister for Aircr[src]

impl Debug for Aircr[src]

impl From<Aircr> for u32[src]

impl From<u32> for Aircr[src]

Auto Trait Implementations

impl RefUnwindSafe for Aircr

impl Send for Aircr

impl Sync for Aircr

impl Unpin for Aircr

impl UnwindSafe for Aircr

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.