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

Implementation of GPIOv2 functions for STM32. More...

Include dependency graph for STM32-GPIOv2.cpp:

Namespaces

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

Functions

void distortos::chip::configurePin (Pin pin, PinMode mode, bool openDrain, PinOutputSpeed outputSpeed, PinPull pull, PinAlternateFunction alternateFunction, bool initialState={})
 Configures pin. More...
 

Detailed Description

Implementation of GPIOv2 functions for 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/.