/Zephyr-latest/samples/subsys/zbus/uart_bridge/ |
D | README.rst | 43 D: Bridge send start_measurement 46 D: Bridge send sensor_data 52 D: Bridge send start_measurement 58 D: Bridge send sensor_data
|
/Zephyr-latest/samples/net/sockets/coap_client/src/ |
D | coap-client.c | 188 r = send(sock, request.data, request.offset, 0); in send_simple_coap_request() 355 r = send(sock, request.data, request.offset, 0); in send_large_coap_request() 411 r = send(sock, request.data, request.offset, 0); in send_obs_reply_ack() 531 r = send(sock, request.data, request.offset, 0); in send_obs_coap_request() 577 r = send(sock, request.data, request.offset, 0); in send_obs_reset_coap_request()
|
/Zephyr-latest/include/zephyr/drivers/ |
D | lora.h | 185 lora_api_send send; member 227 return api->send(dev, data, data_len); in lora_send()
|
/Zephyr-latest/subsys/net/l2/canbus/ |
D | canbus_raw.c | 40 ret = net_l2_send(api->send, net_if_get_device(iface), iface, pkt); in canbus_send()
|
/Zephyr-latest/drivers/mbox/ |
D | mbox_nrf_bellboard_tx.c | 49 .send = bellboard_tx_send,
|
D | mbox_nrf_vevif_event_tx.c | 67 .send = vevif_event_tx_send,
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | net_l2.rst | 51 - ``send()``: Similar to receive function, the network stack will call this 52 function to actually send a network packet. All relevant link-layer content 54 The ``send()`` function returns the number of bytes sent, or a negative 100 On sending, the device driver send function will be called, and it is up to 101 the device driver to send the network packet all at once, with all the buffers. 120 driver than just ``send()`` and ``recv()`` functions. This dedicated API is 136 from the :c:struct:`net_if_api` send function pointer. Zephyr's native 138 instead, meant to be given as :c:type:`net_if` send function. The implementation 149 management calls will call into the driver, e.g. to send a packet over the
|
/Zephyr-latest/boards/shields/g1120b0mipi/ |
D | Kconfig.defconfig | 22 # Swap 16 bit color setting for LVGL, to send high byte first
|
/Zephyr-latest/subsys/bluetooth/audio/shell/ |
D | bap_usb.c | 257 bool send = false; in bap_usb_add_frame_to_usb() local 261 send = true; in bap_usb_add_frame_to_usb() 264 send = true; in bap_usb_add_frame_to_usb() 267 send = true; in bap_usb_add_frame_to_usb() 270 if (send) { in bap_usb_add_frame_to_usb()
|
/Zephyr-latest/include/zephyr/net/ |
D | net_offload.h | 97 int (*send)(struct net_pkt *pkt, member 329 NET_ASSERT(net_if_offload(iface)->send); in net_offload_send() 331 return net_if_offload(iface)->send( in net_offload_send()
|
D | capture.h | 55 int (*send)(const struct device *dev, struct net_if *iface, struct net_pkt *pkt); member 200 return api->send(dev, iface, pkt); in net_capture_send()
|
/Zephyr-latest/samples/net/sockets/txtime/ |
D | Kconfig | 26 socket to send data, or if it uses AF_PACKET (raw) socket. 39 how long it takes to send data so the actual data content is not 49 The application will send network packets between this
|
/Zephyr-latest/subsys/bluetooth/mesh/shell/ |
D | op_agg.c | 60 SHELL_CMD_ARG(seq-send, NULL, NULL, cmd_seq_send, 1, 0),
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | sar_cfg_cli.rst | 14 The model can send messages to query or change the states supported by the SAR Configuration Server 29 An element can send any SAR Configuration Client message at any time to query or change the states
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | prov_bearer.h | 88 int (*send)(struct net_buf_simple *buf, prov_bearer_send_complete_t cb, member
|
/Zephyr-latest/samples/subsys/lorawan/class_a/ |
D | README.rst | 5 Join a LoRaWAN network and send a message periodically.
|
/Zephyr-latest/samples/boards/enjoydigital/litex/i2s/ |
D | README.rst | 36 … some music delay occurs, this is because the sound driver is not able to send data as fast as it …
|
/Zephyr-latest/subsys/net/l2/dummy/ |
D | dummy.c | 42 ret = net_l2_send(api->send, net_if_get_device(iface), iface, pkt); in dummy_send()
|
/Zephyr-latest/subsys/mgmt/ec_host_cmd/backends/ |
D | ec_host_cmd_backend_simulator.c | 55 .send = &ec_host_cmd_sim_send,
|
/Zephyr-latest/drivers/hdlc_rcp_if/ |
D | hdlc_rcp_if_nxp.c | 104 .send = hdlc_send,
|
/Zephyr-latest/samples/net/mqtt_publisher/ |
D | Kconfig | 21 send NET_SAMPLE_APP_MAX_ITERATIONS amount of MQTT sample messages.
|
/Zephyr-latest/drivers/ipm/ |
D | ipm_nrfx_ipc.c | 100 .send = ipm_nrf_send, 212 .send = vipm_nrf_##_idx##_send, \
|
/Zephyr-latest/samples/net/sockets/echo_async/src/ |
D | socket_echo.c | 217 res = send(client, msg, sizeof(msg) - 1, 0); in main() 249 out_len = send(fd, p, len, 0); in main()
|
/Zephyr-latest/drivers/bluetooth/hci/ |
D | Kconfig.nxp | 18 If enabled, the Host will send calibration data to the BLE Controller during HCI init. 23 If enabled, the Host will send calibration data annex 100 to the BLE Controller during HCI
|
/Zephyr-latest/subsys/net/l2/ieee802154/ |
D | Kconfig.radio | 19 replying it could not send the packet (MAC PIB attribute: 39 Use Aloha mechanism (send without any clear channel assessment) to
|