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.
Driver for the VN100S IMU.
SPI Bus configuration for a specific slave.