Nordic Semiconductor nRF5 AirFuel SDK  version 2.2.0
ptu_power_ctl.h
Go to the documentation of this file.
1 /* Copyright (c) 2013 Nordic Semiconductor. All Rights Reserved.
2  *
3  * The information contained herein is property of Nordic Semiconductor ASA.
4  * Terms and conditions of usage are described in detail in NORDIC
5  * SEMICONDUCTOR STANDARD SOFTWARE LICENSE AGREEMENT.
6  *
7  * Licensees are granted free, non-transferable use of the information. NO
8  * WARRANTY of ANY KIND is provided. This heading must NOT be removed from
9  * the file.
10  *
11  */
12 
20 #ifndef __PTU_PCTL_H__
21 #define __PTU_PCTL_H__
22 
23 #include <stdint.h>
24 #include <stdbool.h>
25 
26 #include "wpt.h"
27 
30 void ptu_power_ctrl_adjust(void);
31 
36 uint32_t ptu_power_ctrl_set_poweramp_input(uint16_t level);
37 
42 
47 
48 #endif /* __PTU_PCTL_H__ */
49 
void ptu_power_ctrl_adjust(void)
Perform power control adjustments.
uint32_t ptu_power_ctrl_set_poweramp_input(uint16_t level)
Perform power control adjustments.
void ptu_power_ctrl_set_disable_power_amplifier_adjustments(bool val)
Enable/Disable adjustments of power amplifier (I_TX_COIL).
ptu_tester_command_t
PTU Tester commands.
Definition: wpt.h:155
void ptu_power_ctrl_set_itx_val(ptu_tester_command_t cmd)
Handle PTU tester power adjustment command.