experimental pin-cir
This commit is contained in:
@@ -99,6 +99,7 @@
|
||||
|
||||
/* Port B setup. */
|
||||
#if defined(PINPAD_SUPPORT)
|
||||
#define GPIOB_CIR 0
|
||||
#define GPIOB_BUTTON 2
|
||||
#define GPIOB_ROT_A 3
|
||||
#define GPIOB_ROT_B 4
|
||||
@@ -143,4 +144,9 @@
|
||||
#define VAL_GPIODCRH 0x88888888 /* PD15...PD8 */
|
||||
#define VAL_GPIODODR 0xFFFFFFFF
|
||||
|
||||
#if defined(PINPAD_SUPPORT)
|
||||
extern void cir_ext_disable (void);
|
||||
extern void cir_ext_enable (void);
|
||||
#endif
|
||||
|
||||
#endif /* _BOARD_H_ */
|
||||
|
||||
Reference in New Issue
Block a user