nrfxlib API 2.8.99
|
Go to the source code of this file.
Functions | |
int8_t | nrf_802154_tx_power_convert_metadata_to_tx_power_split (uint8_t channel, nrf_802154_tx_power_metadata_t tx_power, nrf_802154_fal_tx_power_split_t *const p_tx_power_split) |
Convert tx_power value passed through metadata to raw components in dBms to be applied on each stage of the transmit path. | |
int8_t | nrf_802154_tx_power_split_pib_power_get (nrf_802154_fal_tx_power_split_t *const p_split_power) |
Get the transmit power stored in PIB after applying the power constraints for the current channel and splitting into components to be applied on each stage of the transmit path. | |
int8_t | nrf_802154_tx_power_split_pib_power_for_channel_get (uint8_t channel, nrf_802154_fal_tx_power_split_t *const p_split_power) |
Get the transmit power stored in PIB after applying the power constraints for the given channel and splitting into components to be applied on each stage of the transmit path. | |