Lines Matching refs:otError
584 otError otPlatRadioGetTransmitPower(otInstance *aInstance, int8_t *aPower);
598 otError otPlatRadioSetTransmitPower(otInstance *aInstance, int8_t aPower);
610 otError otPlatRadioGetCcaEnergyDetectThreshold(otInstance *aInstance, int8_t *aThreshold);
622 otError otPlatRadioSetCcaEnergyDetectThreshold(otInstance *aInstance, int8_t aThreshold);
634 otError otPlatRadioGetFemLnaGain(otInstance *aInstance, int8_t *aGain);
645 otError otPlatRadioSetFemLnaGain(otInstance *aInstance, int8_t aGain);
818 otError otPlatRadioEnable(otInstance *aInstance);
828 otError otPlatRadioDisable(otInstance *aInstance);
848 otError otPlatRadioSleep(otInstance *aInstance);
859 otError otPlatRadioReceive(otInstance *aInstance, uint8_t aChannel);
880 otError otPlatRadioReceiveAt(otInstance *aInstance, uint8_t aChannel, uint32_t aStart, uint32_t aDu…
891 extern void otPlatRadioReceiveDone(otInstance *aInstance, otRadioFrame *aFrame, otError aError);
904 extern void otPlatDiagRadioReceiveDone(otInstance *aInstance, otRadioFrame *aFrame, otError aError);
935 otError otPlatRadioTransmit(otInstance *aInstance, otRadioFrame *aFrame);
963 …tRadioTxDone(otInstance *aInstance, otRadioFrame *aFrame, otRadioFrame *aAckFrame, otError aError);
976 extern void otPlatDiagRadioTransmitDone(otInstance *aInstance, otRadioFrame *aFrame, otError aError…
1000 otError otPlatRadioEnergyScan(otInstance *aInstance, uint8_t aScanChannel, uint16_t aScanDuration);
1047 otError otPlatRadioAddSrcMatchShortEntry(otInstance *aInstance, otShortAddress aShortAddress);
1058 otError otPlatRadioAddSrcMatchExtEntry(otInstance *aInstance, const otExtAddress *aExtAddress);
1069 otError otPlatRadioClearSrcMatchShortEntry(otInstance *aInstance, otShortAddress aShortAddress);
1080 otError otPlatRadioClearSrcMatchExtEntry(otInstance *aInstance, const otExtAddress *aExtAddress);
1125 otError otPlatRadioSetCoexEnabled(otInstance *aInstance, bool aEnabled);
1149 otError otPlatRadioGetCoexMetrics(otInstance *aInstance, otRadioCoexMetrics *aCoexMetrics);
1165 otError otPlatRadioEnableCsl(otInstance *aInstance,
1181 otError otPlatRadioResetCsl(otInstance *aInstance);
1251 otError otPlatRadioSetChannelMaxTransmitPower(otInstance *aInstance, uint8_t aChannel, int8_t aMaxP…
1267 otError otPlatRadioSetRegion(otInstance *aInstance, uint16_t aRegionCode);
1283 otError otPlatRadioGetRegion(otInstance *aInstance, uint16_t *aRegionCode);
1305 otError otPlatRadioConfigureEnhAckProbing(otInstance *aInstance,
1335 otError otPlatRadioAddCalibratedPower(otInstance *aInstance,
1351 otError otPlatRadioClearCalibratedPowers(otInstance *aInstance);
1376 otError otPlatRadioSetChannelTargetPower(otInstance *aInstance, uint8_t aChannel, int16_t aTargetPo…
1400 extern otError otPlatRadioGetRawPowerSetting(otInstance *aInstance,