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
).
- Author: Jay Kickliter
- Author: Andrew Thompson
- Date: Nov 4, 2017
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. |