Searched refs:whichDelay (Results 1 – 4 of 4) sorted by relevance
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/lpspi/ |
D | fsl_lpspi.c | 635 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);
|
D | fsl_lpspi.h | 949 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/ |
D | fsl_dspi.h | 824 …spi_ctar_selection_t whichCtar, uint32_t prescaler, uint32_t scaler, dspi_delay_type_t whichDelay); 853 dspi_delay_type_t whichDelay,
|
D | fsl_dspi.c | 519 …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()
|