25#include <kernel/sync.h>
40 SPIBusInterface::acquire(config);
45 virtual void release()
override
47 SPIBusInterface::release();
52 miosix::FastMutex mutex;
Driver for STM32 low level SPI peripheral.
void configure(SPIBusConfig newConfig) override
Configures and enables the bus with the provided configuration.
Extension of SPIBus to sync access to the bus between multiple threads.
This file includes all the types the logdecoder script will decode.
SPI Bus configuration for a specific slave.