semf
stm32f4analogout.h
Go to the documentation of this file.
1
10#ifndef SEMF_HARDWAREABSTRACTION_STM32F4_STM32F4ANALOGOUT_H_
11#define SEMF_HARDWAREABSTRACTION_STM32F4_STM32F4ANALOGOUT_H_
12
14
15#if defined(STM32F4) && defined(HAL_DAC_MODULE_ENABLED)
16namespace semf
17{
21class Stm32F4AnalogOut : public Stm32AnalogOut
22{
23public:
25};
26} /* namespace semf */
27#endif
28#endif /* SEMF_HARDWAREABSTRACTION_STM32F4_STM32F4ANALOGOUT_H_ */
Stm32AnalogOut(DAC_HandleTypeDef &hwHandle, uint32_t channel, Alignment alignment)
Constructor.