Searched defs:chosen (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/tests/drivers/can/host/src/ |
D | main.c | 10 static const struct device *chosen = DEVICE_DT_GET(DT_CHOSEN(zephyr_canbus)); variable
|
/Zephyr-latest/scripts/kconfig/ |
D | kconfigfunctions.py | 58 def dt_chosen_label(kconf, _, chosen): argument 78 def dt_chosen_enabled(kconf, _, chosen): argument 90 def dt_chosen_path(kconf, _, chosen): argument 102 def dt_chosen_has_compat(kconf, _, chosen, compat): argument 280 def _dt_chosen_reg_addr(kconf, chosen, index=0, unit=None): argument 304 def _dt_chosen_reg_size(kconf, chosen, index=0, unit=None): argument 328 def dt_chosen_reg(kconf, name, chosen, index=0, unit=None): argument 343 def _dt_chosen_partition_addr(kconf, chosen, index=0, unit=None): argument 374 def dt_chosen_partition_addr(kconf, name, chosen, index=0, unit=None): argument 523 def dt_chosen_bool_prop(kconf, _, chosen, prop): argument
|
/Zephyr-latest/subsys/mgmt/ec_host_cmd/ |
D | ec_host_cmd_handler.c | 24 #define EC_HOST_CMD_ADD_CHOSEN(chosen) COND_CODE_1(DT_NODE_EXISTS(DT_CHOSEN(chosen)), (1), (0)) argument
|
/Zephyr-latest/subsys/logging/ |
D | log_core.c | 710 struct log_msg_ptr *chosen = NULL; in z_log_msg_claim_oldest() local
|