Home
last modified time | relevance | path

Searched refs:overruns (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/samples/net/capture/
DREADME.rst60 RX errors 0 dropped 0 overruns 0 frame 0
62 TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
69 RX errors 0 dropped 0 overruns 0 frame 0
71 TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
78 RX errors 0 dropped 0 overruns 0 frame 0
80 TX errors 8 dropped 8 overruns 0 carrier 8 collisions 0
87 RX errors 0 dropped 0 overruns 0 frame 0
89 TX errors 7 dropped 0 overruns 0 carrier 0 collisions 0
96 RX errors 0 dropped 0 overruns 0 frame 0
98 TX errors 7 dropped 7 overruns 0 carrier 0 collisions 0
/Zephyr-latest/lib/posix/options/
Dtimer.c308 int overruns = k_timer_status_get(&timer->ztimer) - 1; in timer_getoverrun() local
310 if (overruns > CONFIG_POSIX_DELAYTIMER_MAX) { in timer_getoverrun()
311 overruns = CONFIG_POSIX_DELAYTIMER_MAX; in timer_getoverrun()
314 return overruns; in timer_getoverrun()
/Zephyr-latest/doc/connectivity/networking/
Deth_bridge_native_sim_setup.rst40 RX errors 0 dropped 0 overruns 0 frame 0
42 TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
50 RX errors 0 dropped 0 overruns 0 frame 0
52 TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
/Zephyr-latest/samples/subsys/usb/uac2_explicit_feedback/
DREADME.rst25 discrepancy leads to overruns or underruns. By providing explicit feedback to
/Zephyr-latest/doc/hardware/peripherals/can/
Dshell.rst90 rx overruns: 0
/Zephyr-latest/doc/security/
Dsecurity-overview.rst144 protection mechanisms are provided to protect against stack overruns.
207 detecting and trapping stack overruns. Individual threads should
Dvulnerabilities.rst49 The shell implementation does not protect against buffer overruns
/Zephyr-latest/doc/releases/
Drelease-notes-3.1.rst523 DMA transmission and FIFO under/overruns.
Drelease-notes-1.14.rst510 * The shell implementation does not protect against buffer overruns resulting