distortos  v0.7.0
object-oriented C++ RTOS for microcontrollers
STM32-USARTv1-ChipUartLowLevel.cpp File Reference

ChipUartLowLevel class implementation for USARTv1 in STM32. More...

Include dependency graph for STM32-USARTv1-ChipUartLowLevel.cpp:

Classes

class  distortos::chip::ChipUartLowLevel::Parameters
 parameters for construction of UART low-level drivers More...
 

Namespaces

 distortos
 Top-level namespace of distortos project.
 
 distortos::chip
 Chip-related code of distortos project.
 

Functions

devices::UartBase::ErrorSet distortos::chip::anonymous_namespace{STM32-USARTv1-ChipUartLowLevel.cpp}::decodeErrors (const uint32_t sr)
 Decode value of USART_SR register to devices::UartBase::ErrorSet. More...
 

Detailed Description

ChipUartLowLevel class implementation for USARTv1 in STM32.

Author
Copyright (C) 2016-2019 Kamil Szczygiel http://www.distortec.com http://www.freddiechopin.info
License
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.