[][src]Struct k64::i2c2::RegisterBlock

#[repr(C)]
pub struct RegisterBlock { pub a1: A1, pub f: F, pub c1: C1, pub s: S, pub d: D, pub c2: C2, pub flt: FLT, pub ra: RA, pub smb: SMB, pub a2: A2, pub slth: SLTH, pub sltl: SLTL, }

Register block

Fields

a1: A1

0x00 - I2C Address Register 1

f: F

0x01 - I2C Frequency Divider register

c1: C1

0x02 - I2C Control Register 1

s: S

0x03 - I2C Status register

d: D

0x04 - I2C Data I/O register

c2: C2

0x05 - I2C Control Register 2

flt: FLT

0x06 - I2C Programmable Input Glitch Filter register

ra: RA

0x07 - I2C Range Address register

smb: SMB

0x08 - I2C SMBus Control and Status register

a2: A2

0x09 - I2C Address Register 2

slth: SLTH

0x0a - I2C SCL Low Timeout Register High

sltl: SLTL

0x0b - I2C SCL Low Timeout Register Low

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]