This commit is contained in:
parent
d5ca0f9f5e
commit
c784d1251b
@ -469,11 +469,6 @@ bool PdecHandler::newTcReceived() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void PdecHandler::doPeriodicWork() {
|
void PdecHandler::doPeriodicWork() {
|
||||||
// scuffed test code
|
|
||||||
// if(testCntr < 30) {
|
|
||||||
// triggerEvent(pdec::INVALID_TC_FRAME, FRAME_DIRTY_RETVAL);
|
|
||||||
// testCntr++;
|
|
||||||
// }
|
|
||||||
checkLocks();
|
checkLocks();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -52,9 +52,7 @@ class PdecHandler : public SystemObject,
|
|||||||
public:
|
public:
|
||||||
static constexpr dur_millis_t IRQ_TIMEOUT_MS = 500;
|
static constexpr dur_millis_t IRQ_TIMEOUT_MS = 500;
|
||||||
static constexpr uint32_t PDEC_CFG_MEM_SIZE = 0x1000;
|
static constexpr uint32_t PDEC_CFG_MEM_SIZE = 0x1000;
|
||||||
// static constexpr uint32_t PDEC_CFG_MEM_PHY_ADDR = 0x24000000;
|
|
||||||
static constexpr uint32_t PDEC_RAM_SIZE = 0x10000;
|
static constexpr uint32_t PDEC_RAM_SIZE = 0x10000;
|
||||||
// static constexpr uint32_t PDEC_RAM_PHY_ADDR = 0x26000000;
|
|
||||||
|
|
||||||
enum class Modes { POLLED, IRQ };
|
enum class Modes { POLLED, IRQ };
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user