Home
last modified time | relevance | path

Searched refs:send_buffer (Results 1 – 4 of 4) sorted by relevance

/Zephyr-Core-3.5.0/subsys/ipc/ipc_service/lib/
Dicmsg_me.c38 static void set_ept_id_in_send_buffer(uint8_t *send_buffer, in set_ept_id_in_send_buffer() argument
41 send_buffer[0] = ept_id; in set_ept_id_in_send_buffer()
183 set_ept_id_in_send_buffer(data->send_buffer, id); in icmsg_me_send()
184 memcpy(icmsg_buffer_to_user_buffer(data->send_buffer), msg, len); in icmsg_me_send()
186 r = icmsg_send(conf, &data->icmsg_data, data->send_buffer, in icmsg_me_send()
/Zephyr-Core-3.5.0/include/zephyr/ipc/
Dicmsg_me.h41 uint8_t send_buffer[CONFIG_IPC_SERVICE_BACKEND_ICMSG_ME_SEND_BUF_SIZE] __aligned(4); member
/Zephyr-Core-3.5.0/subsys/net/lib/tftp/
Dtftp_client.c366 uint8_t *send_buffer; in tftp_put() local
418 send_buffer = (uint8_t *)(user_buf + tftpc_index); in tftp_put()
420 ret = send_data(sock, client, tftpc_block_no, send_buffer, send_size); in tftp_put()
/Zephyr-Core-3.5.0/drivers/spi/
Dspi_esp32_spim.c110 hal_trans->send_buffer = tx_temp ? tx_temp : (uint8_t *)ctx->tx_buf; in spi_esp32_transfer()