PAPB multi-byte write support #543

Merged
muellerr merged 8 commits from papb_multi_byte_write_support into develop 2023-03-31 18:37:14 +02:00
Showing only changes of commit 2f9de8c36e - Show all commits

@ -101,7 +101,7 @@ void PapbVcInterface::completePacketTransfer() { *vcBaseReg = CONFIG_END; }
ReturnValue_t PapbVcInterface::pollInterfaceReadiness(uint32_t maxPollRetries,
bool checkReadyState) const {
uint32_t busyIdx = 0;
nextDelay.tv_nsec = FIRST_NON_NULL_DELAY_NS;
nextDelay.tv_nsec = FIRST_DELAY_PAPB_POLLING_NS;
while (true) {
// Check if PAPB interface is ready to receive data. Use the configuration register for this.