Home
last modified time | relevance | path

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

12345678910>>...13

/Zephyr-Core-3.5.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.5.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.5.0/tests/kernel/fatal/exception/src/
Dmain.c246 /* Test that stack overflow check due to swap works */ in stack_sentinel_swap()
256 /* Test that HW stack overflow check works */ in stack_hw_overflow()
265 /* Test that HW stack overflow check works in user_priv_stack_hw_overflow()
277 /* When testing stack sentinel feature, the overflow stack is a in check_stack_overflow()
390 TC_PRINT("test stack sentinel overflow - timer irq\n"); in ZTEST()
393 TC_PRINT("test stack sentinel overflow - swap\n"); in ZTEST()
398 /* HW based stack overflow detection. in ZTEST()
403 TC_PRINT("test stack HW-based overflow - supervisor 1\n"); in ZTEST()
406 TC_PRINT("test stack HW-based overflow - supervisor 2\n"); in ZTEST()
410 TC_PRINT("test stack HW-based overflow (FPU thread) - supervisor 1\n"); in ZTEST()
[all …]
/Zephyr-Core-3.5.0/doc/services/portability/
Dposix.svg2overflow:visible;" pointer-events="all" width="52" height="12" requiredFeatures="http://www.w3.org…
/Zephyr-Core-3.5.0/doc/kernel/drivers/
Ddevice_driver_model.svg3overflow:visible;" pointer-events="all" width="238" height="95" requiredFeatures="http://www.w3.or…
/Zephyr-Core-3.5.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.5.0/samples/bluetooth/mtu_update/img/
Dmtu.svg3overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFea…
/Zephyr-Core-3.5.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.5.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.5.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.5.0/doc/kernel/services/threads/
Dthread_states.svg3overflow:visible;" pointer-events="all" width="21" height="11" requiredFeatures="http://www.w3.org…
/Zephyr-Core-3.5.0/drivers/pwm/
Dpwm_mcux_ftm.c277 uint16_t cnt, bool overflow) in mcux_ftm_capture_first_edge() argument
291 capture->first_edge_overflow = overflow; in mcux_ftm_capture_first_edge()
293 LOG_DBG("pair = %d, 1st cnt = %u, 1st ovf = %d", pair, cnt, overflow); in mcux_ftm_capture_first_edge()
297 uint16_t cnt, bool overflow) in mcux_ftm_capture_second_edge() argument
318 /* Clear both edge flags for pulse capture to capture first edge overflow counter */ in mcux_ftm_capture_second_edge()
326 /* Compensate for the overflow registered in the same IRQ */ in mcux_ftm_capture_second_edge()
330 if (unlikely(overflow && second_cnv > cnt)) { in mcux_ftm_capture_second_edge()
331 /* Compensate for the overflow registered in the same IRQ */ in mcux_ftm_capture_second_edge()
340 LOG_ERR("overflow while calculating cycles"); in mcux_ftm_capture_second_edge()
345 LOG_ERR("overflow while calculating cycles"); in mcux_ftm_capture_second_edge()
[all …]
/Zephyr-Core-3.5.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.5.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.5.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.5.0/doc/hardware/peripherals/canbus/
Dtiming.svg5 <symbol overflow="visible" id="glyph0-0">
8 <symbol overflow="visible" id="glyph0-1">
11 <symbol overflow="visible" id="glyph0-2">
14 <symbol overflow="visible" id="glyph0-3">
17 <symbol overflow="visible" id="glyph0-4">
20 <symbol overflow="visible" id="glyph0-5">
23 <symbol overflow="visible" id="glyph0-6">
26 <symbol overflow="visible" id="glyph0-7">
29 <symbol overflow="visible" id="glyph0-8">
32 <symbol overflow="visible" id="glyph0-9">
[all …]
/Zephyr-Core-3.5.0/subsys/testsuite/include/zephyr/
Dtimestamp.h67 * high precision timer register overflow.
98 * overflow and 0 otherwise
105 * overflow of the high precision timer in high_timer_overflow()
/Zephyr-Core-3.5.0/doc/build/sysbuild/
Dsysbuild.svg4overflow: visible; text-align: left;"><div xmlns="http://www.w3.org/1999/xhtml" style="display: fl…

12345678910>>...13