Home
last modified time | relevance | path

Searched refs:skip (Results 1 – 25 of 304) sorted by relevance

12345678910>>...13

/Zephyr-latest/tests/subsys/lorawan/frag_decoder/src/
Dmain.c69 bool skip; in run_test() local
90 skip = false; in run_test()
93 skip = true; in run_test()
97 if (skip) { in run_test()
/Zephyr-latest/subsys/net/ip/
Dicmpv4.c92 uint8_t skip; in icmpv4_update_record_route() local
153 skip = ptr - ptr_offset; in icmpv4_update_record_route()
154 if (skip) { in icmpv4_update_record_route()
156 if (net_pkt_write(reply, opt_data + offset, skip)) { in icmpv4_update_record_route()
160 offset += skip; in icmpv4_update_record_route()
161 len += skip; in icmpv4_update_record_route()
203 uint8_t skip; in icmpv4_update_time_stamp() local
295 skip = ptr - ptr_offset; in icmpv4_update_time_stamp()
296 if (skip) { in icmpv4_update_time_stamp()
298 if (net_pkt_write(reply, opt_data + offset, skip)) { in icmpv4_update_time_stamp()
[all …]
/Zephyr-latest/lib/os/
Dmpsc_pbuf.c143 return item->skip.len; in get_skip()
166 union mpsc_pbuf_generic skip = { in add_skip_item() local
167 .skip = { .valid = 0, .busy = 1, .len = wlen } in add_skip_item()
170 buffer->buf[buffer->tmp_wr_idx] = skip.raw; in add_skip_item()
280 union mpsc_pbuf_generic skip = { in post_drop_action() local
281 .skip = { in post_drop_action()
288 buffer->buf[prev_tmp_wr_idx] = skip.raw; in post_drop_action()
555 uint32_t skip = get_skip(item); in mpsc_pbuf_claim() local
557 if (skip || !is_valid(item)) { in mpsc_pbuf_claim()
559 skip ? skip : buffer->get_wlen(item); in mpsc_pbuf_claim()
[all …]
/Zephyr-latest/tests/drivers/pwm/pwm_gpio_loopback/
DKconfig15 int "Number of edges to skip before sampling PWM"
18 Number of PWM edges to skip before starting sampling.
/Zephyr-latest/scripts/utils/
Dmigrate_posix_kconfigs.py98 skip = {"TIMER"}
100 if longest in skip:
/Zephyr-latest/include/zephyr/sys/
Dmpsc_packet.h51 struct mpsc_pbuf_skip skip; member
/Zephyr-latest/samples/net/virtual/
DKconfig23 skip setting static value.
40 skip setting static value.
/Zephyr-latest/doc/kernel/data_structures/
Dmpsc_pbuf.rst53 | 0 | 1 | internal skip packet |
56 Packet buffer space contains free space, valid user packets and internal skip
57 packets. Internal skip packets indicates padding, e.g. at the end of the buffer.
65 wrapping of the write index, a skip packet is added to the end of buffer. If
75 skip packet is added before busy packet and packets following the busy packet
77 packet is converted to skip packet to avoid double processing.
/Zephyr-latest/tests/drivers/can/host/pytest/
Dtest_can.py76 pytest.skip('CAN FD not supported by DUT')
78 pytest.skip('CAN FD not supported by host')
/Zephyr-latest/tests/ztest/fail/
DKconfig34 default "ERROR: cannot skip in test phase 'after()', bailing" if ZTEST_FAIL_TEST_ASSUME_AFTER
35 default "ERROR: cannot skip in test phase 'teardown()', bailing" if ZTEST_FAIL_TEST_ASSUME_TEARDOWN
/Zephyr-latest/tests/bluetooth/df/connectionless_cte_rx/src/
Dcommon.c48 g_sync_create_param.skip = 0; in common_create_per_sync_set()
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dcfg.h503 ssize_t bt_mesh_subnets_get(uint16_t net_idxs[], size_t max, off_t skip);
615 off_t skip);
/Zephyr-latest/soc/nxp/lpc/lpc54xxx/
DCMakeLists.txt17 # CMSIS SystemInit allows us to skip enabling clock to SRAM2 bank via
/Zephyr-latest/tests/net/lib/lwm2m/interop/pytest/
Dconftest.py66 pytest.skip('Leshan server not available')
79 pytest.skip('Leshan Bootstrap server not available')
92 pytest.skip('CoAPthon3 package not installed')
/Zephyr-latest/subsys/logging/frontends/
Dlog_frontend_stmesp_demux.c88 static bool skip; variable
212 skip = false; in log_frontend_stmesp_demux_major()
217 skip = true; in log_frontend_stmesp_demux_major()
222 if (skip) { in log_frontend_stmesp_demux_channel()
355 if (skip) { in log_frontend_stmesp_demux_log0()
385 if (skip) { in log_frontend_stmesp_demux_source_id()
418 if (skip) { in log_frontend_stmesp_demux_packet_start()
/Zephyr-latest/tests/drivers/flash/common/
DKconfig12 support the get_size() API, leave this set as -1 to skip the test.
/Zephyr-latest/scripts/pylib/shell-twister-harness/
Dtest_shell.py28 pytest.skip('testdata not provided')
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_sync.c79 static struct ll_sync_set *ull_sync_create(uint8_t sid, uint16_t timeout, uint16_t skip,
116 uint8_t *adv_addr, uint16_t skip, in ll_sync_create() argument
148 sync = ull_sync_create(sid, sync_timeout, skip, sync_cte_type, rx_enable, nodups); in ll_sync_create()
275 if (sync->skip > skip_max) { in ull_sync_setup_from_sync_transfer()
276 sync->skip = skip_max; in ull_sync_setup_from_sync_transfer()
710 uint8_t ll_past_param(uint16_t conn_handle, uint8_t mode, uint16_t skip, uint16_t timeout, in ll_past_param() argument
727 conn->past.skip = skip; in ll_past_param()
749 uint8_t ll_default_past_param(uint8_t mode, uint16_t skip, uint16_t timeout, uint8_t cte_type) in ll_default_past_param() argument
757 ull_conn_default_past_param_set(mode, skip, timeout, cte_type); in ll_default_past_param()
1030 if (sync->skip > skip_max) { in ull_sync_setup()
[all …]
Dull_sync_types.h19 uint16_t skip; member
/Zephyr-latest/subsys/usb/device/
Dusb_descriptor.c339 int hwlen, skip; in usb_update_sn_string_descriptor() local
346 skip = MAX(0, hwlen - usblen); in usb_update_sn_string_descriptor()
347 LOG_HEXDUMP_DBG(&hwid[skip], usblen, "Serial Number"); in usb_update_sn_string_descriptor()
349 sn[i * 2] = hex[hwid[i + skip] >> 4]; in usb_update_sn_string_descriptor()
350 sn[i * 2 + 1] = hex[hwid[i + skip] & 0xF]; in usb_update_sn_string_descriptor()
/Zephyr-latest/tests/bsim/bluetooth/host/scan/start_stop/src/
Dmain.c98 .skip = 0x0, in run_dut()
145 .skip = 0x0, in run_dut()
/Zephyr-latest/soc/nxp/lpc/lpc55xxx/
DCMakeLists.txt24 # CMSIS SystemInit allows us to skip enabling clock to SRAM banks via
/Zephyr-latest/tests/arch/arm/arm_custom_interrupt/
DREADME.txt28 SUITE PASS - 100.00% [arm_custom_interrupt]: pass = 1, fail = 0, skip = 0, total = 1 duration = 0.0…
/Zephyr-latest/tests/subsys/ipc/ipc_sessions/
DKconfig37 Whether to skip tests that requires unbound callback functionality.
/Zephyr-latest/scripts/west_commands/tests/
Dtest_gd32isp.py15 pytest.skip("skipping Linux-only gd32isp tests", allow_module_level=True)

12345678910>>...13