8 lines
234 B
C
8 lines
234 B
C
#ifndef PMU1736_GPIO_H_
|
|
#define PMU1736_GPIO_H_
|
|
#include "pmu1736.h"
|
|
|
|
#define AXP_GPIO1_CFG (PMU1736_CLDO3OUT_VOL) /* 0x2B */
|
|
#define AXP_GPIO2_CFG (PMU1736_CLDO4_GPIO2_CTL) /* 0x2C */
|
|
|
|
#endif /* PMU1736_GPIO_H_ */
|