GPIO chip specific implementation. More...
#include <types.h>#include <chip/regs.h>#include <gpio/gpio_mega.h>Go to the source code of this file.
Enumerations | |
| enum | port_t |
Ports on AT90USB1287. More... | |
GPIO chip specific implementation.
Copyright (C) 2009 Atmel Corporation. All rights reserved.
Definition in file gpio.h.
| enum port_t |
Ports on AT90USB1287.
This device has 6 ports. Each port has a port number according to the representing letter. The first port A starts with number 0. Port B is 1, ... The numbering is continuous, that means even if a port is not available in the datasheet it is included in the port numbering.
1.6.3