Searched refs:aPower (Results 1 – 2 of 2) sorted by relevance
278 otError otPlatRadioGetTransmitPower(otInstance *aInstance, int8_t *aPower) in otPlatRadioGetTransmitPower() argument283 VerifyOrExit(aPower != NULL, error = OT_ERROR_INVALID_ARGS); in otPlatRadioGetTransmitPower()284 error = psRadioSpinel->GetTransmitPower(*aPower); in otPlatRadioGetTransmitPower()290 otError otPlatRadioSetTransmitPower(otInstance *aInstance, int8_t aPower) in otPlatRadioSetTransmitPower() argument293 return psRadioSpinel->SetTransmitPower(aPower); in otPlatRadioSetTransmitPower()
1224 otError otPlatRadioGetTransmitPower(otInstance *aInstance, int8_t *aPower) in otPlatRadioGetTransmitPower() argument1228 if (aPower == NULL) { in otPlatRadioGetTransmitPower()1232 *aPower = tx_power; in otPlatRadioGetTransmitPower()1237 otError otPlatRadioSetTransmitPower(otInstance *aInstance, int8_t aPower) in otPlatRadioSetTransmitPower() argument1241 tx_power = aPower; in otPlatRadioSetTransmitPower()