8#include "Mock/MockADC.h"
10#include "Mock/MockDMA.h"
12#include "Mock/MockFLASH.h"
13#include "Mock/MockGPIO.h"
14#include "Mock/MockI2C.h"
16#include "Mock/MockNVIC.h"
19#include "Mock/MockPWR.h"
20#include "Mock/MockRCC.h"
21#include "Mock/MockRTC.h"
22#include "Mock/MockSYSCFG.h"
23#include "Mock/MockSYSTICK.h"
24#include "Mock/MockTIM.h"
25#include "Mock/MockUSART.h"
Mock implementation for the ADC module.
Mock implementation for the CRC module.
Mock implementation for the CoreCortexM7 module.
Mock implementation for the DMA module.
Mock implementation for the DMAMUX module.
Mock implementation for the FLASH module.
Mock implementation for a GPIO module.
Mock implementation for a I2C module.
Mock implementation for the MPU module.
Mock implementation for the NVIC module.
Mock implementation for the OSPI module.
Mock implementation for the OSPIM module.
Mock implementation for PWR.
Mock implementation for the RCC module.
Mock implementation for the RTC module.
Mock implementation for SYSCFG controller.
Mock implementation for SYSTICK module.
Mock implementation for the TIM module.
Mock implementation for the USART module.
Mocking object which stores all relevant information for STM32H730 HAL.
MockRCC & getMockRCC()
Returns the reference to the RCC mock.
MockCoreCortexM7 & getMockCoreCortexM7()
Returns the reference to the CoreCortexM7 mock.
MockFLASH & getMockFLASH()
Returns the reference to the FLASH mock.
MockSYSCFG & getMockSYSCFG()
Returns the reference to the SYSCFG mock.
MockI2C & getMockI2C()
Returns the reference to the I2C mock.
MockADC & getMockADC()
Returns the reference to the ADC mock.
static STM32H730Mock & getSingle()
Returns the one and only instance.
MockTIM & getMockTIM()
Returns the reference to the TIM mock.
MockUSART & getMockUSART()
Returns the reference to the USART mock.
MockPWR & getMockPWR()
Returns the reference to the PWR mock.
MockGPIO & getMockGPIO()
Returns the reference to the GPIO mock for the given module number.
MockRTC & getMockRTC()
Returns the reference to the RTC mock.
MockCRCheck & getMockCRC()
Returns the reference to the CRC mock.
MockNVIC & getMockNVIC()
Returns the reference to the NVIC mock.
MockMPU & getMockMPU()
Returns the reference to the MPU mock.
MockSYSTICK & getMockSYSTICK()
Returns the reference to the SYSTICK mock.
MockDMAMUX & getMockDMAMUX()
Returns the reference to the DMAMUX mock.
MockOSPIM & getMockOSPIM()
Returns the reference to the OSPIM mock.
MockDMA & getMockDMA()
Returns the reference to the DMA mock.
MockOSPI & getMockOSPI()
Returns the reference to the OSPI mock.
static void clear()
Clear the single.
This is a application specific file which is used to configure Imt.Base.Core.Math.