Imt.Base C++ API V4.1.1.0
Loading...
Searching...
No Matches
MockMPU.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_MOCKMPU_H
4#define STM32H730_MOCKMPU_H
5
9
10namespace imt {
11namespace base {
12namespace hal {
13namespace stm32h730 {
14namespace mock {
15
19class MockMPU {
20public:
21
22 explicit MockMPU() {
23 clear();
24 }
25
26 virtual ~MockMPU() {
27 }
28
29 void clear() {
30 }
31
32 void disable() {
33 }
34
36 }
37
39 }
40
41private:
42
46 MockMPU(MockMPU const& other);
47
51 MockMPU& operator=(MockMPU const& other);
52};
53
54} // namespace mock
55} // namespace stm32h730
56} // namespace hal
57} // namespace base
58} // namespace imt
59
60#endif // #ifndef STM32H730_MOCKMPU_H
Mock implementation for the MPU module.
Definition MockMPU.h:19
void enable(::imt::base::hal::stm32h730::peripherals::MPU::Control control)
Definition MockMPU.h:35
void configRegion(::imt::base::hal::stm32h730::peripherals::MPU::RegionConfigStruct const &regionConfig)
Definition MockMPU.h:38
Control
Enumeration for MPU Control.
Definition MPU.h:112
This is a application specific file which is used to configure Imt.Base.Core.Math.