Skyward boardcore
Loading...
Searching...
No Matches
USART.cpp File Reference
#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"
Include dependency graph for USART.cpp:

Go to the source code of this file.

Namespaces

namespace  Boardcore
 This file includes all the types the logdecoder script will decode.
 

Variables

Boardcore::USARTports [N_USART_PORTS]
 < Pointer to serial port classes to let interrupts access the classes
 

Variable Documentation

◆ ports

Boardcore::USART* ports[N_USART_PORTS]

< Pointer to serial port classes to let interrupts access the classes

Definition at line 39 of file USART.cpp.