Interface: tos.chips.cc2420.interfaces.CC2420Strobe

interface CC2420Strobe

Interface representing one of the CC2420 command strobe registers. Writing to one of these registers enacts a command on the CC2420, such as power-up, transmission, or clear a FIFO.

Author:
Philip Levis
Version:
$Revision: 1.2 $ $Date: 2008/06/11 00:46:23 $

Commands
command cc2420_status_t strobe() Send a command strobe to the register.

Commands - Details

strobe

command cc2420_status_t strobe()

Send a command strobe to the register. The return value is the CC2420 status register. Table 5 on page 27 of the CC2420 datasheet (v1.2) describes the contents of this register.

Returns:
Status byte from the CC2420.