Searched refs:whichDelay (Results 1 – 4 of 4) sorted by relevance
| /bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/ |
| A D | fsl_lpspi.c | 409 void LPSPI_MasterSetDelayScaler(LPSPI_Type *base, uint32_t scaler, lpspi_delay_type_t whichDelay) in LPSPI_MasterSetDelayScaler() argument 412 switch (whichDelay) in LPSPI_MasterSetDelayScaler() 434 lpspi_delay_type_t whichDelay, in LPSPI_MasterSetDelayTimes() argument 460 if (whichDelay == kLPSPI_BetweenTransfer) in LPSPI_MasterSetDelayTimes() 500 LPSPI_MasterSetDelayScaler(base, 0, whichDelay); in LPSPI_MasterSetDelayTimes() 532 LPSPI_MasterSetDelayScaler(base, bestScaler, whichDelay); in LPSPI_MasterSetDelayTimes()
|
| A D | fsl_lpspi.h | 844 void LPSPI_MasterSetDelayScaler(LPSPI_Type *base, uint32_t scaler, lpspi_delay_type_t whichDelay); 876 lpspi_delay_type_t whichDelay,
|
| /bsp/frdm-k64f/device/MK64F12/ |
| A D | fsl_dspi.c | 377 …dspi_ctar_selection_t whichCtar, uint32_t prescaler, uint32_t scaler, dspi_delay_type_t whichDelay) in DSPI_MasterSetDelayScaler() argument 382 switch (whichDelay) in DSPI_MasterSetDelayScaler() 404 dspi_delay_type_t whichDelay, in DSPI_MasterSetDelayTimes() argument 438 DSPI_MasterSetDelayScaler(base, whichCtar, 0, 0, whichDelay); in DSPI_MasterSetDelayTimes() 468 DSPI_MasterSetDelayScaler(base, whichCtar, bestPrescaler, bestScaler, whichDelay); in DSPI_MasterSetDelayTimes()
|
| A D | fsl_dspi.h | 818 …spi_ctar_selection_t whichCtar, uint32_t prescaler, uint32_t scaler, dspi_delay_type_t whichDelay); 847 dspi_delay_type_t whichDelay,
|
Completed in 16 milliseconds