Imt.Base C++ API V4.1.1.0
Loading...
Searching...
No Matches
MockCoreCortexM7.h
Go to the documentation of this file.
1// (c) IMT - Information Management Technology AG, CH-9470 Buchs, www.imt.ch.
2
3#ifndef STM32H730_MOCKCORECORTEXM7_H
4#define STM32H730_MOCKCORECORTEXM7_H
5
9
10namespace imt {
11namespace base {
12namespace hal {
13namespace stm32h730 {
14namespace mock {
15
20public:
21
25 explicit MockCoreCortexM7() {
26 }
27
32 }
33
35 }
36
38 }
39
40 void enableICache() {
41 }
42
44 }
45
46 void enableDCache() {
47 }
48
49 void cleanDCache() {
50 }
51
53 }
54
56 }
57
59 }
60};
61
62} // namespace mock
63} // namespace stm32h730
64} // namespace hal
65} // namespace base
66} // namespace imt
67
68#endif // #ifndef STM32H730_MOCKCORECORTEXM7_H
Mock implementation for the CoreCortexM7 module.
This is a application specific file which is used to configure Imt.Base.Core.Math.