NVME_TIMO_DELAYNS
for (us = ms * 1000; ms == 0 || us > 0; us -= NVME_TIMO_DELAYNS) {
delay(NVME_TIMO_DELAYNS);