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
6
#include <
Imt.Base.Core.Diagnostics/Diagnostics.h
>
7
#include <
Imt.Base.Core.Platform/Platform.h
>
8
#include <
Imt.Base.HAL.STM32H730/CoreCortexM7.h
>
9
10
namespace
imt
{
11
namespace
base {
12
namespace
hal {
13
namespace
stm32h730 {
14
namespace
mock {
15
19
class
MockCoreCortexM7
{
20
public
:
21
25
explicit
MockCoreCortexM7
() {
26
}
27
31
virtual
~MockCoreCortexM7
() {
32
}
33
34
void
invalidateICache
() {
35
}
36
37
void
enableBranchPrediction
() {
38
}
39
40
void
enableICache
() {
41
}
42
43
void
disableICache
() {
44
}
45
46
void
enableDCache
() {
47
}
48
49
void
cleanDCache
() {
50
}
51
52
void
cleanAndInvalidateDCache
() {
53
}
54
55
void
enableDetailedHardfaultIrq
() {
56
}
57
58
void
disableDetailedHardfaultIrq
() {
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
Diagnostics.h
CoreCortexM7.h
Platform.h
imt::base::hal::stm32h730::mock::MockCoreCortexM7
Mock implementation for the CoreCortexM7 module.
Definition
MockCoreCortexM7.h:19
imt::base::hal::stm32h730::mock::MockCoreCortexM7::enableDCache
void enableDCache()
Definition
MockCoreCortexM7.h:46
imt::base::hal::stm32h730::mock::MockCoreCortexM7::disableICache
void disableICache()
Definition
MockCoreCortexM7.h:43
imt::base::hal::stm32h730::mock::MockCoreCortexM7::enableDetailedHardfaultIrq
void enableDetailedHardfaultIrq()
Definition
MockCoreCortexM7.h:55
imt::base::hal::stm32h730::mock::MockCoreCortexM7::cleanAndInvalidateDCache
void cleanAndInvalidateDCache()
Definition
MockCoreCortexM7.h:52
imt::base::hal::stm32h730::mock::MockCoreCortexM7::~MockCoreCortexM7
virtual ~MockCoreCortexM7()
Destructor.
Definition
MockCoreCortexM7.h:31
imt::base::hal::stm32h730::mock::MockCoreCortexM7::invalidateICache
void invalidateICache()
Definition
MockCoreCortexM7.h:34
imt::base::hal::stm32h730::mock::MockCoreCortexM7::disableDetailedHardfaultIrq
void disableDetailedHardfaultIrq()
Definition
MockCoreCortexM7.h:58
imt::base::hal::stm32h730::mock::MockCoreCortexM7::enableBranchPrediction
void enableBranchPrediction()
Definition
MockCoreCortexM7.h:37
imt::base::hal::stm32h730::mock::MockCoreCortexM7::enableICache
void enableICache()
Definition
MockCoreCortexM7.h:40
imt::base::hal::stm32h730::mock::MockCoreCortexM7::cleanDCache
void cleanDCache()
Definition
MockCoreCortexM7.h:49
imt::base::hal::stm32h730::mock::MockCoreCortexM7::MockCoreCortexM7
MockCoreCortexM7()
Constructor.
Definition
MockCoreCortexM7.h:25
imt
This is a application specific file which is used to configure Imt.Base.Core.Math.
Definition
MathConfigApp.h:15
Imt.Base
Imt.Base.HAL.STM32H730.Mock
MockCoreCortexM7.h
Generated by
1.9.7