Peripheral specific definitions for the HiFive1 RISC-V board. More...
Peripheral specific definitions for the HiFive1 RISC-V board.
Definition in file periph_conf.h.
#include "periph_cpu.h"#include "clk_conf.h"
Include dependency graph for periph_conf.h:Go to the source code of this file.
Timer configuration | |
| #define | TIMER_NUMOF (1) |
UART configuration | |
| #define | UART_NUMOF ARRAY_SIZE(uart_config) |
| static const uart_conf_t | uart_config [] |
SPI device configuration | |
| #define | SPI_NUMOF ARRAY_SIZE(spi_config) |
| static const spi_conf_t | spi_config [] |
PWM configuration | |
| #define | PWM_NUMOF (3) |
| #define PWM_NUMOF (3) |
Definition at line 78 of file periph_conf.h.
| #define SPI_NUMOF ARRAY_SIZE(spi_config) |
Definition at line 70 of file periph_conf.h.
| #define TIMER_NUMOF (1) |
Definition at line 31 of file periph_conf.h.
| #define UART_NUMOF ARRAY_SIZE(uart_config) |
Definition at line 53 of file periph_conf.h.
|
static |
Definition at line 61 of file periph_conf.h.
|
static |