Interface: tos.chips.cc2420.interfaces.CC2420Receive

interface CC2420Receive

Low-level abstraction of the receive path implementation for the ChipCon CC2420 radio.

Author:
Jonathan Hui <jhui@archrock.com>
Version:
$Revision: 1.4 $ $Date: 2008/06/17 07:28:24 $

Commands
command void sfd(uint32_t time) Notification that an SFD capture has occured.
command void sfd_dropped() Notification that the packet has been dropped by the radio (e.g.

Events
event void receive(uint8_t type, message_t *message) Signals that a message has been received.

Commands - Details

sfd

command void sfd(uint32_t time)

Notification that an SFD capture has occured.

Parameters:
time - at which the capture happened.

sfd_dropped

command void sfd_dropped()

Notification that the packet has been dropped by the radio (e.g. due to address rejection).

Events - Details

receive

event void receive(uint8_t type, message_t *message)

Signals that a message has been received.

Parameters:
type - of the message received.
message - pointer to message received.