Home
last modified time | relevance | path

Searched defs:isByteSwap (Results 1 – 4 of 4) sorted by relevance

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_lpspi.c646 bool isByteSwap = (bool)(transfer->configFlags & kLPSPI_MasterByteSwap); in LPSPI_MasterTransferBlocking() local
1491 static uint32_t LPSPI_CombineWriteData(uint8_t *txData, uint32_t bytesEachWrite, bool isByteSwap) in LPSPI_CombineWriteData()
1575 …LPSPI_SeparateReadData(uint8_t *rxData, uint32_t readData, uint32_t bytesEachRead, bool isByteSwap) in LPSPI_SeparateReadData()
Dfsl_lpspi_edma.h63 volatile bool isByteSwap; /*!< A flag that whether should byte swap. */ member
106 volatile bool isByteSwap; /*!< A flag that whether should byte swap. */ member
Dfsl_lpspi.h351 volatile bool isByteSwap; /*!< A flag that whether should byte swap. */ member
381 volatile bool isByteSwap; /*!< A flag that whether should byte swap. */ member
Dfsl_lpspi_edma.c80 …I_SeparateEdmaReadData(uint8_t *rxData, uint32_t readData, uint32_t bytesEachRead, bool isByteSwap) in LPSPI_SeparateEdmaReadData()