[][src]Struct rsl10_pac::bbif::RegisterBlock

#[repr(C)]
pub struct RegisterBlock {
    pub bbif_ctrl: BBIF_CTRL,
    pub bbif_status: BBIF_STATUS,
    pub bbif_coex_ctrl: BBIF_COEX_CTRL,
    pub bbif_coex_status: BBIF_COEX_STATUS,
    pub bbif_coex_int_cfg: BBIF_COEX_INT_CFG,
    pub bbif_coex_int_status: BBIF_COEX_INT_STATUS,
    pub bbif_sync_cfg: BBIF_SYNC_CFG,
}

Register block

Fields

bbif_ctrl: BBIF_CTRL

0x00 - Baseband controller control register

bbif_status: BBIF_STATUS

0x04 - Baseband controller status register

bbif_coex_ctrl: BBIF_COEX_CTRL

0x08 - Coexistence control register

bbif_coex_status: BBIF_COEX_STATUS

0x0c - Coexistence status register

bbif_coex_int_cfg: BBIF_COEX_INT_CFG

0x10 - Coexistence interrupts configuration register

bbif_coex_int_status: BBIF_COEX_INT_STATUS

0x14 - Coexistence interrupt status register

bbif_sync_cfg: BBIF_SYNC_CFG

0x18 - BLE and RF link synchronization configuration register

Auto Trait Implementations

Blanket Implementations

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

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

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

impl<T> From<T> for T[src]

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

impl<T> Same<T> for T

type Output = T

Should always be Self

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

type Error = Infallible

The type returned in the event of a conversion error.

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

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.