Board Support Package API functions.
Macros | |
| #define | bsp_uDelay(usec) |
| Microsecond delay function using CLINT timer. | |
| #define | bsp_putChar(c) |
| Map standard character output to the physical UART. | |
| #define | bsp_getChar() |
| Map standard character input to the physical UART. | |
Functions | |
| void | bsp_init () |
| Initialize Board Support Package Peripherals. | |
| #define bsp_getChar | ( | ) |
#include <bsp.h>
Map standard character input to the physical UART.
| #define bsp_putChar | ( | c | ) |
#include <bsp.h>
Map standard character output to the physical UART.
| #define bsp_uDelay | ( | usec | ) |
#include <bsp.h>
Microsecond delay function using CLINT timer.