Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/drivers/ieee802154/
Dieee802154_cc13xx_cc26xx_subg.c635 RF_TxPowerTable_Value power_table_value; in ieee802154_cc13xx_cc26xx_subg_set_txpower() local
639 power_table_value = RF_TxPowerTable_findValue( in ieee802154_cc13xx_cc26xx_subg_set_txpower()
641 if (power_table_value.rawValue == RF_TxPowerTable_INVALID_VALUE) { in ieee802154_cc13xx_cc26xx_subg_set_txpower()
647 status = RF_setTxPower(drv_data->rf_handle, power_table_value); in ieee802154_cc13xx_cc26xx_subg_set_txpower()
Dieee802154_cc13xx_cc26xx.c278 RF_TxPowerTable_Value power_table_value = RF_TxPowerTable_findValue( in ieee802154_cc13xx_cc26xx_set_txpower() local
280 if (power_table_value.rawValue == RF_TxPowerTable_INVALID_VALUE) { in ieee802154_cc13xx_cc26xx_set_txpower()
285 status = RF_setTxPower(drv_data->rf_handle, power_table_value); in ieee802154_cc13xx_cc26xx_set_txpower()