Home
last modified time | relevance | path

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

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_lpspi.c208 LPSPI_TCR_PRESCALE(tcrPrescaleValue) | LPSPI_TCR_PCS(masterConfig->whichPcs); in LPSPI_MasterInit()
269 …nfig->direction) | LPSPI_TCR_FRAMESZ(slaveConfig->bitsPerFrame - 1) | LPSPI_TCR_PCS(slaveConfig->w… in LPSPI_SlaveInit()
662 …R_CONT(isPcsContinuous) | LPSPI_TCR_CONTC(0) | LPSPI_TCR_RXMSK(isRxMask) | LPSPI_TCR_PCS(whichPcs); in LPSPI_MasterTransferBlocking()
840 LPSPI_TCR_PCS(whichPcs); in LPSPI_MasterTransferNonBlocking()
1205 LPSPI_TCR_PCS(whichPcs); in LPSPI_SlaveTransferNonBlocking()
Dfsl_lpspi_edma.c247 LPSPI_TCR_PCS(whichPcs); in LPSPI_MasterTransferEDMA()
697 LPSPI_TCR_CONTC(0U) | LPSPI_TCR_BYSW(handle->isByteSwap) | LPSPI_TCR_PCS(whichPcs); in LPSPI_SlaveTransferEDMA()
/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/
DRV32M1_ri5cy.h12011 #define LPSPI_TCR_PCS(x) (((uint32_t)(((uint32_t)(x)) << LPSPI_TCR_PCS_SHIF… macro
DRV32M1_zero_riscy.h12155 #define LPSPI_TCR_PCS(x) (((uint32_t)(((uint32_t)(x)) << LPSPI_TCR_PCS_SHIF… macro