Nordic Semiconductor nRF5 AirFuel SDK  version 2.2.0
pru_hw_config.h
Go to the documentation of this file.
1 /* Copyright (c) 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 __PRU_HW_CONFIG_H__
21 #define __PRU_HW_CONFIG_H__
22 
23 #define PRU_VRECT_BOOT 6000
24 #define PRU_VRECT_UVLO 4000
25 #define PRU_VRECT_MIN 7000
26 #define PRU_VRECT_SET 10000
27 #define PRU_VRECT_HIGH 15000
28 #define PRU_VRECT_MAX 19000
29 #define PRU_VRECT_HIGH_SUSTAIN_MS 5000
30 #define PRU_TEMP_MAX 90
31 #define PRU_DELTA_R1_VALID 0
32 #define PRU_DELTA_R1 1500
34 #define PRU_CATEGORY BLE_WPTS_PRU_CATEGORY_NO_IMP_SHIFT
35 #define PRU_ANTENNA_GAIN_KNOWN false
36 #define PRU_ANTENNA_GAIN 0
37 #define PRU_TX_POWER_KNOWN false
38 #define PRU_TX_POWER_LEVEL 0
39 #define PRU_SENSORS_TIMER_PERIOD_MS 50
40 #define PRU_NFC_RECEIVER_SUPPORTED 0
41 #define PRU_SEPARATE_BTLE_RADIO_SUPORTED 0
42 #define PRU_CCP_ADJUST_POWER_CAPABILITY 1
43 #define PRU_PRECT_MAX 90
45 /******************************************************************************
46  * Suggested default values for e.g. emulated HAL libraries.
47  ******************************************************************************/
48 
49 #define PRU_VRECT_DEFAULT PRU_VRECT_SET
50 #define PRU_TEMPERATURE_DEFAULT (PRU_TEMP_MAX / 2);
51 #define PRU_VOUT_DEFAULT (4000)
52 #define PRU_IOUT_DEFAULT (1)
53 #define PRU_IRECT_DEFAULT (1)
54 #define PRU_ADJUSTED_DEFAULT (1)
56 #endif /* __PRU_HW_CONFIG_H__ */
57