[][src]Struct cc13x2_cc26x2_hal::aux_sce::RegisterBlock

#[repr(C)]
pub struct RegisterBlock { pub ctl: CTL, pub fetchstat: FETCHSTAT, pub cpustat: CPUSTAT, pub wustat: WUSTAT, pub reg1_0: REG1_0, pub reg3_2: REG3_2, pub reg5_4: REG5_4, pub reg7_6: REG7_6, pub loopaddr: LOOPADDR, pub loopcnt: LOOPCNT, }

Register block

Fields

ctl: CTL

0x00 - Internal. Only to be used through TI provided API.

fetchstat: FETCHSTAT

0x04 - Internal. Only to be used through TI provided API.

cpustat: CPUSTAT

0x08 - Internal. Only to be used through TI provided API.

wustat: WUSTAT

0x0c - Internal. Only to be used through TI provided API.

reg1_0: REG1_0

0x10 - Internal. Only to be used through TI provided API.

reg3_2: REG3_2

0x14 - Internal. Only to be used through TI provided API.

reg5_4: REG5_4

0x18 - Internal. Only to be used through TI provided API.

reg7_6: REG7_6

0x1c - Internal. Only to be used through TI provided API.

loopaddr: LOOPADDR

0x20 - Internal. Only to be used through TI provided API.

loopcnt: LOOPCNT

0x24 - Internal. Only to be used through TI provided API.

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