Machine dependent STM32W UART1 code. More...
#include <stdio.h>#include <stdlib.h>#include "sys/energest.h"#include "dev/uart1.h"#include "dev/watchdog.h"#include "lib/ringbuf.h"#include "dev/leds.h"Go to the source code of this file.
Functions | |
| void | uart1_init (unsigned long ubr) |
| Initalize the RS232 port. | |
Machine dependent STM32W UART1 code.
Definition in file uart1.c.
1.6.1