Searched refs:whichDelay (Results 1 – 2 of 2) sorted by relevance
| /hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/ |
| 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()
|
| 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,
|