[][src]Struct nrf52832_hal::nrf52832_pac::spis0::RegisterBlock

#[repr(C)]
pub struct RegisterBlock { pub tasks_acquire: TASKS_ACQUIRE, pub tasks_release: TASKS_RELEASE, pub events_end: EVENTS_END, pub events_endrx: EVENTS_ENDRX, pub events_acquired: EVENTS_ACQUIRED, pub shorts: SHORTS, pub intenset: INTENSET, pub intenclr: INTENCLR, pub semstat: SEMSTAT, pub status: STATUS, pub enable: ENABLE, pub psel: PSEL, pub rxd: RXD, pub txd: TXD, pub config: CONFIG, pub def: DEF, pub orc: ORC, // some fields omitted }

Register block

Fields

0x24 - Acquire SPI semaphore

0x28 - Release SPI semaphore, enabling the SPI slave to acquire it

0x104 - Granted transaction completed

0x110 - End of RXD buffer reached

0x128 - Semaphore acquired

0x200 - Shortcut register

0x304 - Enable interrupt

0x308 - Disable interrupt

0x400 - Semaphore status register

0x440 - Status from last transaction

0x500 - Enable SPI slave

0x508 - Unspecified

0x534 - Unspecified

0x544 - Unspecified

0x554 - Configuration register

0x55c - Default character. Character clocked out in case of an ignored transaction.

0x5c0 - Over-read character

Auto Trait Implementations

Blanket Implementations

impl<T> From for T
[src]

Performs the conversion.

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

🔬 This is a nightly-only experimental API. (try_from)

Performs the conversion.

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

🔬 This is a nightly-only experimental API. (try_from)

Performs the conversion.

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

Performs the conversion.

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

Immutably borrows from an owned value. Read more

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

Mutably borrows from an owned value. Read more

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

🔬 This is a nightly-only experimental API. (get_type_id)

this method will likely be replaced by an associated static

Gets the TypeId of self. Read more