[][src]Struct cc2650::aux_smph::RegisterBlock

#[repr(C)]
pub struct RegisterBlock { pub smph0: SMPH0, pub smph1: SMPH1, pub smph2: SMPH2, pub smph3: SMPH3, pub smph4: SMPH4, pub smph5: SMPH5, pub smph6: SMPH6, pub smph7: SMPH7, pub autotake: AUTOTAKE, }

Register block

Fields

smph0: SMPH0

0x00 - Semaphore 0

smph1: SMPH1

0x04 - Semaphore 1

smph2: SMPH2

0x08 - Semaphore 2

smph3: SMPH3

0x0c - Semaphore 3

smph4: SMPH4

0x10 - Semaphore 4

smph5: SMPH5

0x14 - Semaphore 5

smph6: SMPH6

0x18 - Semaphore 6

smph7: SMPH7

0x1c - Semaphore 7

autotake: AUTOTAKE

0x20 - Auto Take Sticky Request for Single Semaphore.

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]