Contiki-Inga 3.x
Functions

Implementation of the cc2538 SPI peripheral. More...

#include "contiki.h"
#include "reg.h"
#include "spi-arch.h"
#include "dev/ioc.h"
#include "dev/sys-ctrl.h"
#include "dev/spi.h"
#include "dev/ssi.h"
#include "dev/gpio.h"

Go to the source code of this file.

Functions

void spi_init (void)
 Initialize the SPI bus. More...
 
void spi_enable (void)
 Enables the SPI peripheral.
 
void spi_disable (void)
 Disables the SPI peripheral. More...
 

Detailed Description

Implementation of the cc2538 SPI peripheral.

Definition in file spi.c.