fsfw-hal/stm32h7/spi/spiDefinitions.h

17 lines
337 B
C++

#ifndef FSFW_HAL_STM32H7_SPI_SPIDEFINITIONS_H_
#define FSFW_HAL_STM32H7_SPI_SPIDEFINITIONS_H_
#include "../../common/spi/spiCommon.h"
#include "stm32h7xx_hal.h"
#include "stm32h7xx_hal_spi.h"
namespace spi {
void assignSpiMode(SpiModes spiMode, SPI_HandleTypeDef* spiHandle);
}
#endif /* FSFW_HAL_STM32H7_SPI_SPIDEFINITIONS_H_ */