[][src]Struct cc2650::rfc_dbell::RegisterBlock

#[repr(C)]
pub struct RegisterBlock { pub cmdr: CMDR, pub cmdsta: CMDSTA, pub rfhwifg: RFHWIFG, pub rfhwien: RFHWIEN, pub rfcpeifg: RFCPEIFG, pub rfcpeien: RFCPEIEN, pub rfcpeisl: RFCPEISL, pub rfackifg: RFACKIFG, pub sysgpoctl: SYSGPOCTL, }

Register block

Fields

cmdr: CMDR

0x00 - Doorbell Command Register

cmdsta: CMDSTA

0x04 - Doorbell Command Status Register

rfhwifg: RFHWIFG

0x08 - Interrupt Flags From RF Hardware Modules

rfhwien: RFHWIEN

0x0c - Interrupt Enable For RF Hardware Modules

rfcpeifg: RFCPEIFG

0x10 - Interrupt Flags For Command and Packet Engine Generated Interrupts

rfcpeien: RFCPEIEN

0x14 - Interrupt Enable For Command and Packet Engine Generated Interrupts

rfcpeisl: RFCPEISL

0x18 - Interrupt Vector Selection For Command and Packet Engine Generated Interrupts

rfackifg: RFACKIFG

0x1c - Doorbell Command Acknowledgement Interrupt Flag

sysgpoctl: SYSGPOCTL

0x20 - RF Core General Purpose Output Control

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]