Home
last modified time | relevance | path

Searched refs:chosen (Results 1 – 25 of 1371) sorted by relevance

12345678910>>...55

/Zephyr-latest/tests/drivers/can/host/src/
Dmain.c10 static const struct device *chosen = DEVICE_DT_GET(DT_CHOSEN(zephyr_canbus)); variable
17 if (!device_is_ready(chosen)) { in cmd_can_host_chosen()
18 shell_error(sh, "zephyr,canbus device %s not ready", chosen->name); in cmd_can_host_chosen()
22 shell_print(sh, "zephyr,canbus: %s", chosen->name); in cmd_can_host_chosen()
28 SHELL_CMD(chosen, NULL,
/Zephyr-latest/tests/drivers/can/host/pytest/
Dconftest.py47 chosen = m.groups()[0]
48 logger.info('testing on zephyr,canbus chosen device "%s"', chosen)
49 return chosen
55 def can_dut(dut: DeviceAdapter, shell: Shell, chosen: str) -> BusABC:
57 bus = CanShellBus(dut, shell, chosen)
/Zephyr-latest/scripts/kconfig/
Dkconfigfunctions.py58 def dt_chosen_label(kconf, _, chosen): argument
68 node = edt.chosen_node(chosen)
78 def dt_chosen_enabled(kconf, _, chosen): argument
86 node = edt.chosen_node(chosen)
90 def dt_chosen_path(kconf, _, chosen): argument
98 node = edt.chosen_node(chosen)
102 def dt_chosen_has_compat(kconf, _, chosen, compat): argument
110 node = edt.chosen_node(chosen)
280 def _dt_chosen_reg_addr(kconf, chosen, index=0, unit=None): argument
299 node = edt.chosen_node(chosen)
[all …]
/Zephyr-latest/doc/build/kconfig/
Dpreprocessor-functions.rst31 $(dt_chosen_bool_prop, <property in /chosen>, <prop>)
32 $(dt_chosen_enabled,<property in /chosen>)
33 $(dt_chosen_has_compat,<property in /chosen>,<compatible string>)
34 $(dt_chosen_label,<property in /chosen>)
35 $(dt_chosen_partition,addr_hex,<chosen>[,<index>,<unit>])
36 $(dt_chosen_partition,addr_int,<chosen>[,<index>,<unit>])
37 $(dt_chosen_path,<property in /chosen>)
38 $(dt_chosen_reg_addr_hex,<property in /chosen>[,<index>,<unit>])
39 $(dt_chosen_reg_addr_int,<property in /chosen>[,<index>,<unit>])
40 $(dt_chosen_reg_size_hex,<property in /chosen>[,<index>,<unit>])
[all …]
/Zephyr-latest/samples/drivers/mbox_data/remote/boards/
Dlpcxpresso55s69_lpc55s69_cpu1.overlay8 chosen {
9 /* Delete ipc chosen property where old IPM mailbox driver bellow is
/Zephyr-latest/samples/drivers/mbox_data/boards/
Dlpcxpresso55s69_lpc55s69_cpu0.overlay8 chosen {
9 /* Delete ipc chosen property where old IPM mailbox driver bellow is
Dmimxrt1160_evk_mimxrt1166_cm7.overlay8 chosen {
9 /* Delete ipc chosen property where old IPM mailbox driver bellow is
Dmimxrt1170_evk_mimxrt1176_cm7_A.overlay8 chosen {
9 /* Delete ipc chosen property where old IPM mailbox driver bellow is
Dmimxrt1170_evk_mimxrt1176_cm7_B.overlay8 chosen {
9 /* Delete ipc chosen property where old IPM mailbox driver bellow is
/Zephyr-latest/samples/drivers/mbox/boards/
Dlpcxpresso55s69_lpc55s69_cpu0.overlay8 chosen {
9 /* Delete ipc chosen property where old IPM mailbox driver bellow is
Dmimxrt1160_evk_mimxrt1166_cm7.overlay8 chosen {
9 /* Delete ipc chosen property where old IPM mailbox driver bellow is
Dmimxrt1170_evk_mimxrt1176_cm7_A.overlay8 chosen {
9 /* Delete ipc chosen property where old IPM mailbox driver bellow is
Dmimxrt1170_evk_mimxrt1176_cm7_B.overlay8 chosen {
9 /* Delete ipc chosen property where old IPM mailbox driver bellow is
/Zephyr-latest/tests/drivers/mbox/mbox_data/boards/
Dlpcxpresso55s69_lpc55s69_cpu0.overlay8 chosen {
9 /* Delete ipc chosen property where old IPM mailbox driver bellow is
Dmimxrt1160_evk_mimxrt1166_cm7.overlay8 chosen {
9 /* Delete ipc chosen property where old IPM mailbox driver bellow is
Dmimxrt1170_evk_mimxrt1176_cm7_A.overlay8 chosen {
9 /* Delete ipc chosen property where old IPM mailbox driver bellow is
Dmimxrt1170_evk_mimxrt1176_cm7_B.overlay8 chosen {
9 /* Delete ipc chosen property where old IPM mailbox driver bellow is
/Zephyr-latest/tests/drivers/mbox/mbox_data/remote/boards/
Dlpcxpresso55s69_lpc55s69_cpu1.overlay8 chosen {
9 /* Delete ipc chosen property where old IPM mailbox driver bellow is
/Zephyr-latest/samples/drivers/mbox/remote/boards/
Dlpcxpresso55s69_lpc55s69_cpu1.overlay8 chosen {
9 /* Delete ipc chosen property where old IPM mailbox driver bellow is
/Zephyr-latest/tests/subsys/secure_storage/psa/its/
Dzms.overlay2 chosen {
/Zephyr-latest/tests/bsim/bluetooth/ll/conn/
Dhci-uart.overlay2 chosen {
/Zephyr-latest/samples/bluetooth/hci_uart_async/
Dapp.overlay15 chosen {
25 chosen {
/Zephyr-latest/samples/drivers/counter/alarm/boards/
Dnrf54l20pdk_nrf54l20_cpuapp.overlay2 chosen {
/Zephyr-latest/tests/bluetooth/uuid/
Dtest.overlay2 chosen {
/Zephyr-latest/tests/bluetooth/l2cap/
Dtest.overlay2 chosen {

12345678910>>...55