[][src]Struct bl602_pac::cci::RegisterBlock

#[repr(C)]pub struct RegisterBlock {
    pub cci_cfg: Reg<CCI_CFG_SPEC>,
    pub cci_addr: Reg<CCI_ADDR_SPEC>,
    pub cci_wdata: Reg<CCI_WDATA_SPEC>,
    pub cci_rdata: Reg<CCI_RDATA_SPEC>,
    pub cci_ctl: Reg<CCI_CTL_SPEC>,
}

Register block

Fields

cci_cfg: Reg<CCI_CFG_SPEC>

0x00 - cci_cfg.

cci_addr: Reg<CCI_ADDR_SPEC>

0x04 - cci_addr.

cci_wdata: Reg<CCI_WDATA_SPEC>

0x08 - cci_wdata.

cci_rdata: Reg<CCI_RDATA_SPEC>

0x0c - cci_rdata.

cci_ctl: Reg<CCI_CTL_SPEC>

0x10 - cci_ctl.

Auto Trait Implementations

impl Send for RegisterBlock

impl !Sync for RegisterBlock

impl Unpin for RegisterBlock

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, 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.