[][src]Struct cc13x2_cc26x2_hal::aux_spim::RegisterBlock

#[repr(C)]
pub struct RegisterBlock { pub spimcfg: SPIMCFG, pub misocfg: MISOCFG, pub mosictl: MOSICTL, pub tx8: TX8, pub tx16: TX16, pub rx8: RX8, pub rx16: RX16, pub sclkidle: SCLKIDLE, pub dataidle: DATAIDLE, }

Register block

Fields

spimcfg: SPIMCFG

0x00 - SPI Master Configuration Write operation stalls until current transfer completes.

misocfg: MISOCFG

0x04 - MISO Configuration Write operation stalls until current transfer completes.

mosictl: MOSICTL

0x08 - MOSI Control Write operation stalls until current transfer completes.

tx8: TX8

0x0c - Transmit 8 Bit Write operation stalls until current transfer completes.

tx16: TX16

0x10 - Transmit 16 Bit Write operation stalls until current transfer completes.

rx8: RX8

0x14 - Receive 8 Bit Read operation stalls until current transfer completes.

rx16: RX16

0x18 - Receive 16 Bit Read operation stalls until current transfer completes.

sclkidle: SCLKIDLE

0x1c - SCLK Idle Read operation stalls until SCLK is idle with no remaining clock edges.

dataidle: DATAIDLE

0x20 - Data Idle Read operation stalls until current transfer completes.

Auto Trait Implementations

Blanket Implementations

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> From for T[src]

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