Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/dspi/
Dfsl_dspi.c575 uint32_t delayTimeInNanoSec) in DSPI_MasterSetDelayTimes() argument
605 if (initialDelayNanoSec >= delayTimeInNanoSec) in DSPI_MasterSetDelayTimes()
621 if (realDelay >= delayTimeInNanoSec) in DSPI_MasterSetDelayTimes()
623 diff = realDelay - delayTimeInNanoSec; in DSPI_MasterSetDelayTimes()
Dfsl_dspi.h855 uint32_t delayTimeInNanoSec);
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/lpspi/
Dfsl_lpspi.c709 uint32_t delayTimeInNanoSec, argument
774 if (initialDelayNanoSec >= delayTimeInNanoSec)
798 if (realDelay >= delayTimeInNanoSec)
800 diff = (uint32_t)(realDelay - (uint64_t)delayTimeInNanoSec);
Dfsl_lpspi.h980 uint32_t delayTimeInNanoSec,