Revision ddf34c3d modules/PowerManagement_1-1/alldconf.h

View differences:

modules/PowerManagement_1-1/alldconf.h
49 49
/**
50 50
 * @brief   Enable flag for the AT24C01BN-SH-B EEPROM.
51 51
 */
52
#define AMIROLLD_CFG_USE_AT24C01BN
52
#define AMIROLLD_CFG_AT24C01B           1
53 53

  
54 54
/**
55 55
 * @brief   Enable flag for the BQ24103A charger.
56 56
 */
57
#define AMIROLLD_CFG_USE_BQ24103A
57
#define AMIROLLD_CFG_BQ241xx            1
58 58

  
59 59
/**
60 60
 * @brief   Enable flag for the BQ27500 fuel gauge.
61 61
 */
62
#define AMIROLLD_CFG_USE_BQ27500
62
#define AMIROLLD_CFG_BQ27500            1
63 63

  
64 64
/**
65 65
 * @brief   Enable flag for the INA219 power monitor.
66 66
 */
67
#define AMIROLLD_CFG_USE_INA219
67
#define AMIROLLD_CFG_INA219             1
68 68

  
69 69
/**
70 70
 * @brief   Enable flag for the status LED.
71 71
 */
72
#define AMIROLLD_CFG_USE_LED
72
#define AMIROLLD_CFG_LED                1
73 73

  
74 74
/**
75 75
 * @brief   Enable flag for the PKLCS1212E4001 buzzer.
76 76
 */
77
#define AMIROLLD_CFG_USE_PKLCS1212E4001
77
#define AMIROLLD_CFG_PKxxxExxx          1
78
#define PKxxxExxx_LLD_FREQUENCY_MIN     2000
79
#define PKxxxExxx_LLD_FREQUENCY_SPEC    4000
80
#define PKxxxExxx_LLD_FREQUENCY_MAX     6000
78 81

  
79 82
/**
80 83
 * @brief   Enable flag for the TPS2051BDBV power switch.
81 84
 */
82
#define AMIROLLD_CFG_USE_TPS2051BDBV
85
#define AMIROLLD_CFG_TPS20xxB           1
83 86

  
84 87
/**
85 88
 * @brief   Enable flag for the TPS62113 step-down converter.
86 89
 */
87
#define AMIROLLD_CFG_USE_TPS62113
90
#define AMIROLLD_CFG_TPS6211x           1
88 91

  
89 92
#if (BOARD_SENSORRING == BOARD_PROXIMITYSENSOR) || defined(__DOXYGEN__)
90 93

  
91 94
/**
92 95
 * @brief   Enable flag for the MPR121 touch sensor.
93 96
 */
94
#define AMIROLLD_CFG_USE_MPR121
97
#define AMIROLLD_CFG_MPR121             1
95 98

  
96 99
/**
97 100
 * @brief   Enable flag for the PCA9544A I2C multiplexer.
98 101
 */
99
#define AMIROLLD_CFG_USE_PCA9544A
102
#define AMIROLLD_CFG_PCA9544A           1
100 103

  
101 104
/**
102 105
 * @brief   Enable flag for the VCNL4020 proximity sensor.
103 106
 */
104
#define AMIROLLD_CFG_USE_VCNL4020
107
#define AMIROLLD_CFG_VCNL4020           1
105 108

  
106 109
#endif /* BOARD_SENSORRING == BOARD_PROXIMITYSENSOR */
107 110

  
......
110 113
/**
111 114
 * @brief   Enable flag for the PCAL6524 GPIO extender
112 115
 */
113
#define AMIROLLD_CFG_USE_PCAL6524
116
#define AMIROLLD_CFG_PCAL6524           1
114 117

  
115 118
/**
116 119
 * @brief   Enable flag for the AT42Q1050 touch sensor.
117 120
 */
118
#define AMIROLLD_CFG_USE_AT42QT1050
121
#define AMIROLLD_CFG_AT42QT1050         1
119 122

  
120 123
#endif /* BOARD_SENSORRING == BOARD_DISTANCESENSOR_VL53L0X */
121 124

  
......
124 127
/**
125 128
 * @brief   Enable flag for the PCAL6524 GPIO extender
126 129
 */
127
#define AMIROLLD_CFG_USE_PCAL6524
130
#define AMIROLLD_CFG_PCAL6524           1
128 131

  
129 132
/**
130 133
 * @brief   Enable flag for the AT42Q1050 touch sensor.
131 134
 */
132
#define AMIROLLD_CFG_USE_AT42QT1050
135
#define AMIROLLD_CFG_AT42QT1050         1
133 136

  
134 137
#endif /* BOARD_SENSORRING == BOARD_DISTANCESENSOR_VL53L1X */
135 138

  

Also available in: Unified diff