Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/lpspi/
Dfsl_lpspi.c635 void LPSPI_MasterSetDelayScaler(LPSPI_Type *base, uint32_t scaler, lpspi_delay_type_t whichDelay) argument
645 switch (whichDelay)
660 switch (whichDelay)
710 lpspi_delay_type_t whichDelay, argument
736 if (whichDelay == kLPSPI_BetweenTransfer)
776 LPSPI_MasterSetDelayScaler(base, 0, whichDelay);
812 LPSPI_MasterSetDelayScaler(base, bestScaler, whichDelay);
Dfsl_lpspi.h949 void LPSPI_MasterSetDelayScaler(LPSPI_Type *base, uint32_t scaler, lpspi_delay_type_t whichDelay);
981 lpspi_delay_type_t whichDelay,
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/dspi/
Dfsl_dspi.h824 …spi_ctar_selection_t whichCtar, uint32_t prescaler, uint32_t scaler, dspi_delay_type_t whichDelay);
853 dspi_delay_type_t whichDelay,
Dfsl_dspi.c519 …dspi_ctar_selection_t whichCtar, uint32_t prescaler, uint32_t scaler, dspi_delay_type_t whichDelay) in DSPI_MasterSetDelayScaler() argument
524 switch (whichDelay) in DSPI_MasterSetDelayScaler()
573 dspi_delay_type_t whichDelay, in DSPI_MasterSetDelayTimes() argument
607 DSPI_MasterSetDelayScaler(base, whichCtar, 0, 0, whichDelay); in DSPI_MasterSetDelayTimes()
646 DSPI_MasterSetDelayScaler(base, whichCtar, bestPrescaler, bestScaler, whichDelay); in DSPI_MasterSetDelayTimes()