1#ifndef BMNNDETADDRESSMIXIN_H
2#define BMNNDETADDRESSMIXIN_H
interface to use the address methods
uint32_t GetColumnId() const
uint32_t GetSystemId() const
uint32_t GetRowId() const
uint32_t GetArmId() const
uint32_t GetLayerId() const
static uint32_t GetRowId(uint32_t address)
Return Row id from address.
static uint32_t GetSystemId(uint32_t address)
Return System identifier from address.
static uint32_t GetColumnId(uint32_t address)
Return Column id from address.
static uint32_t GetArmId(uint32_t address)
Return Arm id from address.
static uint32_t GetLayerId(uint32_t address)
Return Layer id from address.