[][src]Struct cc13x2_cc26x2_hal::sram_mmr::RegisterBlock

#[repr(C)]
pub struct RegisterBlock { pub per_ctl: PER_CTL, pub per_chk: PER_CHK, pub per_dbg: PER_DBG, pub mem_ctl: MEM_CTL, }

Register block

Fields

per_ctl: PER_CTL

0x00 - Parity Error Control Parity error check controls

per_chk: PER_CHK

0x04 - Parity Error Check Parity error check results

per_dbg: PER_DBG

0x08 - Parity Error Debug Parity error check debug address setting

mem_ctl: MEM_CTL

0x0c - Memory Control Controls memory initialization

Auto Trait Implementations

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same for T

type Output = T

Should always be Self