|
librfn
An ad-hoc utility library
|
#include <stdio.h>#include <errno.h>#include <libopencm3/stm32/rcc.h>#include <libopencm3/stm32/gpio.h>#include <libopencm3/stm32/usart.h>#include <libopencm3/cm3/nvic.h>#include <libopencm3/cm3/systick.h>#include <librfn/console.h>Go to the source code of this file.
Functions | |
| int | _write (int file, char *ptr, int len) |
| void | console_hwinit (console_t *c) |
| Platform dependant function that will be called during console_init(). More... | |
| int _write | ( | int | file, |
| char * | ptr, | ||
| int | len | ||
| ) |
Definition at line 56 of file console_ring.c.
1.8.10