Lines Matching refs:int8_t
79 static int8_t sEnergyScanResult = OT_RADIO_RSSI_INVALID;
119 static int8_t sTxPower = 0;
120 static int8_t sCcaEdThresh = -74;
121 static int8_t sLnaGain = 0;
129 static int8_t sChannelMaxTransmitPower[kMaxChannel - kMinChannel + 1];
152 static int8_t GetRssi(uint16_t aChannel);
530 int8_t otPlatRadioGetRssi(otInstance *aInstance) in otPlatRadioGetRssi()
538 static int8_t GetRssi(uint16_t aChannel) in GetRssi()
540 int8_t rssi = SIM_LOW_RSSI_SAMPLE; in GetRssi()
931 otError otPlatRadioGetTransmitPower(otInstance *aInstance, int8_t *aPower) in otPlatRadioGetTransmitPower()
935 int8_t maxPower = sChannelMaxTransmitPower[sCurrentChannel - kMinChannel]; in otPlatRadioGetTransmitPower()
944 otError otPlatRadioSetTransmitPower(otInstance *aInstance, int8_t aPower) in otPlatRadioSetTransmitPower()
955 otError otPlatRadioGetCcaEnergyDetectThreshold(otInstance *aInstance, int8_t *aThreshold) in otPlatRadioGetCcaEnergyDetectThreshold()
966 otError otPlatRadioSetCcaEnergyDetectThreshold(otInstance *aInstance, int8_t aThreshold) in otPlatRadioSetCcaEnergyDetectThreshold()
977 otError otPlatRadioGetFemLnaGain(otInstance *aInstance, int8_t *aGain) in otPlatRadioGetFemLnaGain()
988 otError otPlatRadioSetFemLnaGain(otInstance *aInstance, int8_t aGain) in otPlatRadioSetFemLnaGain()
999 int8_t otPlatRadioGetReceiveSensitivity(otInstance *aInstance) in otPlatRadioGetReceiveSensitivity()
1177 otError otPlatRadioSetChannelMaxTransmitPower(otInstance *aInstance, uint8_t aChannel, int8_t aMaxP… in otPlatRadioSetChannelMaxTransmitPower()