|
Functions |
| uint8_t | com_send_IFACE_RADIO (comBuf *buf) |
| | transmit the contents of buf over the radio.
|
| void | com_mode_IFACE_RADIO (uint8_t mode) |
| | change the power status of the radio. Valid parameters are:
- IF_OFF
- IF_LISTEN
|
| void | com_ioctl_IFACE_RADIO (uint8_t request,...) |
| | send an device-specific IO Control request to the radio. Valid parameters are:
- CC2420_LOW_POWER_MODE
- CC2420_HIGH_POWER_MODE
- CC2420_TX_POWER, [int power]
- CC1000_TX_POWER, [int power]
- CC1000_GET_TX_POWER, [uint8_t* power]
- CC1000_FREQ, [int frequency]
|