#include "drivers/usart/USART.h"
#include <fcntl.h>
#include <stdio.h>
#include <utils/Debug.h>
#include <utils/Numeric.h>
#include <fstream>
#include <string>
#include "arch/common/drivers/serial.h"
#include "filesystem/file_access.h"
#include "kernel/scheduler/scheduler.h"
#include "miosix.h"
Go to the source code of this file.
|
namespace | Boardcore |
| This file includes all the types the logdecoder script will decode.
|
|
|
Boardcore::USART * | ports [N_USART_PORTS] |
| < Pointer to serial port classes to let interrupts access the classes
|
|
◆ ports
< Pointer to serial port classes to let interrupts access the classes
Definition at line 39 of file USART.cpp.