16#ifndef SIMICS_SYSTEMC_SIMICS2TLM_SPI_MASTER_H
17#define SIMICS_SYSTEMC_SIMICS2TLM_SPI_MASTER_H
33 void spi_response(
const uint8 *data_ptr,
size_t data_length)
override;
Simics serial_peripheral_interface_master interface.
Definition: spi_master_interface.h:26
A memory manager that implements the tlm::tlm_mm_interface providing a pool of transaction objects.
Definition: transaction_pool.h:34
Base class, responsible for handling a gasket.
Definition: gasket_owner.h:32
Class that implements the Simics serial_peripheral_interface_master interface and translates it into ...
Definition: spi_master.h:31
void spi_response(const uint8 *data_ptr, size_t data_length) override