Skyward boardcore
Loading...
Searching...
No Matches
USART.h File Reference
#include <diagnostic/PrintLogger.h>
#include <interfaces/arch_registers.h>
#include <miosix.h>
#include <utils/ClockUtils.h>
#include <chrono>
#include <string>
#include "arch/common/drivers/serial.h"
Include dependency graph for USART.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Boardcore::USARTInterface
 Abstract class that implements the interface for the USART/UART serial communication. More...
 
class  Boardcore::USART
 Driver for STM32F4 low level USART/UART peripheral. More...
 
class  Boardcore::STM32SerialWrapper
 Wrapper for the STM32Serial driver in miosix. More...
 

Namespaces

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

Typedefs

using USARTType = USART_TypeDef
 

Typedef Documentation

◆ USARTType

using USARTType = USART_TypeDef

Definition at line 36 of file USART.h.