Home
last modified time | relevance | path

Searched full:chosen (Results 1 – 25 of 1467) sorted by relevance

12345678910>>...59

/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,
29 "Get zephyr,canbus chosen device name\n"
30 "Usage: can_host chosen",
/Zephyr-latest/tests/drivers/can/host/pytest/
Dconftest.py38 @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/
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/tests/subsys/settings/functional/fcb/
Dtestcase.yaml14 settings.functional.fcb.chosen:
15 extra_args: DTC_OVERLAY_FILE=./chosen.overlay
/Zephyr-latest/tests/subsys/settings/functional/nvs/
Dtestcase.yaml10 settings.functional.nvs.chosen:
11 extra_args: DTC_OVERLAY_FILE=./chosen.overlay
/Zephyr-latest/dts/bindings/sensor/
Davago,apds9253.yaml24 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.
Dams,tsl2540.yaml24 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/
Dx-powers,axp192.yaml18 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/
DKconfig12 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/
DKconfig.defconfig.mcimx6x_m414 #-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/
DKconfig.defconfig.mcimx7d_m416 #-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/
Dkconfigfunctions.py58 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/
DKconfig23 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/
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/samples/bluetooth/hci_uart_async/
Dapp.overlay15 chosen {
25 chosen {
/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/drivers/mbox/mbox_data/boards/
Dlpcxpresso55s69_lpc55s69_cpu0.overlay8 chosen {
9 /* Delete ipc chosen property where old IPM mailbox driver bellow is

12345678910>>...59