TEMU  4.4
The Terma Emulator
temu_SpiBusIface Struct Reference

#include </builds/termade/temu/temu/include/temu-c/Bus/SPI.h>

Data Fields

void(* raiseAlert )(temu_Object *, uint8_t chipNum)
 
void(* lowerAlert )(temu_Object *, uint8_t chipNum)
 
void(* sendToMaster )(temu_Object *, uint8_t *Data, uint32_t size)
 
void(* sendToSlave )(temu_Object *, uint8_t *Data, uint32_t size, uint32_t configSize, uint8_t chipNum, uint32_t responseSize)
 

Field Documentation

◆ lowerAlert

void(* temu_SpiBusIface::lowerAlert) (temu_Object *, uint8_t chipNum)

◆ raiseAlert

void(* temu_SpiBusIface::raiseAlert) (temu_Object *, uint8_t chipNum)

◆ sendToMaster

void(* temu_SpiBusIface::sendToMaster) (temu_Object *, uint8_t *Data, uint32_t size)

◆ sendToSlave

void(* temu_SpiBusIface::sendToSlave) (temu_Object *, uint8_t *Data, uint32_t size, uint32_t configSize, uint8_t chipNum, uint32_t responseSize)

The documentation for this struct was generated from the following file: