Home
last modified time | relevance | path

Searched refs:RadioMessage (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/examples/platforms/simulation/
Dradio.c90 struct RadioMessage struct
96 static void radioTransmit(struct RadioMessage *aMessage, const struct otRadioFrame *aFrame); argument
105 static struct RadioMessage sReceiveMessage;
106 static struct RadioMessage sTransmitMessage;
107 static struct RadioMessage sAckMessage;
635 static void radioComputeCrc(struct RadioMessage *aMessage, uint16_t aLength) in radioComputeCrc()
773 void radioTransmit(struct RadioMessage *aMessage, const struct otRadioFrame *aFrame) in radioTransmit()
/openthread-latest/tests/unit/
Dtest_multipan_rcp_instances.cpp55 struct RadioMessage struct
61 static struct RadioMessage sDefaultMessages[OPENTHREAD_CONFIG_MULTIPLE_INSTANCE_NUM]; argument