Module nrf52::i2c [] [src]

Implementation of I2C for nRF52 using EasyDMA.

This module supports nRF52's two I2C master (TWIM) peripherals, but not I2C slave (TWIS).

Reexports

use core::cell::Cell;
use kernel::common::take_cell::TakeCell;
use kernel::hil;
use nrf5x::pinmux::Pinmux;

Modules

registers

Structs

TWIM

An I2C master device.

Enums

Speed

I2C bus speed.

Statics

TWIM0

I2C master instace 0.

TWIM1

I2C master instace 1.