TwiceAsNice  2019-02-18
Namespaces | Functions
BcuDriver.cpp File Reference
#include "Microgate/Driver/BcuDriver.h"
#include "Microgate/Mgp/Assertions.h"
#include <boost/make_shared.hpp>
#include <boost/numeric/conversion/cast.hpp>
Include dependency graph for BcuDriver.cpp:

Namespaces

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

Functions

BcuReadRequestPtr Basda::Microgate::fromDsp (uint8_t firstDsp, uint8_t lastDsp, int32_t address, uint16_t lengthInDword)
 
BcuReadRequestPtr Basda::Microgate::fromCcdi (uint8_t firstDsp, uint8_t lastDsp, int32_t address, uint16_t lengthInDword)
 
BcuReadRequestPtr Basda::Microgate::fromSram (uint8_t firstDsp, uint8_t lastDsp, int32_t address, uint16_t lengthInDword)
 
BcuReadRequestPtr Basda::Microgate::fromSdram (uint8_t firstDsp, uint8_t lastDsp, int32_t address, uint16_t lengthInDword)
 
BcuWriteRequestPtr Basda::Microgate::toCcdi (uint8_t firstDsp, uint8_t lastDsp, int32_t address, const MemoryBufferPtr &buffer)
 
BcuWriteRequestPtr Basda::Microgate::toDsp (uint8_t firstDsp, uint8_t lastDsp, int32_t address, const MemoryBufferPtr &buffer)
 
BcuWriteRequestPtr Basda::Microgate::toSram (uint8_t firstDsp, uint8_t lastDsp, int32_t address, const MemoryBufferPtr &buffer)
 
BcuWriteRequestPtr Basda::Microgate::toSdram (uint8_t firstDsp, uint8_t lastDsp, int32_t address, const MemoryBufferPtr &buffer)
 
BcuWriteRequestPtr Basda::Microgate::toReset (uint8_t firstDsp, uint8_t lastDsp, int32_t address, const MemoryBufferPtr &buffer)