Trait rp2040_hal::i2c::I2CMode

source ·
pub trait I2CMode: Sealed {
    const IS_CONTROLLER: bool;
}
Expand description

Operational mode of the I2C peripheral.

Required Associated Constants§

source

const IS_CONTROLLER: bool

Indicates whether this mode is Controller or Peripheral.

Object Safety§

This trait is not object safe.

Implementors§