distortos  v0.7.0
object-oriented C++ RTOS for microcontrollers
ST_STM32F4DISCOVERY-spis.cpp File Reference

Definitions of low-level SPI master drivers for SPIv1 in ST,STM32F4DISCOVERY (ST,STM32F407VG chip) More...

Include dependency graph for ST_STM32F4DISCOVERY-spis.cpp:

Namespaces

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

Macros

#define DMA_CHANNEL(dmaId, channelId)   CONCATENATE4(dma, dmaId, Channel, channelId)
 Generates name of DMA channel object in the form dma<dmaId>Channel<channelId>. More...
 

Detailed Description

Definitions of low-level SPI master drivers for SPIv1 in ST,STM32F4DISCOVERY (ST,STM32F407VG chip)

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/.
Warning
Automatically generated file - do not edit!

Macro Definition Documentation

◆ DMA_CHANNEL

#define DMA_CHANNEL (   dmaId,
  channelId 
)    CONCATENATE4(dma, dmaId, Channel, channelId)

Generates name of DMA channel object in the form dma<dmaId>Channel<channelId>.

Parameters
[in]dmaIdis a DMA identifier
[in]channelIdis a DMA channel identifier