Home
last modified time | relevance | path

Searched refs:aTxPower (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/modules/openthread/platform/
Ddiag.c111 void otPlatDiagTxPowerSet(int8_t aTxPower) in otPlatDiagTxPowerSet() argument
113 ARG_UNUSED(aTxPower); in otPlatDiagTxPowerSet()
Dradio_spinel.cpp379 void otPlatDiagTxPowerSet(int8_t aTxPower) in otPlatDiagTxPowerSet() argument
383 snprintf(cmd, sizeof(cmd), "power %d", aTxPower); in otPlatDiagTxPowerSet()