Imt.Base C++ API V4.1.1.0
Loading...
Searching...
No Matches
MockDMAMUX.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_MOCKDMAMUX_H
4#define STM32H730_MOCKDMAMUX_H
5
9
10namespace imt {
11namespace base {
12namespace hal {
13namespace stm32h730 {
14namespace mock {
15
20public:
21
22 explicit MockDMAMUX() {
23 clear();
24 }
25
26 virtual ~MockDMAMUX() {
27 }
28
29 void clear() {
30 }
31
33 return true;
34 }
35
36 void deInit(DMAStreamModuleAddress const module) {
37 }
38
39private:
40
44 MockDMAMUX(MockDMAMUX const& other);
45
49 MockDMAMUX& operator=(MockDMAMUX const& other);
50};
51
52} // namespace mock
53} // namespace stm32h730
54} // namespace hal
55} // namespace base
56} // namespace imt
57
58#endif // #ifndef STM32H730_MOCKDMAMUX_H
Mock implementation for the DMAMUX module.
Definition MockDMAMUX.h:19
void deInit(DMAStreamModuleAddress const module)
Definition MockDMAMUX.h:36
bool init(DMAStreamModuleAddress const module, imt::base::hal::stm32h730::peripherals::DMAMUX::MultiplexerInput const resource)
Definition MockDMAMUX.h:32
MultiplexerInput
Enumeration of all avalibale multiplexer inputs (Table 118 in TRM)
Definition DMAMUX.h:25
DMAStreamModuleAddress
Enumeration of the available DMA stream modules identifiers.
This is a application specific file which is used to configure Imt.Base.Core.Math.