[][src]Struct cortex_m::peripheral::tpiu::RegisterBlock

#[repr(C)]pub struct RegisterBlock {
    pub sspsr: RO<u32>,
    pub cspsr: RW<u32>,
    pub acpr: RW<u32>,
    pub sppr: RW<u32>,
    pub ffcr: RW<u32>,
    pub lar: WO<u32>,
    pub lsr: RO<u32>,
    pub _type: RO<u32>,
    // some fields omitted
}

Register block

Fields

sspsr: RO<u32>

Supported Parallel Port Sizes

cspsr: RW<u32>

Current Parallel Port Size

acpr: RW<u32>

Asynchronous Clock Prescaler

sppr: RW<u32>

Selected Pin Control

ffcr: RW<u32>

Formatter and Flush Control

lar: WO<u32>

Lock Access

lsr: RO<u32>

Lock Status

_type: RO<u32>

TPIU Type

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[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> Same<T> for T

type Output = T

Should always be Self

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.