Searched refs:delayTimeInNanoSec (Results 1 – 6 of 6) sorted by relevance
587 uint32_t delayTimeInNanoSec) in DSPI_MasterSetDelayTimes() argument617 if (initialDelayNanoSec >= delayTimeInNanoSec) in DSPI_MasterSetDelayTimes()633 if (realDelay >= delayTimeInNanoSec) in DSPI_MasterSetDelayTimes()635 diff = realDelay - delayTimeInNanoSec; in DSPI_MasterSetDelayTimes()
886 uint32_t delayTimeInNanoSec);
662 uint32_t delayTimeInNanoSec, argument727 if (initialDelayNanoSec >= delayTimeInNanoSec)751 if (realDelay >= delayTimeInNanoSec)753 diff = (uint32_t)(realDelay - (uint64_t)delayTimeInNanoSec);
955 uint32_t delayTimeInNanoSec,
732 uint32_t delayTimeInNanoSec, argument797 if (initialDelayNanoSec >= delayTimeInNanoSec)821 if (realDelay >= delayTimeInNanoSec)823 diff = (uint32_t)(realDelay - (uint64_t)delayTimeInNanoSec);
1001 uint32_t delayTimeInNanoSec,