Home
last modified time | relevance | path

Searched refs:delayTimeInNanoSec (Results 1 – 6 of 6) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/dspi/
Dfsl_dspi.c587 uint32_t delayTimeInNanoSec) in DSPI_MasterSetDelayTimes() argument
617 if (initialDelayNanoSec >= delayTimeInNanoSec) in DSPI_MasterSetDelayTimes()
633 if (realDelay >= delayTimeInNanoSec) in DSPI_MasterSetDelayTimes()
635 diff = realDelay - delayTimeInNanoSec; in DSPI_MasterSetDelayTimes()
Dfsl_dspi.h886 uint32_t delayTimeInNanoSec);
/hal_nxp-latest/mcux/mcux-sdk/drivers/lpflexcomm/lpspi/
Dfsl_lpspi.c662 uint32_t delayTimeInNanoSec, argument
727 if (initialDelayNanoSec >= delayTimeInNanoSec)
751 if (realDelay >= delayTimeInNanoSec)
753 diff = (uint32_t)(realDelay - (uint64_t)delayTimeInNanoSec);
Dfsl_lpspi.h955 uint32_t delayTimeInNanoSec,
/hal_nxp-latest/mcux/mcux-sdk/drivers/lpspi/
Dfsl_lpspi.c732 uint32_t delayTimeInNanoSec, argument
797 if (initialDelayNanoSec >= delayTimeInNanoSec)
821 if (realDelay >= delayTimeInNanoSec)
823 diff = (uint32_t)(realDelay - (uint64_t)delayTimeInNanoSec);
Dfsl_lpspi.h1001 uint32_t delayTimeInNanoSec,