Home
last modified time | relevance | path

Searched refs:f2 (Results 1 – 19 of 19) sorted by relevance

/Zephyr-latest/tests/drivers/can/shell/src/
Dmain.c41 static void assert_can_filter_equal(const struct can_filter *f1, const struct can_filter *f2) in assert_can_filter_equal() argument
43 zassert_equal(f1->flags, f2->flags, "flags mismatch"); in assert_can_filter_equal()
44 zassert_equal(f1->id, f2->id, "id mismatch"); in assert_can_filter_equal()
45 zassert_equal(f1->mask, f2->mask, "mask mismatch"); in assert_can_filter_equal()
48 static void assert_can_frame_equal(const struct can_frame *f1, const struct can_frame *f2) in assert_can_frame_equal() argument
50 zassert_equal(f1->flags, f2->flags, "flags mismatch"); in assert_can_frame_equal()
51 zassert_equal(f1->id, f2->id, "id mismatch"); in assert_can_frame_equal()
52 zassert_equal(f1->dlc, f2->dlc, "dlc mismatch"); in assert_can_frame_equal()
53 zassert_mem_equal(f1->data, f2->data, can_dlc_to_bytes(f1->dlc), "data mismatch"); in assert_can_frame_equal()
/Zephyr-latest/dts/arm/st/f2/
Dstm32f207Xe.dtsi7 #include <st/f2/stm32f207.dtsi>
Dstm32f207Xg.dtsi8 #include <st/f2/stm32f207.dtsi>
Dstm32f205Xe.dtsi8 #include <st/f2/stm32f2.dtsi>
Dstm32f207.dtsi7 #include <st/f2/stm32f2.dtsi>
/Zephyr-latest/scripts/
Dcoccicheck146 OPT=`grep "Options:" $COCCI | cut -d':' -f2`
147 VIRTUAL=`grep "virtual" $COCCI | cut -d' ' -f2`
/Zephyr-latest/samples/subsys/portability/cmsis_rtos_v1/philosophers/
DREADME.rst15 The philosopher always tries to get the lowest fork first (f1 then f2). When
16 done, he will give back the forks in the reverse order (f2 then f1). If he
/Zephyr-latest/samples/subsys/portability/cmsis_rtos_v2/philosophers/
DREADME.rst15 The philosopher always tries to get the lowest fork first (f1 then f2). When
16 done, he will give back the forks in the reverse order (f2 then f1). If he
/Zephyr-latest/dts/arm/nuvoton/npcx/npcx9/
Dnpcx9-miwus-int-map.dtsi54 group_f2: group-f2-map {
/Zephyr-latest/dts/arm/nuvoton/npcx/npcx4/
Dnpcx4-miwus-int-map.dtsi59 group_f2: group-f2-map {
/Zephyr-latest/arch/sparc/core/
Dinterrupt_trap.S211 std %f2, [%sp + 64 + 0x08]
231 ldd [%sp + 64 + 0x08], %f2
/Zephyr-latest/boards/st/nucleo_f207zg/
Dnucleo_f207zg.dts8 #include <st/f2/stm32f207Xg.dtsi>
9 #include <st/f2/stm32f207z(c-e-f-g)tx-pinctrl.dtsi>
/Zephyr-latest/doc/hardware/arch/
Darc-support-status.rst38 | Hardware-assisted unaligned memory access | Y [#f2]_ | Y | …
83 .. [#f2] except the systems with secure features (SecureShield) due to HW
Darm_cortex_m.rst56 …t checking | N | N | N | N | N |Y [#f2]_ | Y | Y…
88 .. [#f2] Stack limit checking only in Secure builds in Cortex-M23
/Zephyr-latest/samples/philosophers/
DREADME.rst15 The philosopher always tries to get the lowest fork first (f1 then f2). When done, he will give
16 back the forks in the reverse order (f2 then f1). If he gets two forks, he is ``EATING``.
/Zephyr-latest/doc/develop/test/twister/
Dtwister_blackbox.rst44 We can easily set up all flags that we expect from a Twister call via ``args`` variable [#f2]_ .
126 .. [#f2] We advise you to keep the first section of ``args`` definition intact in almost all
/Zephyr-latest/arch/xtensa/include/
Dxtensa_asm2_s.h115 ssi f2, a1, ___xtensa_irq_bsa_t_fpu2_OFFSET
138 lsi f2, a1, ___xtensa_irq_bsa_t_fpu2_OFFSET
/Zephyr-latest/drivers/modem/
Dsimcom-sim7080.c1386 static int gnss_split_on_dot(const char *src, int32_t *f1, int32_t *f2) in gnss_split_on_dot() argument
1397 *f2 = (int32_t)strtol(dot + 1, NULL, 10); in gnss_split_on_dot()
1400 *f2 = -*f2; in gnss_split_on_dot()
/Zephyr-latest/doc/services/logging/
Dindex.rst806 | Memory footprint (test) [#f2]_ | 2k |
821 .. [#f2] Logging subsystem memory footprint in :zephyr_file:`tests/subsys/logging/log_benchmark`