Home
last modified time | relevance | path

Searched refs:transmit (Results 1 – 25 of 94) sorted by relevance

1234

/Zephyr-Core-3.7.0/tests/bsim/bluetooth/mesh/src/
Dtest_persistence.c74 .transmit = BT_MESH_TRANSMIT(2, 20), \
84 .transmit = BT_MESH_TRANSMIT(2, 20), \
94 .transmit = BT_MESH_TRANSMIT(3, 20), \
104 .transmit = BT_MESH_TRANSMIT(3, 20), \
114 .transmit = 0, \
205 uint8_t transmit; member
222 .relay = { .state = BT_MESH_FEATURE_ENABLED, .transmit = BT_MESH_TRANSMIT(2, 20) },
238 .relay = { .state = BT_MESH_FEATURE_ENABLED, .transmit = BT_MESH_TRANSMIT(1, 10) },
338 ASSERT_EQUAL(expected->transmit, got->transmit); in check_mod_pub_params()
897 uint8_t transmit; in test_cfg_save() local
[all …]
Dtest_access.c81 uint8_t transmit; member
500 static void pub_param_set(uint8_t period, uint8_t transmit) in pub_param_set() argument
509 .transmit = transmit, in pub_param_set()
885 pub_param_set(test_cancel[i].period, test_cancel[i].transmit); in test_tx_cancel()
989 TEST_CASE(tx, transmit, "Access: Publish and retransmit message"),
990 TEST_CASE(rx, transmit, "Access: Receive retransmitted messages"),
Dtest_suspend.c189 .transmit = 0,
208 static bool gatt_check_rx_count(uint8_t transmit) in gatt_check_rx_count() argument
215 if (cnt >= transmit) { in gatt_check_rx_count()
/Zephyr-Core-3.7.0/include/zephyr/bluetooth/mesh/
Daccess.h636 #define BT_MESH_TRANSMIT_COUNT(transmit) (((transmit) & (uint8_t)BIT_MASK(3))) argument
645 #define BT_MESH_TRANSMIT_INT(transmit) ((((transmit) >> 3) + 1) * 10) argument
667 #define BT_MESH_PUB_TRANSMIT_COUNT(transmit) BT_MESH_TRANSMIT_COUNT(transmit) argument
676 #define BT_MESH_PUB_TRANSMIT_INT(transmit) ((((transmit) >> 3) + 1) * 50) argument
Dcfg_cli.h176 uint8_t status, uint8_t transmit);
418 uint8_t transmit; member
711 int bt_mesh_cfg_cli_net_transmit_get(uint16_t net_idx, uint16_t addr, uint8_t *transmit);
729 uint8_t *transmit);
748 int bt_mesh_cfg_cli_relay_get(uint16_t net_idx, uint16_t addr, uint8_t *status, uint8_t *transmit);
774 uint8_t new_transmit, uint8_t *status, uint8_t *transmit);
/Zephyr-Core-3.7.0/modules/canopennode/
DKconfig36 int "Stack size for the CANopen transmit workqueue"
39 Size of the stack used for the internal CANopen transmit
43 int "Priority for CANopen transmit workqueue"
47 Priority level of the internal CANopen transmit workqueue.
/Zephyr-Core-3.7.0/soc/espressif/esp32c6/
DKconfig25 Set maximum transmit power for WiFi radio. Actual transmit power for high
/Zephyr-Core-3.7.0/soc/espressif/esp32c3/
DKconfig30 Set maximum transmit power for WiFi radio. Actual transmit power for high
/Zephyr-Core-3.7.0/doc/connectivity/usb/device/api/
Dusb_device.rst9 There are two ways to transmit data, using the 'low' level read/write API or
13 To transmit data to the host, the class driver should call usb_write().
/Zephyr-Core-3.7.0/drivers/bluetooth/hci/
Dapollox_blue.h82 int bt_apollo_controller_init(spi_transmit_fun transmit);
/Zephyr-Core-3.7.0/drivers/modem/
DKconfig.cellular41 int "The UART receive and transmit buffer sizes in bytes."
48 This value affects the size of buffers used to receive and transmit CMUX frames.
/Zephyr-Core-3.7.0/soc/espressif/esp32s2/
DKconfig93 Set maximum transmit power for WiFi radio. Actual transmit power for high
/Zephyr-Core-3.7.0/doc/connectivity/networking/
Dnet_pkt_processing_stats.rst15 options that control this. For transmit (TX) path the option is called
37 transmit or receive queues defined in the system. These are controlled by
60 * Packet is about to be placed to transmit queue. The time it took from network
62 * The correct TX thread is invoked, and the packet is read from the transmit
/Zephyr-Core-3.7.0/soc/intel/intel_adsp/ace/
DKconfig25 DSP Communication Widget is a device for generic sideband message transmit/receive.
/Zephyr-Core-3.7.0/drivers/gnss/
DKconfig.quectel_lcx6g27 int "Size of UART backend transmit buffer"
/Zephyr-Core-3.7.0/subsys/bluetooth/mesh/shell/
Dcfg.c446 uint8_t transmit; in cmd_net_transmit() local
451 bt_mesh_shell_target_ctx.dst, &transmit); in cmd_net_transmit()
472 &transmit); in cmd_net_transmit()
480 shell_print(sh, "Transmit 0x%02x (count %u interval %ums)", transmit, in cmd_net_transmit()
481 BT_MESH_TRANSMIT_COUNT(transmit), BT_MESH_TRANSMIT_INT(transmit)); in cmd_net_transmit()
488 uint8_t relay, transmit; in cmd_relay() local
493 bt_mesh_shell_target_ctx.dst, &relay, &transmit); in cmd_relay()
523 &transmit); in cmd_relay()
532 transmit, BT_MESH_TRANSMIT_COUNT(transmit), BT_MESH_TRANSMIT_INT(transmit)); in cmd_relay()
1529 BT_MESH_PUB_TRANSMIT_COUNT(pub.transmit), in mod_pub_get()
[all …]
/Zephyr-Core-3.7.0/subsys/net/l2/ieee802154/
DKconfig.radio32 to transmit packets. This is the most common way of mediating radio
40 transmit packets. This is a simplistic way of transmitting packets
/Zephyr-Core-3.7.0/soc/espressif/esp32/
DKconfig83 Set maximum transmit power for WiFi radio. Actual transmit power for high
122 Number of DMA transmit buffers. Each buffer's size is ETH_DMA_BUFFER_SIZE.
/Zephyr-Core-3.7.0/include/zephyr/modem/
Dpipe.h59 modem_pipe_api_transmit transmit; member
/Zephyr-Core-3.7.0/doc/hardware/peripherals/
Despi.rst10 based on SPI. It also features a four-wire interface (receive, transmit, clock
/Zephyr-Core-3.7.0/drivers/ethernet/
DKconfig.cyclonev14 int "Number of entries in the transmit descriptor ring"
/Zephyr-Core-3.7.0/subsys/bluetooth/mesh/
Dcfg_cli.c223 uint8_t *transmit; member
232 uint8_t transmit; in relay_status() local
238 transmit = net_buf_simple_pull_u8(buf); in relay_status()
246 if (param->transmit) { in relay_status()
247 *param->transmit = transmit; in relay_status()
254 cli->cb->relay_status(cli, ctx->addr, status, transmit); in relay_status()
753 pub.transmit = net_buf_simple_pull_u8(buf); in mod_pub_status()
787 param->pub->transmit = pub.transmit; in mod_pub_status()
1263 uint8_t *transmit) in bt_mesh_cfg_cli_net_transmit_set() argument
1266 transmit); in bt_mesh_cfg_cli_net_transmit_set()
[all …]
/Zephyr-Core-3.7.0/tests/subsys/modem/modem_cmux/src/
Dmain.c771 const uint8_t transmit[2]; in ZTEST() local
798 modem_pipe_transmit(dlci1_pipe, transmit, sizeof(transmit)); in ZTEST()
799 modem_pipe_transmit(dlci2_pipe, transmit, sizeof(transmit)); in ZTEST()
/Zephyr-Core-3.7.0/drivers/can/
DKconfig.xmc4xxx19 Defines the array size of transmit callback pointers and semaphores,
/Zephyr-Core-3.7.0/drivers/spi/
DKconfig.mcux_lpspi32 spi buffer sets for transmit/receive are not always matched equally in

1234