Imt.Base C++ API
V4.1.1.0
Loading...
Searching...
No Matches
MockOSPIM.h
Go to the documentation of this file.
1
// (c) IMT - Information Management Technology AG, CH-9470 Buchs, www.imt.ch.
2
3
#ifndef MOCKOSPIM_H
4
#define MOCKOSPIM_H
5
6
#include <
Imt.Base.Core.Platform/Platform.h
>
7
#include <
Imt.Base.HAL.STM32H730/Peripherals/OSPIM.h
>
8
9
namespace
imt
{
10
namespace
base {
11
namespace
hal {
12
namespace
stm32h730 {
13
namespace
mock {
14
18
class
MockOSPIM
{
19
public
:
20
21
explicit
MockOSPIM
() {
22
clear
();
23
}
24
25
virtual
~MockOSPIM
() {
26
clear
();
27
}
28
29
void
clear
() {
30
}
31
32
bool
init
(
imt::base::hal::stm32h730::peripherals::OSPIM::InitStruct
const
& initStruct) {
33
return
true
;
34
}
35
36
void
deInit
() {
37
}
38
39
private
:
40
44
MockOSPIM
(
MockOSPIM
const
&);
45
49
MockOSPIM
& operator=(
MockOSPIM
const
&);
50
};
51
52
}
// namespace mock
53
}
// namespace stm32h730
54
}
// namespace hal
55
}
// namespace base
56
}
// namespace imt
57
58
#endif
// #ifndef MOCKOSPIM_H
OSPIM.h
Platform.h
imt::base::hal::stm32h730::mock::MockOSPIM
Mock implementation for the OSPIM module.
Definition
MockOSPIM.h:18
imt::base::hal::stm32h730::mock::MockOSPIM::clear
void clear()
Definition
MockOSPIM.h:29
imt::base::hal::stm32h730::mock::MockOSPIM::init
bool init(imt::base::hal::stm32h730::peripherals::OSPIM::InitStruct const &initStruct)
Definition
MockOSPIM.h:32
imt::base::hal::stm32h730::mock::MockOSPIM::deInit
void deInit()
Definition
MockOSPIM.h:36
imt::base::hal::stm32h730::mock::MockOSPIM::~MockOSPIM
virtual ~MockOSPIM()
Definition
MockOSPIM.h:25
imt::base::hal::stm32h730::mock::MockOSPIM::MockOSPIM
MockOSPIM()
Definition
MockOSPIM.h:21
imt
This is a application specific file which is used to configure Imt.Base.Core.Math.
Definition
MathConfigApp.h:15
imt::base::hal::stm32h730::peripherals::OSPIM::InitStruct
OSPIM struct used for init method.
Definition
OSPIM.h:52
Imt.Base
Imt.Base.HAL.STM32H730.Mock
Mock
MockOSPIM.h
Generated by
1.9.7