Home
last modified time | relevance | path

Searched defs:int8_t (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/src/core/radio/
Dradio.hpp1054 inline Error Radio::GetTransmitPower(int8_t &) { return kErrorNotImplemented; } in GetTransmitPower() argument
1056 inline Error Radio::SetTransmitPower(int8_t) { return kErrorNotImplemented; } in SetTransmitPower() argument
1058 inline Error Radio::GetCcaEnergyDetectThreshold(int8_t &) { return kErrorNotImplemented; } in GetCcaEnergyDetectThreshold() argument
1060 inline Error Radio::SetCcaEnergyDetectThreshold(int8_t) { return kErrorNotImplemented; } in SetCcaEnergyDetectThreshold() argument
Dradio_platform.cpp165 extern "C" void otPlatRadioEnergyScanDone(otInstance *, int8_t) {} in otPlatRadioEnergyScanDone() argument
/openthread-latest/tests/unit/
Dtest_platform.cpp193 OT_TOOL_WEAK otError otPlatRadioSetTransmitPower(otInstance *, int8_t) { return OT_ERROR_NOT_IMPLEM… in otPlatRadioSetTransmitPower() argument
263 OT_TOOL_WEAK void otPlatDiagTxPowerSet(int8_t) {} in otPlatDiagTxPowerSet() argument
714 OT_TOOL_WEAK otError otPlatRadioGetCcaEnergyDetectThreshold(otInstance *, int8_t *) { return OT_ERR… in otPlatRadioGetCcaEnergyDetectThreshold() argument
718 OT_TOOL_WEAK otError otPlatRadioGetTransmitPower(otInstance *, int8_t *) { return OT_ERROR_NONE; } in otPlatRadioGetTransmitPower() argument