/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | test_persistence.c | 74 .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 …]
|
D | test_access.c | 81 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"),
|
D | test_suspend.c | 189 .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-latest/include/zephyr/bluetooth/mesh/ |
D | access.h | 640 #define BT_MESH_TRANSMIT_COUNT(transmit) (((transmit) & (uint8_t)BIT_MASK(3))) argument 649 #define BT_MESH_TRANSMIT_INT(transmit) ((((transmit) >> 3) + 1) * 10) argument 671 #define BT_MESH_PUB_TRANSMIT_COUNT(transmit) BT_MESH_TRANSMIT_COUNT(transmit) argument 680 #define BT_MESH_PUB_TRANSMIT_INT(transmit) ((((transmit) >> 3) + 1) * 50) argument
|
D | cfg_cli.h | 176 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-latest/modules/canopennode/ |
D | Kconfig | 36 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-latest/doc/connectivity/usb/device/api/ |
D | usb_device.rst | 9 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-latest/drivers/bluetooth/hci/ |
D | apollox_blue.h | 82 int bt_apollo_controller_init(spi_transmit_fun transmit);
|
/Zephyr-latest/drivers/modem/ |
D | Kconfig.cellular | 42 int "The UART receive and transmit buffer sizes in bytes." 50 This value affects the size of buffers used to receive and transmit CMUX frames.
|
/Zephyr-latest/doc/connectivity/networking/ |
D | net_pkt_processing_stats.rst | 15 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-latest/drivers/gnss/ |
D | Kconfig.quectel_lcx6g | 27 int "Size of UART backend transmit buffer"
|
/Zephyr-latest/subsys/bluetooth/mesh/shell/ |
D | cfg.c | 446 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-latest/soc/espressif/common/ |
D | Kconfig | 56 Set maximum transmit power for Wi-Fi radio. Actual transmit power for high
|
/Zephyr-latest/subsys/net/l2/ieee802154/ |
D | Kconfig.radio | 32 to transmit packets. This is the most common way of mediating radio 40 transmit packets. This is a simplistic way of transmitting packets
|
/Zephyr-latest/include/zephyr/modem/ |
D | pipe.h | 59 modem_pipe_api_transmit transmit; member
|
/Zephyr-latest/soc/intel/intel_adsp/ace/ |
D | Kconfig | 25 DSP Communication Widget is a device for generic sideband message transmit/receive.
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | espi.rst | 10 based on SPI. It also features a four-wire interface (receive, transmit, clock
|
/Zephyr-latest/drivers/ethernet/ |
D | Kconfig.cyclonev | 14 int "Number of entries in the transmit descriptor ring"
|
D | Kconfig.nxp_s32_gmac | 84 the corresponding transmit PHY interface block. 86 properly because the transmit clock is not internally looped back.
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | cfg_cli.c | 223 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() 1265 uint8_t *transmit) in bt_mesh_cfg_cli_net_transmit_set() argument 1268 transmit); in bt_mesh_cfg_cli_net_transmit_set() [all …]
|
/Zephyr-latest/drivers/spi/ |
D | Kconfig.mcux_lpspi | 32 spi buffer sets for transmit/receive are not always matched equally in
|
/Zephyr-latest/drivers/can/ |
D | Kconfig.xmc4xxx | 20 Defines the array size of transmit callback pointers and semaphores,
|
/Zephyr-latest/tests/drivers/i2s/i2s_speed/ |
D | Kconfig | 14 Use separate I2S ports for transmit and receive.
|
/Zephyr-latest/tests/drivers/i2s/i2s_api/ |
D | Kconfig | 14 Use separate I2S ports for transmit and receive.
|
/Zephyr-latest/tests/subsys/modem/modem_cmux/src/ |
D | main.c | 779 const uint8_t transmit[2]; in ZTEST() local 806 modem_pipe_transmit(dlci1_pipe, transmit, sizeof(transmit)); in ZTEST() 807 modem_pipe_transmit(dlci2_pipe, transmit, sizeof(transmit)); in ZTEST()
|