semf
stm32f4rtc.h
Go to the documentation of this file.
1
10#ifndef SEMF_HARDWAREABSTRACTION_STM32F4_STM32F4RTC_H_
11#define SEMF_HARDWAREABSTRACTION_STM32F4_STM32F4RTC_H_
12
14
15#if defined(STM32F4) && defined(HAL_RTC_MODULE_ENABLED)
16namespace semf
17{
21class Stm32F4Rtc : public Stm32Rtc
22{
23public:
25};
26} /* namespace semf */
27#endif
28#endif /* SEMF_HARDWAREABSTRACTION_STM32F4_STM32F4RTC_H_ */
Stm32Rtc(RTC_HandleTypeDef &hrtc)
Constructor.
Definition: stm32rtc.cpp:16