semf
stm32f4spislave.h
Go to the documentation of this file.
1
10#ifndef SEMF_HARDWAREABSTRACTION_STM32F4_STM32F4SPISLAVE_H_
11#define SEMF_HARDWAREABSTRACTION_STM32F4_STM32F4SPISLAVE_H_
12
14
15#if defined(STM32F4) && defined(HAL_SPI_MODULE_ENABLED)
16namespace semf
17{
21class Stm32F4SpiSlave : public Stm32SpiSlave
22{
23public:
25};
26} /* namespace semf */
27#endif
28#endif /* SEMF_HARDWAREABSTRACTION_STM32F4_STM32F4SPISLAVE_H_ */
Stm32SpiSlave(SPI_HandleTypeDef &hwHandle)
Constructor.