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)
command void sfd_dropped()
Events
event void receive(uint8_t type, message_t *message)
Commands - Details
sfd
command void sfd(uint32_t time)
- Parameters:
-
time - at which the capture happened.
sfd_dropped
command void sfd_dropped()
Events - Details
receive
event void receive(uint8_t type, message_t *message)
- Parameters:
-
type - of the message received.
-
message - pointer to message received.