distortos
v0.7.0
object-oriented C++ RTOS for microcontrollers
|
Implementation of SPIv1 functions for STM32. More...
#include "distortos/chip/STM32-SPIv1.hpp"
#include "distortos/chip/STM32-SPIv1-SpiPeripheral.hpp"
#include "distortos/assert.h"
#include "estd/log2u.hpp"
Namespaces | |
distortos | |
Top-level namespace of distortos project. | |
distortos::chip | |
Chip-related code of distortos project. | |
Functions | |
void | distortos::chip::configureSpi (const SpiPeripheral &spiPeripheral, devices::SpiMode mode, uint32_t clockFrequency, uint8_t wordLength, bool lsbFirst) |
Configures parameters of raw SPI peripheral. More... | |
Implementation of SPIv1 functions for STM32.