Lines Matching full:power
84 /* Maximum tx power */
525 * tick then we should better count one more low-power tick rather than in ble_phy_set_start_time()
526 * 30 high-power usecs. Also make sure we don't set TIMER0 CC to 0 as the in ble_phy_set_start_time()
1368 /* Toggle peripheral power to reset (just in case) */ in ble_phy_init()
1369 NRF_RADIO->POWER = 0; in ble_phy_init()
1370 NRF_RADIO->POWER = 1; in ble_phy_init()
1761 * Set the transmit output power (in dBm).
1763 * NOTE: If the output power specified is within the BLE limits but outside
1764 * the chip limits, we "rail" the power level so we dont exceed the min/max
1767 * @param dbm Power output in dBm.
1777 /* "Rail" power level if outside supported range */ in ble_phy_txpwr_set()
1795 * Get the rounded transmit output power (in dBm).
1797 * @param dbm Power output in dBm.
1799 * @return int Rounded power in dBm
1803 /* "Rail" power level if outside supported range */ in ble_phy_txpower_round()
1842 * Get the transmit power.
1844 * @return int The current PHY transmit power, in dBm