Imt.Base C++ API V4.1.1.0
Loading...
Searching...
No Matches
DSIIrqIfc.h
Go to the documentation of this file.
1// (c) IMT - Information Management Technology AG, CH-9470 Buchs, www.imt.ch.
2
3#ifndef STM32F769_DSI_IRQ_IFC_H
4#define STM32F769_DSI_IRQ_IFC_H
5
7
8namespace imt {
9namespace base {
10namespace hal {
11namespace stm32f769 {
12namespace peripherals {
13
14// Interface to register DSI peripheral interrupt callbacks
15class DSIIrqIfc {
16public:
17
21 virtual ~DSIIrqIfc() {
22 // Nothing to do.
23 }
24
28 virtual void tearingEffectCallback() = 0;
29
33 virtual void endOfRefreshCallback() = 0;
34};
35
36} // namespace peripherals
37} // namespace stm32f769
38} // namespace hal
39} // namespace base
40} // namespace imt
41
42#endif // STM32F769_DSI_IRQ_IFC_H
virtual void tearingEffectCallback()=0
Callback for application specific tearing effect handling.
virtual void endOfRefreshCallback()=0
Callback for application specific EndOfRefresh handling.
This is a application specific file which is used to configure Imt.Base.Core.Math.