Searched refs:send_buffer (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/subsys/ipc/ipc_service/lib/ |
D | icmsg_me.c | 47 static void set_ept_id_in_send_buffer(uint8_t *send_buffer, in set_ept_id_in_send_buffer() argument 50 send_buffer[0] = ept_id; in set_ept_id_in_send_buffer() 198 set_ept_id_in_send_buffer(data->send_buffer, id); in icmsg_me_send() 199 memcpy(icmsg_buffer_to_user_buffer(data->send_buffer), msg, len); in icmsg_me_send() 201 r = icmsg_send(conf, &data->icmsg_data, data->send_buffer, in icmsg_me_send()
|
/Zephyr-latest/drivers/bluetooth/hci/ |
D | hci_nxp_setup.c | 167 uint8_t send_buffer[SEND_BUFFER_MAX_LENGTH + 1]; member 776 memcpy(fw_upload.send_buffer, cmd5_hdrData, CMD_HDR_LEN); in fw_upload_change_speed() 777 memcpy(&fw_upload.send_buffer[CMD_HDR_LEN], in fw_upload_change_speed() 781 fw_upload.send_buffer, true); in fw_upload_change_speed() 853 memset(fw_upload.send_buffer, 0, sizeof(fw_upload.send_buffer)); in fw_upload_v1_send_data() 862 memcpy(fw_upload.send_buffer, fw_upload.fw + fw_upload.current_length, len); in fw_upload_v1_send_data() 864 cmd = sys_get_le32(fw_upload.send_buffer); in fw_upload_v1_send_data() 869 data_len = fw_upload_get_payload_length(fw_upload.send_buffer); in fw_upload_v1_send_data() 870 if ((data_len > (sizeof(fw_upload.send_buffer) - len)) || in fw_upload_v1_send_data() 876 memcpy(&fw_upload.send_buffer[len], fw_upload.fw + fw_upload.current_length, in fw_upload_v1_send_data() [all …]
|
/Zephyr-latest/include/zephyr/ipc/ |
D | icmsg_me.h | 41 uint8_t send_buffer[CONFIG_IPC_SERVICE_BACKEND_ICMSG_ME_SEND_BUF_SIZE] __aligned(4); member
|
/Zephyr-latest/subsys/net/lib/tftp/ |
D | tftp_client.c | 379 uint8_t *send_buffer; in tftp_put() local 431 send_buffer = (uint8_t *)(user_buf + tftpc_index); in tftp_put() 433 ret = send_data(sock, client, tftpc_block_no, send_buffer, send_size); in tftp_put()
|
/Zephyr-latest/drivers/spi/ |
D | spi_esp32_spim.c | 115 hal_trans->send_buffer = tx_temp ? tx_temp : (uint8_t *)ctx->tx_buf; in spi_esp32_transfer()
|