Searched defs:txData (Results 1 – 17 of 17) sorted by relevance
25 uint8_t txData = (uint8_t)kMIPI_DCS_SoftReset; in MIPI_DSI_DCS_SoftReset() local38 uint8_t txData; in MIPI_DSI_DCS_SetDisplayOn() local62 uint8_t txData[2]; in MIPI_DSI_DCS_SetPixelFormat() local78 uint8_t txData; in MIPI_DSI_DCS_EnterSleepMode() local100 uint8_t txData; in MIPI_DSI_DCS_EnterPartialMode() local122 uint8_t txData; in MIPI_DSI_DCS_EnterInvertMode() local144 uint8_t txData; in MIPI_DSI_DCS_EnterIdleMode() local163 status_t MIPI_DSI_DCS_Write(mipi_dsi_device_t *device, const uint8_t *txData, int32_t txDataSize) in MIPI_DSI_DCS_Write()192 status_t MIPI_DSI_GenericWrite(mipi_dsi_device_t *device, const uint8_t *txData, int32_t txDataSize) in MIPI_DSI_GenericWrite()273 uint8_t txData[2]; in MIPI_DSI_ReadCMD() local[all …]
94 uint8_t *volatile txData; /*!< Send buffer. */ member118 uint8_t *volatile txData; /*!< Send buffer. */ member
354 uint8_t *txData; /*!< Send buffer. */ member376 uint8_t *volatile txData; /*!< Send buffer. */ member394 uint8_t *volatile txData; /*!< Send buffer. */ member
199 uint8_t *volatile txData; /*!< Address of remaining data to send. */ member
591 uint8_t *txData; in DSPI_MasterTransferBlocking() local
493 const uint32_t *txData; /*!< Data buffer to write */ member
75 uint8_t *volatile txData; /*!< Send buffer. */ member120 uint8_t *volatile txData; /*!< Send buffer. */ member
139 uint8_t *txData; /*!< Send buffer. */ member166 uint8_t *txData; /*!< Transfer buffer. */ member
335 uint8_t *txData; /*!< Send buffer. */ member360 uint8_t *volatile txData; /*!< Send buffer. */ member390 uint8_t *volatile txData; /*!< Send buffer. */ member
627 uint8_t *txData = transfer->txData; in LPSPI_MasterTransferBlocking() local1491 static uint32_t LPSPI_CombineWriteData(uint8_t *txData, uint32_t bytesEachWrite, bool isByteSwap) in LPSPI_CombineWriteData()
289 void FLEXIO_UART_WriteBlocking(FLEXIO_UART_Type *base, const uint8_t *txData, size_t txSize) in FLEXIO_UART_WriteBlocking()
108 uint8_t *volatile txData; /*!< Address of remaining data to send. */ member
229 uint8_t *volatile txData; /*!< Address of remaining data to send. */ member
531 const uint32_t *txData; /*!< Data buffer to write */ member
458 const uint32_t *txData; /*!< Data buffer to write */ member
467 const uint32_t *txData; /*!< SDH data buffer to write */ member
466 const uint32_t *txData; /*!< SDH data buffer to write */ member
Completed in 60 milliseconds