Home
last modified time | relevance | path

Searched refs:aEnable (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.5.0/modules/openthread/platform/
Dplatform-zephyr.h76 otError platformRadioTransmitCarrier(otInstance *aInstance, bool aEnable);
Ddiag.c69 otError otPlatDiagRadioTransmitCarrier(otInstance *aInstance, bool aEnable) in otPlatDiagRadioTransmitCarrier() argument
75 return platformRadioTransmitCarrier(aInstance, aEnable); in otPlatDiagRadioTransmitCarrier()
Dradio.c750 otError platformRadioTransmitCarrier(otInstance *aInstance, bool aEnable) in platformRadioTransmitCarrier() argument
756 if ((aEnable) && (sState == OT_RADIO_STATE_RECEIVE)) { in platformRadioTransmitCarrier()
764 } else if ((!aEnable) && (sState == OT_RADIO_STATE_TRANSMIT)) { in platformRadioTransmitCarrier()
905 void otPlatRadioSetPromiscuous(otInstance *aInstance, bool aEnable) in otPlatRadioSetPromiscuous() argument
908 .promiscuous = aEnable in otPlatRadioSetPromiscuous()
913 LOG_DBG("PromiscuousMode=%d", aEnable ? 1 : 0); in otPlatRadioSetPromiscuous()
915 promiscuous = aEnable; in otPlatRadioSetPromiscuous()
970 void otPlatRadioEnableSrcMatch(otInstance *aInstance, bool aEnable) in otPlatRadioEnableSrcMatch() argument
975 .auto_ack_fpb.enabled = aEnable, in otPlatRadioEnableSrcMatch()