Lines Matching full:power
64 /* Maximum tx power */
835 /* Toggle peripheral power to reset (just in case) */ in ble_phy_init()
836 NRF_RADIO->POWER = 0; in ble_phy_init()
837 NRF_RADIO->POWER = 1; in ble_phy_init()
1223 * Set the transmit output power (in dBm).
1225 * NOTE: If the output power specified is within the BLE limits but outside
1226 * the chip limits, we "rail" the power level so we dont exceed the min/max
1229 * @param dbm Power output in dBm.
1239 /* "Rail" power level if outside supported range */ in ble_phy_txpwr_set()
1257 * Get the rounded transmit output power (in dBm).
1259 * @param dbm Power output in dBm.
1261 * @return int Rounded power in dBm
1265 /* "Rail" power level if outside supported range */ in ble_phy_txpower_round()
1280 * Get the transmit power.
1282 * @return int The current PHY transmit power, in dBm