Peripheral specific definitions for the HiFive1 RISC-V board.
More...
Peripheral specific definitions for the HiFive1 RISC-V board.
- Author
- Ken Rabold
Definition in file periph_conf.h.
#include "periph_cpu.h"
#include "clk_conf.h"
Go to the source code of this file.
◆ spi_config
Initial value:= {
{
.addr = SPI1_CTRL_ADDR,
},
}
#define GPIO_PIN(x, y)
Define a CPU specific GPIO pin generator macro.
Definition at line 65 of file periph_conf.h.
◆ uart_config
Initial value:= {
{
.addr = UART0_CTRL_ADDR,
.isr_num = INT_UART0_BASE,
},
{
.addr = UART1_CTRL_ADDR,
.isr_num = INT_UART1_BASE,
},
}
Definition at line 42 of file periph_conf.h.