Searched refs:aEnable (Results 1 – 4 of 4) sorted by relevance
| /modules/openthread/platform/ |
| A D | platform-zephyr.h | 88 otError platformRadioTransmitCarrier(otInstance *aInstance, bool aEnable); 95 otError platformRadioTransmitModulatedCarrier(otInstance *aInstance, bool aEnable,
|
| A D | radio.c | 839 otError platformRadioTransmitCarrier(otInstance *aInstance, bool aEnable) in platformRadioTransmitCarrier() argument 845 if ((aEnable) && (sState == OT_RADIO_STATE_RECEIVE)) { in platformRadioTransmitCarrier() 853 } else if ((!aEnable) && (sState == OT_RADIO_STATE_TRANSMIT)) { in platformRadioTransmitCarrier() 869 if (aEnable && sState == OT_RADIO_STATE_RECEIVE) { in platformRadioTransmitModulatedCarrier() 880 } else if ((!aEnable) && sState == OT_RADIO_STATE_TRANSMIT) { in platformRadioTransmitModulatedCarrier() 1042 void otPlatRadioSetPromiscuous(otInstance *aInstance, bool aEnable) in otPlatRadioSetPromiscuous() argument 1045 .promiscuous = aEnable in otPlatRadioSetPromiscuous() 1050 LOG_DBG("PromiscuousMode=%d", aEnable ? 1 : 0); in otPlatRadioSetPromiscuous() 1052 promiscuous = aEnable; in otPlatRadioSetPromiscuous() 1107 void otPlatRadioEnableSrcMatch(otInstance *aInstance, bool aEnable) in otPlatRadioEnableSrcMatch() argument [all …]
|
| A D | diag.c | 136 otError otPlatDiagRadioTransmitCarrier(otInstance *aInstance, bool aEnable) in otPlatDiagRadioTransmitCarrier() argument 143 if (aEnable) { in otPlatDiagRadioTransmitCarrier() 149 return platformRadioTransmitCarrier(aInstance, aEnable); in otPlatDiagRadioTransmitCarrier()
|
| A D | radio_spinel.cpp | 147 void otPlatRadioSetPromiscuous(otInstance *aInstance, bool aEnable) in otPlatRadioSetPromiscuous() argument 150 SuccessOrDie(psRadioSpinel->SetPromiscuous(aEnable)); in otPlatRadioSetPromiscuous() 218 void otPlatRadioEnableSrcMatch(otInstance *aInstance, bool aEnable) in otPlatRadioEnableSrcMatch() argument 221 SuccessOrDie(psRadioSpinel->EnableSrcMatch(aEnable)); in otPlatRadioEnableSrcMatch()
|
Completed in 20 milliseconds