CPU specific peripheral configuration for NOEL-V. More...
CPU specific peripheral configuration for NOEL-V.
Definition in file periph_cpu.h.
#include <stdint.h>#include "periph_cpu_common.h"
Include dependency graph for periph_cpu.h:Go to the source code of this file.
Data Structures | |
| struct | uart_conf_t |
| UART device configuration. More... | |
| #define | GPIO_PORT_SHIFT (5U) |
| width of the pin field in gpio_t | |
| #define | GPIO_PIN_MASK (0x1fU) |
| mask of the pin field in gpio_t | |
| #define | GPIO_PIN(port, pin) |
| GPIO pin mapping: port is always 0 for GRLIB GPIO0. | |
| #define | UART_ISR_PRIO (1) |
| UART interrupt priority. | |
| #define | PERIPH_TIMER_PROVIDES_SET |
| timer_set() is provided by the driver | |
| #define GPIO_PIN | ( | port, | |
| pin ) |
GPIO pin mapping: port is always 0 for GRLIB GPIO0.
Definition at line 31 of file periph_cpu.h.
| #define GPIO_PIN_MASK (0x1fU) |
mask of the pin field in gpio_t
Definition at line 26 of file periph_cpu.h.
| #define GPIO_PORT_SHIFT (5U) |
width of the pin field in gpio_t
Definition at line 25 of file periph_cpu.h.
| #define PERIPH_TIMER_PROVIDES_SET |
timer_set() is provided by the driver
Definition at line 50 of file periph_cpu.h.
| #define UART_ISR_PRIO (1) |
UART interrupt priority.
Definition at line 48 of file periph_cpu.h.