[][src]Struct bl602_pac::cks::RegisterBlock

#[repr(C)]pub struct RegisterBlock {
    pub cks_config: Reg<CKS_CONFIG_SPEC>,
    pub data_in: Reg<DATA_IN_SPEC>,
    pub cks_out: Reg<CKS_OUT_SPEC>,
}

Register block

Fields

cks_config: Reg<CKS_CONFIG_SPEC>

0x00 - cks_config.

data_in: Reg<DATA_IN_SPEC>

0x04 - data_in.

cks_out: Reg<CKS_OUT_SPEC>

0x08 - cks_out.

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.