Lines Matching refs:int8_t
111 int8_t value; in ProcessRadioUrl()
166 constexpr int8_t kPowerDefault = 30; // Default power 1 watt (30 dBm). in ProcessMaxPowerTable()
170 int8_t power = kPowerDefault; in ProcessMaxPowerTable()
178 power = static_cast<int8_t>(strtol(str, nullptr, 0)); in ProcessMaxPowerTable()
315 int8_t otPlatRadioGetRssi(otInstance *aInstance) in otPlatRadioGetRssi()
455 otError otPlatRadioGetTransmitPower(otInstance *aInstance, int8_t *aPower) in otPlatRadioGetTransmitPower()
462 otError otPlatRadioSetTransmitPower(otInstance *aInstance, int8_t aPower) in otPlatRadioSetTransmitPower()
468 otError otPlatRadioGetCcaEnergyDetectThreshold(otInstance *aInstance, int8_t *aThreshold) in otPlatRadioGetCcaEnergyDetectThreshold()
475 otError otPlatRadioSetCcaEnergyDetectThreshold(otInstance *aInstance, int8_t aThreshold) in otPlatRadioSetCcaEnergyDetectThreshold()
481 otError otPlatRadioGetFemLnaGain(otInstance *aInstance, int8_t *aGain) in otPlatRadioGetFemLnaGain()
488 otError otPlatRadioSetFemLnaGain(otInstance *aInstance, int8_t aGain) in otPlatRadioSetFemLnaGain()
494 int8_t otPlatRadioGetReceiveSensitivity(otInstance *aInstance) in otPlatRadioGetReceiveSensitivity()
622 void otPlatDiagTxPowerSet(int8_t aTxPower) in otPlatDiagTxPowerSet()
966 otError otPlatRadioSetChannelMaxTransmitPower(otInstance *aInstance, uint8_t aChannel, int8_t aMaxP… in otPlatRadioSetChannelMaxTransmitPower()