Struct cortex_m::peripheral::tpiu::RegisterBlock
source · [−]#[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>,
/* private fields */
}Expand description
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
impl !RefUnwindSafe for RegisterBlock
impl Send for RegisterBlock
impl !Sync for RegisterBlock
impl Unpin for RegisterBlock
impl UnwindSafe for RegisterBlock
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more