This file implements the subset of IEEE 802.15.4 primitives required for Thread.
More...
|
void | ot::Mac::otPlatRadioEnergyScanDone (otInstance *aInstance, int8_t aEnergyScanMaxRssi) |
| The radio driver calls this method to notify OpenThread that the energy scan is complete. More...
|
|
void | ot::Mac::otPlatRadioTxStarted (otInstance *aInstance, otRadioFrame *aFrame) |
| The radio driver calls this method to notify OpenThread that the transmission has started. More...
|
|
void | ot::Mac::otPlatRadioTxDone (otInstance *aInstance, otRadioFrame *aFrame, otRadioFrame *aAckFrame, otError aError) |
| The radio driver calls this function to notify OpenThread that the transmit operation has completed, providing both the transmitted frame and, if applicable, the received ack frame. More...
|
|
void | ot::Mac::otPlatRadioReceiveDone (otInstance *aInstance, otRadioFrame *aFrame, otError aError) |
| The radio driver calls this method to notify OpenThread of a received frame. More...
|
|
This file implements the subset of IEEE 802.15.4 primitives required for Thread.