Searched refs:f2 (Results 1 – 19 of 19) sorted by relevance
/Zephyr-latest/tests/drivers/can/shell/src/ |
D | main.c | 41 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/ |
D | stm32f207Xe.dtsi | 7 #include <st/f2/stm32f207.dtsi>
|
D | stm32f207Xg.dtsi | 8 #include <st/f2/stm32f207.dtsi>
|
D | stm32f205Xe.dtsi | 8 #include <st/f2/stm32f2.dtsi>
|
D | stm32f207.dtsi | 7 #include <st/f2/stm32f2.dtsi>
|
/Zephyr-latest/scripts/ |
D | coccicheck | 146 OPT=`grep "Options:" $COCCI | cut -d':' -f2` 147 VIRTUAL=`grep "virtual" $COCCI | cut -d' ' -f2`
|
/Zephyr-latest/samples/subsys/portability/cmsis_rtos_v1/philosophers/ |
D | README.rst | 15 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/ |
D | README.rst | 15 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/ |
D | npcx9-miwus-int-map.dtsi | 54 group_f2: group-f2-map {
|
/Zephyr-latest/dts/arm/nuvoton/npcx/npcx4/ |
D | npcx4-miwus-int-map.dtsi | 59 group_f2: group-f2-map {
|
/Zephyr-latest/arch/sparc/core/ |
D | interrupt_trap.S | 211 std %f2, [%sp + 64 + 0x08] 231 ldd [%sp + 64 + 0x08], %f2
|
/Zephyr-latest/boards/st/nucleo_f207zg/ |
D | nucleo_f207zg.dts | 8 #include <st/f2/stm32f207Xg.dtsi> 9 #include <st/f2/stm32f207z(c-e-f-g)tx-pinctrl.dtsi>
|
/Zephyr-latest/doc/hardware/arch/ |
D | arc-support-status.rst | 38 | Hardware-assisted unaligned memory access | Y [#f2]_ | Y | … 83 .. [#f2] except the systems with secure features (SecureShield) due to HW
|
D | arm_cortex_m.rst | 56 …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/ |
D | README.rst | 15 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/ |
D | twister_blackbox.rst | 44 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/ |
D | xtensa_asm2_s.h | 115 ssi f2, a1, ___xtensa_irq_bsa_t_fpu2_OFFSET 138 lsi f2, a1, ___xtensa_irq_bsa_t_fpu2_OFFSET
|
/Zephyr-latest/drivers/modem/ |
D | simcom-sim7080.c | 1386 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/ |
D | index.rst | 806 | Memory footprint (test) [#f2]_ | 2k | 821 .. [#f2] Logging subsystem memory footprint in :zephyr_file:`tests/subsys/logging/log_benchmark`
|