$search
#include <gpio/gpio.h>
Go to the source code of this file.
Defines | |
#define | CAN_SELECT_MODE GPIO_MAKE_ID(GPIO_PORTD,2) |
#define | LED0 GPIO_MAKE_ID(GPIO_PORTD, 0) |
#define | LED1 GPIO_MAKE_ID(GPIO_PORTD, 1) |
#define | U_UART UART_1 |
#define | UART_CTS GPIO_MAKE_ID(GPIO_PORTD,9) |
#define | UART_RTS GPIO_MAKE_ID(GPIO_PORTF,6) |
#define CAN_SELECT_MODE GPIO_MAKE_ID(GPIO_PORTD,2) |
Definition at line 27 of file hardware.h.
#define LED0 GPIO_MAKE_ID(GPIO_PORTD, 0) |
Definition at line 30 of file hardware.h.
#define LED1 GPIO_MAKE_ID(GPIO_PORTD, 1) |
Definition at line 31 of file hardware.h.
#define U_UART UART_1 |
Definition at line 26 of file hardware.h.
#define UART_CTS GPIO_MAKE_ID(GPIO_PORTD,9) |
Definition at line 28 of file hardware.h.
#define UART_RTS GPIO_MAKE_ID(GPIO_PORTF,6) |
Definition at line 29 of file hardware.h.