59 typedef std::map<I2SModuleAddress, bool>
BOOL_MAP;
BOOL_MAP m_isInitializeI2S
virtual ~MockI2S()
Destructor.
bool init(I2SModuleAddress const module, ::imt::base::hal::stm32f767::peripherals::I2S::InitStruct const &initConfig)
void enableDMA(I2SModuleAddress const module, bool const rxDmaEnable, bool const txDmaEnable)
void enable(I2SModuleAddress const module, bool const doEnable)
std::map< I2SModuleAddress, bool > BOOL_MAP
I2SModuleAddress
Enumeration of the available I2S modules identifiers.
This is a application specific file which is used to configure Imt.Base.Core.Math.
I2S configuration structure definitions.