Home
last modified time | relevance | path

Searched refs:txbuf (Results 1 – 20 of 20) sorted by relevance

/bsp/nuvoton/nk-rtu980/board/
A Dboard_dev.c201 char txbuf[16]; in test_rs485() local
219 rt_snprintf(&txbuf[0], sizeof(txbuf), "Hello World!\r\n"); in test_rs485()
220 str_len = rt_strlen(txbuf); in test_rs485()
223 ret = rt_device_write(serial, 0, &txbuf[0], str_len); in test_rs485()
/bsp/microchip/samc21/bsp/hal/include/
A Dhpl_spi.h61 uint8_t *txbuf; member
132 uint8_t *txbuf; member
A Dhpl_spi_m_dma.h173 int32_t _spi_m_dma_transfer(struct _spi_m_dma_dev *dev, uint8_t const *txbuf, uint8_t *const rxbuf,
/bsp/microchip/samd51-seeed-wio-terminal/bsp/hal/include/
A Dhpl_spi.h61 uint8_t *txbuf; member
132 uint8_t *txbuf; member
A Dhpl_spi_m_dma.h173 int32_t _spi_m_dma_transfer(struct _spi_m_dma_dev *dev, uint8_t const *txbuf, uint8_t *const rxbuf,
/bsp/microchip/saml10/bsp/hal/include/
A Dhpl_spi.h61 uint8_t *txbuf; member
132 uint8_t *txbuf; member
A Dhpl_spi_m_dma.h173 int32_t _spi_m_dma_transfer(struct _spi_m_dma_dev *dev, uint8_t const *txbuf, uint8_t *const rxbuf,
/bsp/microchip/same54/bsp/hal/include/
A Dhpl_spi.h61 uint8_t *txbuf; member
132 uint8_t *txbuf; member
A Dhpl_spi_m_dma.h173 int32_t _spi_m_dma_transfer(struct _spi_m_dma_dev *dev, uint8_t const *txbuf, uint8_t *const rxbuf,
/bsp/microchip/samd51-adafruit-metro-m4/bsp/hal/include/
A Dhpl_spi.h61 uint8_t *txbuf; member
132 uint8_t *txbuf; member
A Dhpl_spi_m_dma.h173 int32_t _spi_m_dma_transfer(struct _spi_m_dma_dev *dev, uint8_t const *txbuf, uint8_t *const rxbuf,
/bsp/nuvoton/nk-n9h30/board/
A Dboard_dev.c386 char txbuf[16]; in test_rs485() local
407 rt_snprintf(&txbuf[0], sizeof(txbuf), "Hello World!\r\n"); in test_rs485()
408 str_len = rt_strlen(txbuf); in test_rs485()
411 ret = rt_device_write(serial, 0, &txbuf[0], str_len); in test_rs485()
/bsp/microchip/same70/bsp/hal/include/
A Dhpl_usart_dma.h213 int32_t _usart_dma_write(struct _usart_dma_device *const device, uint8_t const *txbuf, const uint16…
/bsp/nxp/lpc/lpc178x/drivers/
A Dlpc177x_8x_uart.c479 uint32_t UART_Send(LPC_UART_TypeDef *UARTx, uint8_t *txbuf, in UART_Send() argument
483 uint8_t *pChar = txbuf; in UART_Send()
A Dlpc177x_8x_uart.h638 uint32_t UART_Send(LPC_UART_TypeDef *UARTx, uint8_t *txbuf,
/bsp/microchip/samd51-adafruit-metro-m4/bsp/hpl/sercom/
A Dhpl_sercom.c2714 uint8_t *txbuf; member
2759 if (ctrl->txbuf) { in _spi_tx_check_and_send()
2760 data = *ctrl->txbuf++; in _spi_tx_check_and_send()
2763 data |= (*ctrl->txbuf) << 8; in _spi_tx_check_and_send()
2764 ctrl->txbuf++; in _spi_tx_check_and_send()
2790 struct _spi_trans_ctrl ctrl = {msg->txbuf, msg->rxbuf, 0, 0, dev->char_size}; in _spi_m_sync_trans()
/bsp/microchip/samc21/bsp/hpl/sercom/
A Dhpl_sercom.c2733 uint8_t *txbuf; member
2778 if (ctrl->txbuf) { in _spi_tx_check_and_send()
2779 data = *ctrl->txbuf++; in _spi_tx_check_and_send()
2782 data |= (*ctrl->txbuf) << 8; in _spi_tx_check_and_send()
2783 ctrl->txbuf++; in _spi_tx_check_and_send()
2809 struct _spi_trans_ctrl ctrl = {msg->txbuf, msg->rxbuf, 0, 0, dev->char_size}; in _spi_m_sync_trans()
/bsp/microchip/samd51-seeed-wio-terminal/bsp/hpl/sercom/
A Dhpl_sercom.c2714 uint8_t *txbuf; member
2759 if (ctrl->txbuf) { in _spi_tx_check_and_send()
2760 data = *ctrl->txbuf++; in _spi_tx_check_and_send()
2763 data |= (*ctrl->txbuf) << 8; in _spi_tx_check_and_send()
2764 ctrl->txbuf++; in _spi_tx_check_and_send()
2790 struct _spi_trans_ctrl ctrl = {msg->txbuf, msg->rxbuf, 0, 0, dev->char_size}; in _spi_m_sync_trans()
/bsp/microchip/saml10/bsp/hpl/sercom/
A Dhpl_sercom.c2714 uint8_t *txbuf; member
2759 if (ctrl->txbuf) { in _spi_tx_check_and_send()
2760 data = *ctrl->txbuf++; in _spi_tx_check_and_send()
2763 data |= (*ctrl->txbuf) << 8; in _spi_tx_check_and_send()
2764 ctrl->txbuf++; in _spi_tx_check_and_send()
2790 struct _spi_trans_ctrl ctrl = {msg->txbuf, msg->rxbuf, 0, 0, dev->char_size}; in _spi_m_sync_trans()
/bsp/microchip/same54/bsp/hpl/sercom/
A Dhpl_sercom.c2787 uint8_t *txbuf; member
2832 if (ctrl->txbuf) { in _spi_tx_check_and_send()
2833 data = *ctrl->txbuf++; in _spi_tx_check_and_send()
2836 data |= (*ctrl->txbuf) << 8; in _spi_tx_check_and_send()
2837 ctrl->txbuf++; in _spi_tx_check_and_send()
2863 struct _spi_trans_ctrl ctrl = {msg->txbuf, msg->rxbuf, 0, 0, dev->char_size}; in _spi_m_sync_trans()

Completed in 50 milliseconds