Module nrf52::spi [] [src]

Implementation of SPI for NRF52 using EasyDMA.

This file only implments support for the three SPI master (SPIM) peripherals, and not SPI slave (SPIS).

Although kernel::hil::spi::SpiMaster is implemented for SPIM, only the functions marked with x are fully defined:

Reexports

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

Modules

registers

Structs

SPIM

A SPI master device.

Statics

SPIM0

SPI master instance 0.

SPIM1

SPI master instance 1.

SPIM2

SPI master instance 2.