Home
last modified time | relevance | path

Searched full:overflow (Results 1 – 25 of 344) sorted by relevance

12345678910>>...14

/Zephyr-Core-3.6.0/tests/unit/pot/
DCMakeLists.txt13 target_compile_options(testbinary PRIVATE -Wno-overflow)
16 target_compile_options(testbinary PRIVATE -Wno-shift-count-overflow -Wno-integer-overflow)
/Zephyr-Core-3.6.0/doc/services/portability/posix/overview/
Dposix.svg2overflow:visible;" pointer-events="all" width="52" height="12" requiredFeatures="http://www.w3.org…
/Zephyr-Core-3.6.0/doc/connectivity/bluetooth/img/
Dcap_proc.svg3overflow: visible; text-align: left;"><div xmlns="http://www.w3.org/1999/xhtml" style="display: fl…
Dgaf.svg4overflow: visible; text-align: left;"><div xmlns="http://www.w3.org/1999/xhtml" style="display: fl…
Dzephyr_gaf.svg4overflow: visible; text-align: left;"><div xmlns="http://www.w3.org/1999/xhtml" style="display: fl…
Dble_audio_arch.svg4overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFea…
/Zephyr-Core-3.6.0/tests/kernel/fatal/exception/src/
Dmain.c250 /* Test that stack overflow check due to swap works */ in stack_sentinel_swap()
260 /* Test that HW stack overflow check works */ in stack_hw_overflow()
269 /* Test that HW stack overflow check works in user_priv_stack_hw_overflow()
281 /* When testing stack sentinel feature, the overflow stack is a in check_stack_overflow()
394 TC_PRINT("test stack sentinel overflow - timer irq\n"); in ZTEST()
397 TC_PRINT("test stack sentinel overflow - swap\n"); in ZTEST()
402 /* HW based stack overflow detection. in ZTEST()
407 TC_PRINT("test stack HW-based overflow - supervisor 1\n"); in ZTEST()
410 TC_PRINT("test stack HW-based overflow - supervisor 2\n"); in ZTEST()
414 TC_PRINT("test stack HW-based overflow (FPU thread) - supervisor 1\n"); in ZTEST()
[all …]
/Zephyr-Core-3.6.0/doc/kernel/drivers/
Ddevice_driver_model.svg3overflow:visible;" pointer-events="all" width="238" height="95" requiredFeatures="http://www.w3.or…
/Zephyr-Core-3.6.0/doc/connectivity/networking/conn_mgr/figures/
Dintegration_diagram_detailed.svg3overflow: visible; text-align: left;"><div xmlns="http://www.w3.org/1999/xhtml" style="display: fl…
Dintegration_diagram_simplified.svg3overflow: visible; text-align: left;"><div xmlns="http://www.w3.org/1999/xhtml" style="display: fl…
/Zephyr-Core-3.6.0/doc/project/
Drelease_cycle.svg4overflow: visible; text-align: left;"><div xmlns="http://www.w3.org/1999/xhtml" style="display: fl…
Dlts.svg4overflow: visible; text-align: left;"><div xmlns="http://www.w3.org/1999/xhtml" style="display: fl…
/Zephyr-Core-3.6.0/samples/bluetooth/mtu_update/img/
Dmtu.svg3overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFea…
/Zephyr-Core-3.6.0/doc/kernel/services/scheduling/
Dtimeslicing.svg2overflow:visible;" pointer-events="all" width="85" height="12" requiredFeatures="http://www.w3.org…
Dcooperative.svg2overflow:visible;" pointer-events="all" width="85" height="12" requiredFeatures="http://www.w3.org…
Dpreemptive.svg2overflow:visible;" pointer-events="all" width="85" height="12" requiredFeatures="http://www.w3.org…
/Zephyr-Core-3.6.0/doc/build/dts/
Dzephyr_dt_i2c_example.svg100 style="overflow:visible;"
193 style="overflow:visible;">
218 style="overflow:visible;">
220 …: 1.2; vertical-align: top; overflow: hidden; max-height: 22px; max-width: 350px; width: 161px; wh…
243 style="overflow:visible;">
245 …: 1.2; vertical-align: top; overflow: hidden; max-height: 22px; max-width: 350px; width: 190px; wh…
306 style="overflow:visible;"
363 style="overflow:visible;">
388 style="overflow:visible;">
390 …: 1.2; vertical-align: top; overflow: hidden; max-height: 22px; max-width: 342px; width: 340px; wh…
[all …]
/Zephyr-Core-3.6.0/doc/kernel/services/threads/
Dthread_states.svg3overflow:visible;" pointer-events="all" width="21" height="11" requiredFeatures="http://www.w3.org…
/Zephyr-Core-3.6.0/doc/develop/test/
Dtwister_and_pytest.svg4overflow: visible; text-align: left;"><div xmlns="http://www.w3.org/1999/xhtml" style="display: fl…
/Zephyr-Core-3.6.0/include/zephyr/dsp/
Dbasicmath.h40 * @par Scaling and Overflow Behavior
55 * @par Scaling and Overflow Behavior
70 * @par Scaling and Overflow Behavior
121 * @par Scaling and Overflow Behavior
136 * @par Scaling and Overflow Behavior
151 * @par Scaling and Overflow Behavior
192 * @par Scaling and Overflow Behavior
207 * @par Scaling and Overflow Behavior
222 * @par Scaling and Overflow Behavior
277 * @par Scaling and Overflow Behavior
[all …]
/Zephyr-Core-3.6.0/doc/hardware/peripherals/
D1-Wire_bus_topology.drawio.svg4overflow: visible; text-align: left;"><div xmlns="http://www.w3.org/1999/xhtml" style="display: fl…
/Zephyr-Core-3.6.0/drivers/pwm/
Dpwm_mcux_ftm.c282 uint16_t cnt, bool overflow) in mcux_ftm_capture_first_edge() argument
296 capture->first_edge_overflow = overflow; in mcux_ftm_capture_first_edge()
298 LOG_DBG("pair = %d, 1st cnt = %u, 1st ovf = %d", pair, cnt, overflow); in mcux_ftm_capture_first_edge()
302 uint16_t cnt, bool overflow) in mcux_ftm_capture_second_edge() argument
323 /* Clear both edge flags for pulse capture to capture first edge overflow counter */ in mcux_ftm_capture_second_edge()
331 /* Compensate for the overflow registered in the same IRQ */ in mcux_ftm_capture_second_edge()
335 if (unlikely(overflow && second_cnv > cnt)) { in mcux_ftm_capture_second_edge()
336 /* Compensate for the overflow registered in the same IRQ */ in mcux_ftm_capture_second_edge()
345 LOG_ERR("overflow while calculating cycles"); in mcux_ftm_capture_second_edge()
350 LOG_ERR("overflow while calculating cycles"); in mcux_ftm_capture_second_edge()
[all …]
/Zephyr-Core-3.6.0/doc/hardware/emulator/img/
Darch.svg4overflow: visible; text-align: left;"><div xmlns="http://www.w3.org/1999/xhtml" style="display: fl…
Ddevice_class_emulator.svg4overflow: visible; text-align: left;"><div xmlns="http://www.w3.org/1999/xhtml" style="display: fl…
/Zephyr-Core-3.6.0/dts/bindings/usb/uac2/
Dzephyr,uac2-output-terminal.yaml56 overflow-control:
58 description: Overflow Control capabilities

12345678910>>...14