Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/lpflexcomm/lpspi/
Dfsl_lpspi.c588 void LPSPI_MasterSetDelayScaler(LPSPI_Type *base, uint32_t scaler, lpspi_delay_type_t whichDelay) argument
598 switch (whichDelay)
613 switch (whichDelay)
663 lpspi_delay_type_t whichDelay, argument
689 if (whichDelay == kLPSPI_BetweenTransfer)
729 LPSPI_MasterSetDelayScaler(base, 0, whichDelay);
765 LPSPI_MasterSetDelayScaler(base, bestScaler, whichDelay);
Dfsl_lpspi.h924 void LPSPI_MasterSetDelayScaler(LPSPI_Type *base, uint32_t scaler, lpspi_delay_type_t whichDelay);
956 lpspi_delay_type_t whichDelay,
/hal_nxp-latest/mcux/mcux-sdk/drivers/lpspi/
Dfsl_lpspi.c658 void LPSPI_MasterSetDelayScaler(LPSPI_Type *base, uint32_t scaler, lpspi_delay_type_t whichDelay) argument
668 switch (whichDelay)
683 switch (whichDelay)
733 lpspi_delay_type_t whichDelay, argument
759 if (whichDelay == kLPSPI_BetweenTransfer)
799 LPSPI_MasterSetDelayScaler(base, 0, whichDelay);
835 LPSPI_MasterSetDelayScaler(base, bestScaler, whichDelay);
Dfsl_lpspi.h970 void LPSPI_MasterSetDelayScaler(LPSPI_Type *base, uint32_t scaler, lpspi_delay_type_t whichDelay);
1002 lpspi_delay_type_t whichDelay,
/hal_nxp-latest/mcux/mcux-sdk/drivers/dspi/
Dfsl_dspi.c531 …dspi_ctar_selection_t whichCtar, uint32_t prescaler, uint32_t scaler, dspi_delay_type_t whichDelay) in DSPI_MasterSetDelayScaler() argument
536 switch (whichDelay) in DSPI_MasterSetDelayScaler()
585 dspi_delay_type_t whichDelay, in DSPI_MasterSetDelayTimes() argument
619 DSPI_MasterSetDelayScaler(base, whichCtar, 0, 0, whichDelay); in DSPI_MasterSetDelayTimes()
658 DSPI_MasterSetDelayScaler(base, whichCtar, bestPrescaler, bestScaler, whichDelay); in DSPI_MasterSetDelayTimes()
Dfsl_dspi.h855 …spi_ctar_selection_t whichCtar, uint32_t prescaler, uint32_t scaler, dspi_delay_type_t whichDelay);
884 dspi_delay_type_t whichDelay,