[−][src]Struct lpc55_pac::i2c0::RegisterBlock
Register block
Fields
cfg: CFG0x800 - Configuration for shared functions.
stat: STAT0x804 - Status register for Master, Slave, and Monitor functions.
intenset: INTENSET0x808 - Interrupt Enable Set and read register.
intenclr: INTENCLR0x80c - Interrupt Enable Clear register.
timeout: TIMEOUT0x810 - Time-out value register.
clkdiv: CLKDIV0x814 - Clock pre-divider for the entire I2C interface. This determines what time increments are used for the MSTTIME register, and controls some timing of the Slave function.
intstat: INTSTAT0x818 - Interrupt Status register for Master, Slave, and Monitor functions.
mstctl: MSTCTL0x820 - Master control register.
msttime: MSTTIME0x824 - Master timing configuration.
mstdat: MSTDAT0x828 - Combined Master receiver and transmitter data register.
slvctl: SLVCTL0x840 - Slave control register.
slvdat: SLVDAT0x844 - Combined Slave receiver and transmitter data register.
slvadr0: SLVADR00x848 - Slave address register.
slvadr1: SLVADR10x84c - Slave address register.
slvadr2: SLVADR20x850 - Slave address register.
slvadr3: SLVADR30x854 - Slave address register.
slvqual0: SLVQUAL00x858 - Slave Qualification for address 0.
monrxdat: MONRXDAT0x880 - Monitor receiver data register.
id: ID0xffc - Peripheral identification register.
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> Same<T> for T[src]
type Output = T
Should always be Self
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,