Home
last modified time | relevance | path

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

/Zephyr-latest/modules/openthread/platform/
Dradio_spinel.cpp296 otError otPlatRadioGetCcaEnergyDetectThreshold(otInstance *aInstance, int8_t *aThreshold) in otPlatRadioGetCcaEnergyDetectThreshold() argument
301 VerifyOrExit(aThreshold != NULL, error = OT_ERROR_INVALID_ARGS); in otPlatRadioGetCcaEnergyDetectThreshold()
302 error = psRadioSpinel->GetCcaEnergyDetectThreshold(*aThreshold); in otPlatRadioGetCcaEnergyDetectThreshold()
308 otError otPlatRadioSetCcaEnergyDetectThreshold(otInstance *aInstance, int8_t aThreshold) in otPlatRadioSetCcaEnergyDetectThreshold() argument
311 return psRadioSpinel->SetCcaEnergyDetectThreshold(aThreshold); in otPlatRadioSetCcaEnergyDetectThreshold()
Dradio.c1077 int8_t *aThreshold) in otPlatRadioGetCcaEnergyDetectThreshold() argument
1080 OT_UNUSED_VARIABLE(aThreshold); in otPlatRadioGetCcaEnergyDetectThreshold()
1086 int8_t aThreshold) in otPlatRadioSetCcaEnergyDetectThreshold() argument
1089 OT_UNUSED_VARIABLE(aThreshold); in otPlatRadioSetCcaEnergyDetectThreshold()