/Zephyr-latest/tests/drivers/can/host/src/ |
D | main.c | 10 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, 29 "Get zephyr,canbus chosen device name\n" 30 "Usage: can_host chosen",
|
/Zephyr-latest/tests/drivers/can/host/pytest/ |
D | conftest.py | 38 @pytest.fixture(name='chosen', scope='module') 40 """Return the name of the zephyr,canbus devicetree chosen device.""" 42 lines = shell.get_filtered_output(shell.exec_command('can_host chosen')) 47 chosen = m.groups()[0] 48 logger.info('testing on zephyr,canbus chosen device "%s"', chosen) 49 return chosen 51 pytest.fail('zephyr,canbus chosen device not found or not ready') 55 def can_dut(dut: DeviceAdapter, shell: Shell, chosen: str) -> BusABC: 57 bus = CanShellBus(dut, shell, chosen)
|
/Zephyr-latest/doc/build/kconfig/ |
D | preprocessor-functions.rst | 31 $(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/tests/subsys/settings/functional/fcb/ |
D | testcase.yaml | 14 settings.functional.fcb.chosen: 15 extra_args: DTC_OVERLAY_FILE=./chosen.overlay
|
/Zephyr-latest/tests/subsys/settings/functional/nvs/ |
D | testcase.yaml | 10 settings.functional.nvs.chosen: 11 extra_args: DTC_OVERLAY_FILE=./chosen.overlay
|
/Zephyr-latest/dts/bindings/sensor/ |
D | avago,apds9253.yaml | 24 Default value is chosen from the official documentation. 47 Default value is chosen from the official documentation. 66 Default value is chosen from the official documentation.
|
D | ams,tsl2540.yaml | 24 This default value (1.00000) is chosen for free open space (no glass). 33 This default value (1.00000) is chosen for free open space (no glass).
|
/Zephyr-latest/dts/bindings/mfd/ |
D | x-powers,axp192.yaml | 18 By default VBUS power supply is chosen via N_VBUSEN pin. 19 When disabled, VBUS can by chosen automatically by the pmic
|
/Zephyr-latest/samples/bluetooth/bap_broadcast_assistant/ |
D | Kconfig | 12 If empty, the first broadcast source found will be chosen. 21 If empty, the first broadcast sink found will be chosen.
|
/Zephyr-latest/soc/nxp/imx/imx6sx/ |
D | Kconfig.defconfig.mcimx6x_m4 | 14 #-Select the relocation if the chosen flash is not the TCML 17 # the chosen zephyr,flash and all the address span in between
|
/Zephyr-latest/soc/nxp/imx/imx7d/ |
D | Kconfig.defconfig.mcimx7d_m4 | 16 #-Select the relocation if the chosen flash is not the OCRAM_S 19 # the chosen zephyr,flash and all the address span in between
|
/Zephyr-latest/scripts/kconfig/ |
D | kconfigfunctions.py | 58 def dt_chosen_label(kconf, _, chosen): argument 60 This function takes a 'chosen' property and treats that property as a path 68 node = edt.chosen_node(chosen) 78 def dt_chosen_enabled(kconf, _, chosen): argument 80 This function returns "y" if /chosen contains a property named 'chosen' 86 node = edt.chosen_node(chosen) 90 def dt_chosen_path(kconf, _, chosen): argument 92 This function takes a /chosen node property and returns the path 98 node = edt.chosen_node(chosen) 102 def dt_chosen_has_compat(kconf, _, chosen, compat): argument [all …]
|
/Zephyr-latest/soc/aspeed/ast10x0/ |
D | Kconfig | 23 of /chosen/zephyr,sram in devicetree. The user should generally avoid 30 reg[1] of /chosen/zephyr,sram in devicetree. The user should
|
/Zephyr-latest/samples/drivers/mbox_data/remote/boards/ |
D | lpcxpresso55s69_lpc55s69_cpu1.overlay | 8 chosen { 9 /* Delete ipc chosen property where old IPM mailbox driver bellow is
|
/Zephyr-latest/samples/drivers/mbox_data/boards/ |
D | lpcxpresso55s69_lpc55s69_cpu0.overlay | 8 chosen { 9 /* Delete ipc chosen property where old IPM mailbox driver bellow is
|
D | mimxrt1160_evk_mimxrt1166_cm7.overlay | 8 chosen { 9 /* Delete ipc chosen property where old IPM mailbox driver bellow is
|
D | mimxrt1170_evk_mimxrt1176_cm7_A.overlay | 8 chosen { 9 /* Delete ipc chosen property where old IPM mailbox driver bellow is
|
D | mimxrt1170_evk_mimxrt1176_cm7_B.overlay | 8 chosen { 9 /* Delete ipc chosen property where old IPM mailbox driver bellow is
|
/Zephyr-latest/samples/drivers/mbox/boards/ |
D | lpcxpresso55s69_lpc55s69_cpu0.overlay | 8 chosen { 9 /* Delete ipc chosen property where old IPM mailbox driver bellow is
|
D | mimxrt1160_evk_mimxrt1166_cm7.overlay | 8 chosen { 9 /* Delete ipc chosen property where old IPM mailbox driver bellow is
|
D | mimxrt1170_evk_mimxrt1176_cm7_A.overlay | 8 chosen { 9 /* Delete ipc chosen property where old IPM mailbox driver bellow is
|
D | mimxrt1170_evk_mimxrt1176_cm7_B.overlay | 8 chosen { 9 /* Delete ipc chosen property where old IPM mailbox driver bellow is
|
/Zephyr-latest/samples/bluetooth/hci_uart_async/ |
D | app.overlay | 15 chosen { 25 chosen {
|
/Zephyr-latest/samples/drivers/mbox/remote/boards/ |
D | lpcxpresso55s69_lpc55s69_cpu1.overlay | 8 chosen { 9 /* Delete ipc chosen property where old IPM mailbox driver bellow is
|
/Zephyr-latest/tests/drivers/mbox/mbox_data/boards/ |
D | lpcxpresso55s69_lpc55s69_cpu0.overlay | 8 chosen { 9 /* Delete ipc chosen property where old IPM mailbox driver bellow is
|