| /* | |
| * Copyright (c) 2019 Piotr Mienkowski | |
| * SPDX-License-Identifier: Apache-2.0 | |
| */ | |
| #ifndef SILABS_GPIO_GECKO_H_ | |
| #define SILABS_GPIO_GECKO_H_ | |
| #define GECKO_PORT_A 0 | |
| #define GECKO_PORT_B 1 | |
| #define GECKO_PORT_C 2 | |
| #define GECKO_PORT_D 3 | |
| #define GECKO_PORT_E 4 | |
| #define GECKO_PORT_F 5 | |
| #define GECKO_PORT_G 6 | |
| #define GECKO_PORT_H 7 | |
| #define GECKO_PORT_I 8 | |
| #define GECKO_PORT_J 9 | |
| #define GECKO_PORT_K 10 | |
| #define GECKO_PIN(n) (n) | |
| #define GECKO_LOCATION(n) (n) | |
| #endif /* SILABS_GPIO_GECKO_H_ */ |