Home
last modified time | relevance | path

Searched refs:common (Results 1 – 25 of 1726) sorted by relevance

12345678910>>...70

/Zephyr-latest/include/zephyr/linker/
Dcommon-rom.ld3 #include <zephyr/linker/common-rom/common-rom-kernel-devices.ld>
5 #include <zephyr/linker/common-rom/common-rom-ztest.ld>
7 #include <zephyr/linker/common-rom/common-rom-init.ld>
9 #include <zephyr/linker/common-rom/common-rom-net.ld>
11 #include <zephyr/linker/common-rom/common-rom-bt.ld>
13 #include <zephyr/linker/common-rom/common-rom-logging.ld>
15 #include <zephyr/linker/common-rom/common-rom-debug.ld>
17 #include <zephyr/linker/common-rom/common-rom-interrupt-controllers.ld>
19 #include <zephyr/linker/common-rom/common-rom-misc.ld>
/Zephyr-latest/tests/subsys/llext/src/
Dalign_ext.c25 ALIGNED_ENTRY(common, 8);
26 ALIGNED_ENTRY(common, 16);
27 ALIGNED_ENTRY(common, 32);
28 ALIGNED_ENTRY(common, 64);
29 ALIGNED_ENTRY(common, 128);
30 ALIGNED_ENTRY(common, 256);
31 ALIGNED_ENTRY(common, 512);
56 ASSERT_ENTRY(common, 8); in test_entry()
57 ASSERT_ENTRY(common, 16); in test_entry()
58 ASSERT_ENTRY(common, 32); in test_entry()
[all …]
/Zephyr-latest/boards/native/nrf_bsim/
DCMakeLists.txt29 common/bstests_entry.c
30 common/cmsis/cmsis.c
31 common/trace_hook.c
40 common/bsim_args_runner.c
41 common/bsim_extra_cpu_if_stubs.c
42 common/phy_sync_ctrl.c
43 common/runner_hooks.c
44 common/posix_arch_if.c
45 common/trace_hook.c
56 common
[all …]
/Zephyr-latest/soc/sensry/ganymed/sy1xx/
DCMakeLists.txt4 zephyr_include_directories(common)
7 common/crt0.S
8 common/soc.c
9 common/udma.c
12 zephyr_linker_sources(ROM_START SORT_KEY 0x0vectors common/vector_table.ld)
14 set(SOC_LINKER_SCRIPT ${CMAKE_CURRENT_SOURCE_DIR}/common/linker.ld CACHE INTERNAL "")
/Zephyr-latest/drivers/input/
Dinput_npcx_kbd.c27 struct input_kbd_matrix_common_config common; member
43 struct input_kbd_matrix_common_data common; member
60 const struct input_kbd_matrix_common_config *common = &config->common; in npcx_kbd_set_detect_mode() local
63 for (int i = 0; i < common->row_size; i++) { in npcx_kbd_set_detect_mode()
76 const struct input_kbd_matrix_common_config *common = &config->common; in npcx_kbd_drive_column() local
80 if (col >= common->col_size) { in npcx_kbd_drive_column()
90 mask = ~BIT_MASK(common->col_size); in npcx_kbd_drive_column()
108 const struct input_kbd_matrix_common_config *common = &config->common; in npcx_kbd_read_row() local
115 val = ~val & BIT_MASK(common->row_size); in npcx_kbd_read_row()
143 const struct input_kbd_matrix_common_config *common = &config->common; in npcx_kbd_init() local
[all …]
Dinput_gpio_kbd_matrix.c22 struct input_kbd_matrix_common_config common; member
36 struct input_kbd_matrix_common_data common; member
48 const struct input_kbd_matrix_common_config *common = &cfg->common; in gpio_kbd_matrix_drive_column() local
55 state = BIT_MASK(common->col_size); in gpio_kbd_matrix_drive_column()
65 gpio_mask = BIT_MASK(common->col_size) << gpio0->pin; in gpio_kbd_matrix_drive_column()
73 for (int i = 0; i < common->col_size; i++) { in gpio_kbd_matrix_drive_column()
93 const struct input_kbd_matrix_common_config *common = &cfg->common; in gpio_kbd_matrix_read_row() local
103 return (gpio_val >> gpio0->pin) & BIT_MASK(common->row_size); in gpio_kbd_matrix_read_row()
106 for (int i = 0; i < common->row_size; i++) { in gpio_kbd_matrix_read_row()
120 const struct input_kbd_matrix_common_config *common = &cfg->common; in gpio_kbd_matrix_idle_poll_handler() local
[all …]
/Zephyr-latest/tests/subsys/fs/ext2/
DCMakeLists.txt9 ../common/test_fs_util.c
10 ../common/test_fs_mkfs.c
11 ../common/test_fs_basic.c
12 ../common/test_fs_dirops.c
13 ../common/test_fs_open_flags.c
14 ../common/test_fs_mount_flags.c
/Zephyr-latest/boards/seeed/xiao_ble/
Dboard.cmake7 include(${ZEPHYR_BASE}/boards/common/nrfutil.board.cmake)
8 include(${ZEPHYR_BASE}/boards/common/nrfjprog.board.cmake)
9 include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
10 include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake)
11 include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
12 include(${ZEPHYR_BASE}/boards/common/uf2.board.cmake)
13 include(${ZEPHYR_BASE}/boards/common/blackmagicprobe.board.cmake)
/Zephyr-latest/boards/croxel/croxel_cx1825/
Dboard.cmake5 include(${ZEPHYR_BASE}/boards/common/nrfutil.board.cmake)
6 include(${ZEPHYR_BASE}/boards/common/nrfjprog.board.cmake)
7 include(${ZEPHYR_BASE}/boards/common/nrfutil.board.cmake)
8 include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
9 include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake)
10 include(${ZEPHYR_BASE}/boards/common/openocd-nrf5.board.cmake)
/Zephyr-latest/boards/adafruit/itsybitsy/
Dboard.cmake3 include(${ZEPHYR_BASE}/boards/common/bossac.board.cmake)
6 include(${ZEPHYR_BASE}/boards/common/nrfutil.board.cmake)
7 include(${ZEPHYR_BASE}/boards/common/nrfjprog.board.cmake)
8 include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
9 include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake)
10 include(${ZEPHYR_BASE}/boards/common/openocd-nrf5.board.cmake)
/Zephyr-latest/boards/nordic/nrf9160dk/
Dboard.cmake13 include(${ZEPHYR_BASE}/boards/common/nrfutil.board.cmake)
14 include(${ZEPHYR_BASE}/boards/common/nrfjprog.board.cmake)
15 include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
18 include(${ZEPHYR_BASE}/boards/common/nrfutil.board.cmake)
19 include(${ZEPHYR_BASE}/boards/common/nrfjprog.board.cmake)
20 include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
21 include(${ZEPHYR_BASE}/boards/common/openocd-nrf5.board.cmake)
/Zephyr-latest/soc/infineon/cat1a/
DCMakeLists.txt5 zephyr_include_directories(common)
6 zephyr_sources(common/soc.c)
9 zephyr_linker_sources(NOINIT common/noinit.ld)
12 zephyr_linker_sources(ROM_START SORT_KEY 0x0cm0p common/rom_cm0image.ld)
15 zephyr_linker_sources(RAM_SECTIONS SORT_KEY 0 common/ram_cm0image.ld)
16 zephyr_linker_sources(RAMFUNC_SECTION SORT_KEY 0 common/ram_func.ld)
17 zephyr_linker_sources(RODATA SORT_KEY 0 common/rom.ld)
/Zephyr-latest/boards/rakwireless/rak5010/
Dboard.cmake6 include(${ZEPHYR_BASE}/boards/common/nrfutil.board.cmake)
7 include(${ZEPHYR_BASE}/boards/common/nrfjprog.board.cmake)
8 include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
9 include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake)
10 include(${ZEPHYR_BASE}/boards/common/openocd-nrf5.board.cmake)
11 include(${ZEPHYR_BASE}/boards/common/blackmagicprobe.board.cmake)
/Zephyr-latest/tests/subsys/fs/littlefs/
DCMakeLists.txt17 ../common/test_fs_util.c
18 ../common/test_fs_open_flags.c
19 ../common/test_fs_dirops.c
20 ../common/test_fs_basic.c
21 ../common/test_fs_mount_flags.c
22 ../common/test_fs_mkfs.c
/Zephyr-latest/boards/sparkfun/micromod/
Dboard.cmake6 include(${ZEPHYR_BASE}/boards/common/nrfutil.board.cmake)
7 include(${ZEPHYR_BASE}/boards/common/nrfjprog.board.cmake)
8 include(${ZEPHYR_BASE}/boards/common/openocd-nrf5.board.cmake)
9 include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake)
10 include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
/Zephyr-latest/boards/raytac/mdbt50q_db_40/
Dboard.cmake5 include(${ZEPHYR_BASE}/boards/common/nrfutil.board.cmake)
6 include(${ZEPHYR_BASE}/boards/common/nrfjprog.board.cmake)
7 include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
8 include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake)
9 include(${ZEPHYR_BASE}/boards/common/openocd-nrf5.board.cmake)
/Zephyr-latest/boards/nordic/nrf21540dk/
Dboard.cmake5 include(${ZEPHYR_BASE}/boards/common/nrfutil.board.cmake)
6 include(${ZEPHYR_BASE}/boards/common/nrfjprog.board.cmake)
7 include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
8 include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake)
9 include(${ZEPHYR_BASE}/boards/common/openocd-nrf5.board.cmake)
/Zephyr-latest/boards/nordic/nrf52840dk/
Dboard.cmake5 include(${ZEPHYR_BASE}/boards/common/nrfutil.board.cmake)
6 include(${ZEPHYR_BASE}/boards/common/nrfjprog.board.cmake)
7 include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
8 include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake)
9 include(${ZEPHYR_BASE}/boards/common/openocd-nrf5.board.cmake)
/Zephyr-latest/boards/nordic/nrf52dk/
Dboard.cmake5 include(${ZEPHYR_BASE}/boards/common/nrfutil.board.cmake)
6 include(${ZEPHYR_BASE}/boards/common/nrfjprog.board.cmake)
7 include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
8 include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake)
9 include(${ZEPHYR_BASE}/boards/common/openocd-nrf5.board.cmake)
/Zephyr-latest/boards/qorvo/decawave_dwm3001cdk/
Dboard.cmake5 include(${ZEPHYR_BASE}/boards/common/nrfutil.board.cmake)
6 include(${ZEPHYR_BASE}/boards/common/nrfjprog.board.cmake)
7 include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
8 include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake)
9 include(${ZEPHYR_BASE}/boards/common/openocd-nrf5.board.cmake)
/Zephyr-latest/boards/ebyte/e73_tbb/
Dboard.cmake5 include(${ZEPHYR_BASE}/boards/common/nrfutil.board.cmake)
6 include(${ZEPHYR_BASE}/boards/common/nrfjprog.board.cmake)
7 include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
8 include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake)
9 include(${ZEPHYR_BASE}/boards/common/openocd-nrf5.board.cmake)
/Zephyr-latest/boards/nordic/nrf52833dk/
Dboard.cmake5 include(${ZEPHYR_BASE}/boards/common/nrfutil.board.cmake)
6 include(${ZEPHYR_BASE}/boards/common/nrfjprog.board.cmake)
7 include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
8 include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake)
9 include(${ZEPHYR_BASE}/boards/common/openocd-nrf5.board.cmake)
/Zephyr-latest/boards/contextualelectronics/abc/
Dboard.cmake6 include(${ZEPHYR_BASE}/boards/common/nrfutil.board.cmake)
7 include(${ZEPHYR_BASE}/boards/common/nrfjprog.board.cmake)
8 include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
9 include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake)
10 include(${ZEPHYR_BASE}/boards/common/openocd-nrf5.board.cmake)
/Zephyr-latest/boards/nxp/frdm_k64f/
Dboard.cmake8 include(${ZEPHYR_BASE}/boards/common/linkserver.board.cmake)
9 include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake)
10 include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
11 include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
12 include(${ZEPHYR_BASE}/boards/common/canopen.board.cmake)
/Zephyr-latest/boards/we/proteus3ev/
Dboard.cmake7 include(${ZEPHYR_BASE}/boards/common/nrfutil.board.cmake)
8 include(${ZEPHYR_BASE}/boards/common/nrfjprog.board.cmake)
9 include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
10 include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake)
11 include(${ZEPHYR_BASE}/boards/common/openocd-nrf5.board.cmake)

12345678910>>...70