11 lines
326 B
C
11 lines
326 B
C
|
#ifndef AXP20_GPIO_H
|
||
|
#define AXP20_GPIO_H
|
||
|
#include "axp20.h"
|
||
|
|
||
|
#define AXP_GPIO0_CFG (AXP20_GPIO0_CTL) /* 0x90 */
|
||
|
#define AXP_GPIO1_CFG (AXP20_GPIO1_CTL) /* 0x92 */
|
||
|
#define AXP_GPIO2_CFG (AXP20_GPIO2_CTL) /* 0x93 */
|
||
|
#define AXP_GPIO_STATE (AXP20_GPIO012_SIGNAL) /* 0x94 */
|
||
|
|
||
|
#endif
|