Searched refs:aThreshold (Results 1 – 2 of 2) sorted by relevance
296 otError otPlatRadioGetCcaEnergyDetectThreshold(otInstance *aInstance, int8_t *aThreshold) in otPlatRadioGetCcaEnergyDetectThreshold() argument301 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() argument311 return psRadioSpinel->SetCcaEnergyDetectThreshold(aThreshold); in otPlatRadioSetCcaEnergyDetectThreshold()
1077 int8_t *aThreshold) in otPlatRadioGetCcaEnergyDetectThreshold() argument1080 OT_UNUSED_VARIABLE(aThreshold); in otPlatRadioGetCcaEnergyDetectThreshold()1086 int8_t aThreshold) in otPlatRadioSetCcaEnergyDetectThreshold() argument1089 OT_UNUSED_VARIABLE(aThreshold); in otPlatRadioSetCcaEnergyDetectThreshold()