Home
last modified time | relevance | path

Searched defs:tx_buf (Results 1 – 25 of 38) sorted by relevance

12

/bsp/samd21/sam_d2x_asflib/common/services/adp/sam/
A Dadp_interface_twi.c78 static enum status_code adp_interface_send(uint8_t* tx_buf, uint16_t length) in adp_interface_send()
122 void adp_interface_transceive_procotol(uint8_t* tx_buf, uint16_t length, uint8_t* rx_buf) in adp_interface_transceive_procotol()
A Dadp_interface_spi.c120 void adp_interface_transceive_procotol(uint8_t* tx_buf, uint16_t length, uint8_t* rx_buf) in adp_interface_transceive_procotol()
/bsp/samd21/sam_d2x_asflib/common/services/adp/sam0/
A Dadp_interface_twi.c77 static enum status_code adp_interface_send(uint8_t* tx_buf, uint16_t length) in adp_interface_send()
129 void adp_interface_transceive_procotol(uint8_t* tx_buf, uint16_t length, uint8_t* rx_buf) in adp_interface_transceive_procotol()
A Dadp_interface_spi.c126 void adp_interface_transceive_procotol(uint8_t* tx_buf, uint16_t length, uint8_t* rx_buf) in adp_interface_transceive_procotol()
/bsp/essemi/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/
A Dald_spi.c535 ald_status_t ald_spi_send_recv(spi_handle_t *hperh, uint8_t *tx_buf, uint8_t *rx_buf, uint16_t size… in ald_spi_send_recv()
810 ald_status_t ald_spi_send_recv_by_it(spi_handle_t *hperh, uint8_t *tx_buf, uint8_t *rx_buf, uint16_… in ald_spi_send_recv_by_it()
982 ald_status_t ald_spi_send_recv_by_dma(spi_handle_t *hperh, uint8_t *tx_buf, uint8_t *rx_buf, uint16… in ald_spi_send_recv_by_dma()
A Dald_usart.c1009 ald_status_t ald_usart_send_recv_sync(usart_handle_t *hperh, uint8_t *tx_buf, uint8_t *rx_buf, uint… in ald_usart_send_recv_sync()
1162 ald_status_t ald_usart_send_recv_by_it_sync(usart_handle_t *hperh, uint8_t *tx_buf, uint8_t *rx_buf… in ald_usart_send_recv_by_it_sync()
1352 ald_status_t ald_usart_send_recv_by_dma_sync(usart_handle_t *hperh, uint8_t *tx_buf, in ald_usart_send_recv_by_dma_sync()
/bsp/essemi/es32f369x/libraries/ES32F36xx_ALD_StdPeriph_Driver/Source/
A Dald_spi.c737 ald_status_t ald_spi_send_recv(spi_handle_t *hperh, uint8_t *tx_buf, uint8_t *rx_buf, uint16_t size… in ald_spi_send_recv()
976 ald_status_t ald_spi_send_recv_by_it(spi_handle_t *hperh, uint8_t *tx_buf, uint8_t *rx_buf, uint16_… in ald_spi_send_recv_by_it()
1188 ald_status_t ald_spi_send_recv_by_dma(spi_handle_t *hperh, uint8_t *tx_buf, uint8_t *rx_buf, uint16… in ald_spi_send_recv_by_dma()
/bsp/essemi/es32vf2264/libraries/ALD/ES32VF2264/Source/
A Dald_spi.c747 ald_status_t ald_spi_send_recv(ald_spi_handle_t *hperh, uint8_t *tx_buf, uint8_t *rx_buf, uint16_t … in ald_spi_send_recv()
986 ald_status_t ald_spi_send_recv_by_it(ald_spi_handle_t *hperh, uint8_t *tx_buf, uint8_t *rx_buf, uin… in ald_spi_send_recv_by_it()
1203 ald_status_t ald_spi_send_recv_by_dma(ald_spi_handle_t *hperh, uint8_t *tx_buf, uint8_t *rx_buf, ui… in ald_spi_send_recv_by_dma()
/bsp/hpmicro/libraries/drivers/
A Ddrv_spi.c327 uint8_t *tx_buf = (uint8_t*) msg->send_buf; in hpm_spi_xfer_polling() local
453 uint8_t *tx_buf = aligned_tx_buf; in hpm_spi_xfer_dma() local
A Ddrv_can.c526 can_transmit_buf_t tx_buf = { 0 }; in hpm_can_sendmsg() local
/bsp/cvitek/drivers/
A Ddrv_spi.c136 static rt_err_t dw_spi_transfer_one(struct dw_spi *dws, const void *tx_buf, void *rx_buf, uint32_t … in dw_spi_transfer_one()
/bsp/stm32/stm32mp157a-st-ev1/board/ports/
A Ddrv_fdcan.c249 rt_uint8_t i, rx_buf[8], tx_buf[8]; in fdcan_sample() local
/bsp/nxp/lpc/lpc55sxx/Libraries/drivers/
A Ddrv_st7796.c120 …rt_uint8_t tx_buf[5] = {0x2A, ((rt_uint8_t)(real_x_start >> 0x08U) & 0xFFU), (real_x_start & 0xFFU… in _st7796_window() local
/bsp/xuantie/libraries/xuantie_libraries/csi/csi2/include/drv/
A Di2s.h122 csi_ringbuf_t *tx_buf; ///< I2S send buffer member
/bsp/sam7x/drivers/
A Dsam7x_emac.c68 static rt_uint8_t tx_buf[TB_BUFFER_SIZE][ETH_TX_BUF_SIZE] __attribute__ ((aligned (8))); variable
/bsp/qemu-vexpress-a9/drivers/
A Ddrv_smc911x.c392 static uint8_t tx_buf[2048]; variable
/bsp/essemi/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/
A Dald_smartcard.h158 uint8_t *tx_buf; /**< Pointer to SmartCard Tx transfer Buffer */ member
/bsp/efm32/
A Ddrv_usart.c598 rt_uint8_t *tx_buf = *((rt_uint8_t **)(buffer + inst_len + 1)); in rt_usart_write() local
/bsp/hpmicro/libraries/hpm_sdk/drivers/inc/
A Dhpm_mipi_dsi_drv.h115 const void *tx_buf; /*!< data to be written */ member
/bsp/ck802/libraries/common/iic/
A Ddw_iic.c46 void *tx_buf; member
/bsp/allwinner/libraries/sunxi-hal/include/hal/
A Dsunxi_hal_spi.h55 const uint8_t *tx_buf; /**< Data buffer to send, */ member
/bsp/hc32/libraries/hc32_drivers/
A Ddrv_qspi.c727 const rt_uint8_t *tx_buf = message->parent.send_buf; in hc32_qspi_write() local
/bsp/ck802/libraries/common/usart/
A Ddw_usart.c63 uint8_t *tx_buf; member
/bsp/essemi/es32f369x/libraries/ES32F36xx_ALD_StdPeriph_Driver/Include/
A Dald_i2s.h225 uint16_t *tx_buf; /**< Pointer to I2S Tx transfer buffer */ member
/bsp/essemi/es32vf2264/libraries/ALD/ES32VF2264/Include/
A Dald_i2s.h237 uint16_t *tx_buf; /**< Pointer to I2S Tx transfer buffer */ member

Completed in 60 milliseconds

12