/Zephyr-latest/samples/subsys/zbus/uart_bridge/ |
D | README.rst | 34 D: Core sending start measurement with status 0 47 D: Core sending start measurement with status 1
|
/Zephyr-latest/drivers/sensor/nxp/fxas21002/ |
D | fxas21002.h | 129 uint32_t fxas21002_get_transition_time(enum fxas21002_power start,
|
/Zephyr-latest/subsys/net/conn_mgr/ |
D | Kconfig | 12 When enabled, this will start the connection manager that will
|
/Zephyr-latest/arch/riscv/core/ |
D | coredump.c | 130 start_addr = thread->stack_info.start - CONFIG_PRIVILEGED_STACK_SIZE; in arch_coredump_priv_stack_dump()
|
/Zephyr-latest/arch/arm/core/mmu/ |
D | arm_mmu_priv.h | 179 uint32_t start; member
|
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/ |
D | bap.rst | 43 start 84 "[start]","enable/connect","enabling","streaming" 122 uart:~$ bap start 173 sync (if exist) or start scanning and sync to the periodic advertising with the provided broadcast 225 The command :code:`bap create_sink_by_name` will start scanning and sync to the periodic 573 The :code:`start` command is only necessary when starting a source stream. 583 uart:~$ bap start
|
/Zephyr-latest/subsys/usb/device_next/class/ |
D | usbd_cdc_ncm.c | 512 uint16_t start, len; in cdc_ncm_acl_out_cb() local 561 start = sys_le16_to_cpu(ndp_datagram[i].wDatagramIndex); in cdc_ncm_acl_out_cb() 564 LOG_DBG("[%d] start %u len %u", i, start, len); in cdc_ncm_acl_out_cb() 565 if (start == 0 || len == 0) { in cdc_ncm_acl_out_cb() 578 ret = net_pkt_skip(src, start); in cdc_ncm_acl_out_cb() 580 LOG_ERR("Cannot advance pkt by %u bytes (%d)", start, ret); in cdc_ncm_acl_out_cb() 1193 .start = cdc_ncm_iface_start,
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | gatt.c | 265 uint16_t start; member 273 uint16_t start; member 302 uint16_t start; member 345 LOG_DBG("stored SC for %s (0x%04x-0x%04x)", bt_addr_le_str(&cfg->peer), cfg->data.start, in sc_store() 410 static bool update_range(uint16_t *start, uint16_t *end, uint16_t new_start, in update_range() argument 413 LOG_DBG("start 0x%04x end 0x%04x new_start 0x%04x new_end 0x%04x", *start, *end, new_start, in update_range() 417 if (new_start >= *start && new_end <= *end) { in update_range() 422 if (*start > new_start) { in update_range() 423 *start = new_start; in update_range() 433 static void sc_save(uint8_t id, bt_addr_le_t *peer, uint16_t start, uint16_t end) in sc_save() argument [all …]
|
/Zephyr-latest/samples/net/dns_resolve/ |
D | README.rst | 62 installation, the sample dnsmasq start script can be found in the `net-tools`_ 88 If dnsmasq fails to start with an error like this:
|
/Zephyr-latest/samples/drivers/soc_flash_nrf/ |
D | README.rst | 124 belongs to the page 65 of start offset 0x00041000 126 Page of number 37 has start offset 0x00025000
|
/Zephyr-latest/include/zephyr/drivers/ |
D | dma.h | 372 dma_api_start start; member 462 return api->start(dev, channel); in z_impl_dma_start()
|
/Zephyr-latest/tests/kernel/context/ |
D | README.txt | 12 - start a helper thread to help with k_yield() tests 13 - start a thread to test thread related functionality
|
/Zephyr-latest/subsys/net/l2/virtual/ |
D | virtual.c | 147 if (virt->start) { in virtual_enable() 148 ret = virt->start(net_if_get_device(iface)); in virtual_enable()
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | test_replay_cache.c | 127 .start = tx_started, in test_tx_immediate_replay_attack() 192 .start = tx_started, in test_tx_power_replay_attack()
|
/Zephyr-latest/tests/bluetooth/audio/cap_initiator/uut/ |
D | bap_unicast_client.c | 200 if (unicast_client_cb != NULL && unicast_client_cb->start != NULL) { in bt_bap_unicast_client_start() 201 unicast_client_cb->start(stream, BT_BAP_ASCS_RSP_CODE_SUCCESS, in bt_bap_unicast_client_start()
|
/Zephyr-latest/scripts/tests/twister/ |
D | test_testsuite.py | 387 start=mock.Mock(return_value=0), 398 start=mock.Mock(return_value=0), 409 start=mock.Mock(return_value=0),
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | dfu_srv.rst | 87 The Firmware Update Server :c:member:`start <bt_mesh_dfu_srv_cb.start>` callback must return a 114 <bt_mesh_dfu_srv_cb.apply>` callback. The application should swap the image and start running with
|
/Zephyr-latest/doc/connectivity/networking/ |
D | qemu_setup.rst | 79 Build and start the ``echo_server`` sample application. 99 You can start with pings: 220 This will start QEMU, waiting for a connection from a client QEMU. 233 This will start a second QEMU instance, where you should see logging of data sent and
|
/Zephyr-latest/samples/net/sockets/echo_client/ |
D | README.rst | 119 To start a proxy server, for example a builtin SOCKS server support in ssh 172 before you start the echo-client application in QEMU. 326 ot joiner start J01NME 327 ot thread start
|
/Zephyr-latest/kernel/ |
D | thread.c | 341 stack = (uint32_t *)arch_current_thread()->stack_info.start; in z_check_stack_sentinel() 494 new_thread->stack_info.start = (uintptr_t)stack_buf_start; in setup_thread_stack() 790 (char *)(arch_current_thread()->stack_info.start + in k_thread_user_mode_enter() 865 return z_stack_space_get((const uint8_t *)thread->stack_info.start, in z_impl_k_thread_stack_space_get()
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | prov.h | 145 uint8_t start[PDU_LEN_START]; member
|
/Zephyr-latest/drivers/ieee802154/ |
D | Kconfig.mcr20a | 73 might need it too). And of course it has to start before the net stack.
|
/Zephyr-latest/drivers/sensor/bosch/bmp388/ |
D | bmp388.h | 51 uint8_t start, uint8_t *buf, int size);
|
/Zephyr-latest/boards/quicklogic/qomu/doc/ |
D | index.rst | 41 On success, the green led will start flashing.
|
/Zephyr-latest/drivers/counter/ |
D | counter_handlers.c | 22 COUNTER_HANDLER(start) in COUNTER_HANDLER()
|