TwiceAsNice  2019-02-18
Namespaces | Enumerations | Functions
OpCode.h File Reference
This graph shows which files directly or indirectly include this file:

Namespaces

 Basda
 These are contants that are used by the services internally.
 
 Basda::Microgate
 This is the BCU Service Interface.
 

Enumerations

enum  Basda::Microgate::OpCode {
  Basda::Microgate::MGP_OP_WRSAME_DSP = 0, Basda::Microgate::MGP_OP_RDSEQ_DSP = 2, Basda::Microgate::MGP_OP_RESET_DEVICES = 10, Basda::Microgate::MGP_OP_WR_SCIMEASURE_RAM = 135,
  Basda::Microgate::MGP_OP_WRSAME_SDRAM = 141, Basda::Microgate::MGP_OP_RDSEQ_SDRAM = 143, Basda::Microgate::MGP_OP_WRSAME_SRAM = 146, Basda::Microgate::MGP_OP_RDSEQ_SRAM = 148,
  Basda::Microgate::MGP_OP_WRITE_CCDI = 155, Basda::Microgate::MGP_OP_READ_CCDI = 156, Basda::Microgate::MGP_OP_WRSAME_DSP = 0, Basda::Microgate::MGP_OP_RDSEQ_DSP = 2,
  Basda::Microgate::MGP_OP_RESET_DEVICES = 10, Basda::Microgate::MGP_OP_WR_SCIMEASURE_RAM = 135, Basda::Microgate::MGP_OP_WRSAME_SDRAM = 141, Basda::Microgate::MGP_OP_RDSEQ_SDRAM = 143,
  Basda::Microgate::MGP_OP_WRSAME_SRAM = 146, Basda::Microgate::MGP_OP_RDSEQ_SRAM = 148, Basda::Microgate::MGP_OP_WRITE_CCDI = 155, Basda::Microgate::MGP_OP_READ_CCDI = 156,
  Basda::Microgate::MGP_OP_WRSAME_DSP = 0, Basda::Microgate::MGP_OP_RDSEQ_DSP = 2, Basda::Microgate::MGP_OP_RESET_DEVICES = 10, Basda::Microgate::MGP_OP_WR_SCIMEASURE_RAM = 135,
  Basda::Microgate::MGP_OP_WRSAME_SDRAM = 141, Basda::Microgate::MGP_OP_RDSEQ_SDRAM = 143, Basda::Microgate::MGP_OP_WRSAME_SRAM = 146, Basda::Microgate::MGP_OP_RDSEQ_SRAM = 148,
  Basda::Microgate::MGP_OP_WRITE_CCDI = 155, Basda::Microgate::MGP_OP_READ_CCDI = 156
}
 These op codes are valid numbers for the op code field in the MgpHeader. More...
 

Functions

bool Basda::Microgate::isWriteOpCode (OpCode opcode)
 
bool Basda::Microgate::isReadOpCode (OpCode opcode)