| /bsp/samd21/sam_d2x_asflib/common/components/crypto/sha204/ |
| A D | sha204_command_marshaling.c | 168 .tx_buffer = args->tx_buffer, in sha204m_execute() 321 .tx_buffer = args->tx_buffer, in sha204m_check_mac() 354 .tx_buffer = args->tx_buffer, in sha204m_derive_key() 382 .tx_buffer = args->tx_buffer, in sha204m_dev_rev() 419 .tx_buffer = args->tx_buffer, in sha204m_gen_dig() 448 .tx_buffer = args->tx_buffer, in sha204m_hmac() 475 .tx_buffer = args->tx_buffer, in sha204m_lock() 507 .tx_buffer = args->tx_buffer, in sha204m_mac() 550 .tx_buffer = args->tx_buffer, in sha204m_nonce() 579 .tx_buffer = args->tx_buffer, in sha204m_pause() [all …]
|
| A D | sha204_command_marshaling.h | 369 uint8_t *tx_buffer; //!< pointer to send buffer member 382 uint8_t *tx_buffer; //!< pointer to send buffer member 393 uint8_t *tx_buffer; //!< pointer to send buffer member 401 uint8_t *tx_buffer; //!< pointer to send buffer member 412 uint8_t *tx_buffer; //!< pointer to send buffer member 422 uint8_t *tx_buffer; //!< pointer to send buffer member 432 uint8_t *tx_buffer; //!< pointer to send buffer member 443 uint8_t *tx_buffer; //!< pointer to send buffer member 453 uint8_t *tx_buffer; //!< pointer to send buffer member 462 uint8_t *tx_buffer; //!< pointer to send buffer member [all …]
|
| A D | sha204_comm.c | 198 uint8_t count = args->tx_buffer[SHA204_BUFFER_POS_COUNT]; in sha204c_send_and_receive() 202 sha204c_calculate_crc(count_minus_crc, args->tx_buffer, args->tx_buffer + count_minus_crc); in sha204c_send_and_receive() 210 ret_code = sha204p_send_command(count, args->tx_buffer); in sha204c_send_and_receive()
|
| A D | sha204_comm.h | 89 uint8_t *tx_buffer; //!< pointer to send buffer member
|
| /bsp/CME_M7/drivers/ |
| A D | emac.c | 114 static struct eth_tx_buffer tx_buffer[ETH_TXBUFNB]; variable 144 ETH_TX_DESC *desc = &tx_buffer[0].desc; in TxDescChainInit() 149 desc->bufAddr = (uint32_t)tx_buffer[i].buffer; in TxDescChainInit() 152 desc->nextDescAddr = (uint32_t)&tx_buffer[0].desc; in TxDescChainInit() 154 desc->nextDescAddr = (uint32_t)&tx_buffer[i+1].desc; in TxDescChainInit() 159 ETH_SetTxDescRing(&tx_buffer[0].desc); in TxDescChainInit()
|
| /bsp/stm32/stm32mp157a-st-ev1/board/ports/ |
| A D | drv_spdifrx.c | 252 static rt_uint16_t tx_buffer[64] = { in spdifrx_sample() local 275 dump_hex((rt_uint8_t *)tx_buffer, size); in spdifrx_sample() 279 rt_device_write(dev, 0, tx_buffer, size); in spdifrx_sample() 285 if (((rx_buffer[size] & 0x00ffff00) >> 8) != (tx_buffer[size])) in spdifrx_sample()
|
| /bsp/at91/at91sam9260/drivers/ |
| A D | macb.c | 131 void *tx_buffer; member 640 bufptr = macb->tx_buffer + tx_head * 1536; in rt_macb_tx() 642 mapping = (unsigned long)macb->tx_buffer + tx_head * 1536; in rt_macb_tx() 789 macb->tx_buffer = (char *) macb->tx_ring + TX_RING_BYTES; in macb_initialize() 798 macb->tx_buffer = rt_malloc(MACB_TX_BUFFER_SIZE); in macb_initialize() 799 if (macb->tx_buffer == RT_NULL) in macb_initialize() 801 macb->tx_buffer_dma = emac_virt_to_phys((unsigned long)macb->tx_buffer); in macb_initialize() 845 rt_free(macb->tx_buffer); in macb_initialize() 846 macb->tx_buffer = RT_NULL; in macb_initialize()
|
| /bsp/at91/at91sam9g45/drivers/ |
| A D | macb.c | 131 void *tx_buffer; member 640 bufptr = macb->tx_buffer + tx_head * 1536; in rt_macb_tx() 642 mapping = (unsigned long)macb->tx_buffer + tx_head * 1536; in rt_macb_tx() 789 macb->tx_buffer = (char *) macb->tx_ring + TX_RING_BYTES; in macb_initialize() 798 macb->tx_buffer = rt_malloc(MACB_TX_BUFFER_SIZE); in macb_initialize() 799 if (macb->tx_buffer == RT_NULL) in macb_initialize() 801 macb->tx_buffer_dma = emac_virt_to_phys((unsigned long)macb->tx_buffer); in macb_initialize() 845 rt_free(macb->tx_buffer); in macb_initialize() 846 macb->tx_buffer = RT_NULL; in macb_initialize()
|
| /bsp/ft2004/drivers/ |
| A D | drv_eth.c | 39 rt_uint8_t *tx_buffer; /* Buffer for TxDesc */ member 97 pOsGmac->tx_buffer = rt_calloc(1, TX_DESCNUM * GMAC_MAX_PACKET_SIZE); in rt_gmacmem_create() 98 if (pOsGmac->tx_buffer == NULL) in rt_gmacmem_create() 132 if (pOsGmac->tx_buffer) in rt_gmacmem_free() 134 rt_free(pOsGmac->tx_buffer); in rt_gmacmem_free() 190 …FGmac_DmaTxDescRingInit(pGmac, pGmac->TxDesc, pOsMac->tx_buffer, GMAC_MAX_PACKET_SIZE, TX_DESCNUM); in rt_ft2004_gmac_start()
|
| /bsp/fujitsu/mb9x/mb9bf568r/drivers/ |
| A D | serial.c | 40 rt_memset(uart->int_tx->tx_buffer, 0, in rt_serial_init() 41 sizeof(uart->int_tx->tx_buffer)); in rt_serial_init() 184 uart->int_tx->tx_buffer[uart->int_tx->save_index] = *ptr++; in rt_serial_write()
|
| A D | serial.h | 69 rt_uint8_t tx_buffer[UART_TX_BUFFER_SIZE]; member
|
| /bsp/nrf5x/libraries/drivers/ |
| A D | drv_uarte.c | 23 uint8_t tx_buffer[1]; member 249 p_cb->tx_buffer[0] = c; in _uart_putc() 250 nrfx_uarte_tx(&(p_cb->uarte_instance),p_cb->tx_buffer,1); in _uart_putc()
|
| /bsp/smartfusion2/libraries/mss_uart/ |
| A D | mss_uart.c | 353 this_uart->tx_buffer = pbuff; in MSS_UART_irq_tx() 685 this_uart->tx_buffer = (const uint8_t *)0; in MSS_UART_set_tx_handler() 735 const uint8_t * tx_buffer, in MSS_UART_fill_tx_fifo() argument 743 ASSERT(tx_buffer != ( (uint8_t *)0)); in MSS_UART_fill_tx_fifo() 749 (tx_buffer != ((uint8_t *)0)) && in MSS_UART_fill_tx_fifo() 768 this_uart->hw_reg->THR = tx_buffer[size_sent]; in MSS_UART_fill_tx_fifo() 1555 this_uart->tx_buffer = (const uint8_t *)0; in global_init() 1714 ASSERT(( (uint8_t *)0 ) != this_uart->tx_buffer); in default_tx_handler() 1718 (((uint8_t *)0 ) != this_uart->tx_buffer) && in default_tx_handler() 1745 this_uart->hw_reg->THR = this_uart->tx_buffer[this_uart->tx_idx]; in default_tx_handler()
|
| A D | mss_uart.h | 515 const uint8_t * tx_buffer; /*!< Pointer to transmit buffer. */ member 1873 const uint8_t * tx_buffer,
|
| /bsp/Infineon/psoc6-pioneerkit_modus/drivers/ |
| A D | uart.c | 28 rt_memset(uart->int_tx->tx_buffer, 0, in rt_uart_init() 29 sizeof(uart->int_tx->tx_buffer)); in rt_uart_init() 175 uart->int_tx->tx_buffer[uart->int_tx->save_index] = *ptr++; in rt_uart_write()
|
| A D | uart.h | 25 rt_uint8_t tx_buffer[UART_TX_BUFFER_SIZE]; member
|
| /bsp/fujitsu/mb9x/mb9bf618s/drivers/ |
| A D | serial.c | 40 rt_memset(uart->int_tx->tx_buffer, 0, in rt_serial_init() 41 sizeof(uart->int_tx->tx_buffer)); in rt_serial_init() 184 uart->int_tx->tx_buffer[uart->int_tx->save_index] = *ptr++; in rt_serial_write()
|
| A D | serial.h | 69 rt_uint8_t tx_buffer[UART_TX_BUFFER_SIZE]; member
|
| /bsp/stm32/stm32mp157a-st-discovery/board/ports/OpenAMP/ |
| A D | drv_openamp.c | 29 static rt_uint8_t tx_buffer[MAX_BUFFER_SIZE]; variable 108 device->serial.tbuf = tx_buffer; in _init()
|
| /bsp/stm32/stm32mp157a-st-ev1/board/ports/OpenAMP/ |
| A D | drv_openamp.c | 29 static rt_uint8_t tx_buffer[MAX_BUFFER_SIZE]; variable 108 device->serial.tbuf = tx_buffer; in _init()
|
| /bsp/microchip/samd51-adafruit-metro-m4/bsp/hal/include/ |
| A D | hal_usart_async.h | 100 uint8_t * tx_buffer; member
|
| /bsp/microchip/samc21/bsp/hal/include/ |
| A D | hal_usart_async.h | 100 uint8_t * tx_buffer; member
|
| /bsp/microchip/samd51-seeed-wio-terminal/bsp/hal/include/ |
| A D | hal_usart_async.h | 100 uint8_t * tx_buffer; member
|
| /bsp/microchip/saml10/bsp/hal/include/ |
| A D | hal_usart_async.h | 100 uint8_t * tx_buffer; member
|
| /bsp/microchip/same70/bsp/hal/include/ |
| A D | hal_usart_async.h | 100 uint8_t * tx_buffer; member
|