[][src]Struct k1921vk01t_pac::nt_i2c0::RegisterBlock

#[repr(C)]
pub struct RegisterBlock {
    pub sda: SDA,
    pub st: ST,
    pub cst: CST,
    pub ctl0: CTL0,
    pub addr: ADDR,
    pub ctl1: CTL1,
    pub topr: TOPR,
    pub ctl2: CTL2,
}

Register block

Fields

sda: SDA

0x00 - Data register

st: ST

0x04 - Status register

cst: CST

0x08 - Status and control register

ctl0: CTL0

0x0c - Control register 0

addr: ADDR

0x10 - Register own address

ctl1: CTL1

0x14 - Control register 1

topr: TOPR

0x18 - Prescaler load register

ctl2: CTL2

0x1c - Control register 2

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 = !

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.