|
|
|
@ -194,4 +194,10 @@
@@ -194,4 +194,10 @@
|
|
|
|
|
|
|
|
|
|
#define GPIO_PERIPHERAL_RAIL_RESET GPIOC(14) |
|
|
|
|
|
|
|
|
|
/** configure the board GPIOs in (arg) as outputs, initially low */ |
|
|
|
|
#define GPIO_SET_OUTPUT_LOW GPIOC(15) |
|
|
|
|
|
|
|
|
|
/** configure the board GPIOs in (arg) as outputs, initially high */ |
|
|
|
|
#define GPIO_SET_OUTPUT_HIGH GPIOC(16) |
|
|
|
|
|
|
|
|
|
#endif /* _DRV_GPIO_H */ |
|
|
|
|