Apps     Components     Interfaces     All Files     Source Tree     source: tos.interfaces.FastSPI.nc

Interface: FastSPI

An SPI byte-level interface. Every bit/byte transmitted produces a result bit/byte. Every call to the txByte() command returns the result byte. Note: ByteSPI is a split-phase version of this interface. FastSPI should be used when a single byte transaction on the SPI is sufficiently fast.
Author: Jason Hill
  David Gay
  Philip Levis

Components providing this interface:
tos.platform.mica.HPLFlash
tos.platform.mica.HPLFlashM

Components requiring this interface:
apps.MicaHWVerify.MicaHWVerifyM
tos.platform.mica.PageEEPROMM

Commands