/Zephyr-latest/tests/drivers/comparator/gpio_loopback/boards/ |
D | xg24_rb4187c.overlay | 13 test-comp = &acmp0;
|
D | xg29_rb4412a.overlay | 13 test-comp = &acmp0;
|
D | frdm_ke15z.overlay | 16 test-comp = &cmp0;
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | test_proxy_sol.c | 57 static const struct bt_mesh_comp comp = { variable 110 bt_mesh_device_setup(&prov, &comp); in tester_configure() 126 bt_mesh_device_setup(&prov, &comp); in iut_configure()
|
D | test_op_agg.c | 129 static const struct bt_mesh_comp comp = { variable 168 bt_mesh_device_setup(&prov, &comp); in common_init()
|
D | mesh_test.c | 230 const struct bt_mesh_comp comp = { variable 275 void bt_mesh_device_setup(const struct bt_mesh_prov *prov, const struct bt_mesh_comp *comp) in bt_mesh_device_setup() argument 287 err = bt_mesh_init(prov, comp); in bt_mesh_device_setup() 311 bt_mesh_device_setup(&prov, &comp); in bt_mesh_test_setup()
|
D | test_brg.c | 48 extern const struct bt_mesh_comp comp; 447 bt_mesh_device_setup(&tester_prov, &comp); in tester_init_common() 800 bt_mesh_device_setup(&tester_prov, &comp); in test_tester_persistence() 1073 bt_mesh_device_setup(&bridge_prov, &comp); in bridge_setup() 1106 bt_mesh_device_setup(&device_prov, &comp); in device_setup()
|
D | test_cdp1.c | 92 static const struct bt_mesh_comp comp = { variable 399 bt_mesh_device_setup(&prov, &comp); in test_node_data_comparison()
|
D | test_suspend.c | 192 extern const struct bt_mesh_comp comp; 348 bt_mesh_device_setup(&prov, &comp); in dut_gatt_common()
|
D | mesh_test.h | 187 void bt_mesh_device_setup(const struct bt_mesh_prov *prov, const struct bt_mesh_comp *comp);
|
D | test_lcd.c | 159 static void target_node_alloc(struct bt_mesh_comp comp, struct bt_mesh_test_cfg cfg) in target_node_alloc() argument 164 node = bt_mesh_cdb_node_alloc(test_va_uuid, cfg.addr, comp.elem_count, 0); in target_node_alloc()
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | health_srv.c | 70 const struct bt_mesh_comp *comp; in health_get_current() local 79 comp = bt_mesh_comp_get(); in health_get_current() 90 sys_put_le16(comp->cid, company_ptr); in health_get_current() 99 sys_put_le16(comp->cid, company_ptr); in health_get_current()
|
D | access.h | 65 int bt_mesh_comp_register(const struct bt_mesh_comp *comp);
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | comparator.rst | 38 The comparator shell provides the ``comp`` command with a set of subcommands for the 41 The ``comp`` shell command provides the following subcommands:
|
/Zephyr-latest/samples/bluetooth/mesh_demo/src/ |
D | main.c | 112 static const struct bt_mesh_comp comp = { variable 175 err = bt_mesh_init(&prov, &comp); in bt_ready()
|
/Zephyr-latest/samples/boards/nordic/system_off/src/ |
D | main.c | 29 static const struct device *comp_dev = DEVICE_DT_GET(DT_NODELABEL(comp));
|
/Zephyr-latest/samples/boards/nordic/mesh/onoff_level_lighting_vnd_app/src/mesh/ |
D | device_composition.h | 100 extern const struct bt_mesh_comp comp;
|
/Zephyr-latest/samples/bluetooth/mesh_provisioner/src/ |
D | main.c | 150 struct bt_mesh_comp_p0 comp; in configure_node() local 183 err = bt_mesh_comp_p0_get(&comp, &buf); in configure_node() 190 while (bt_mesh_comp_p0_elem_pull(&comp, &elem)) { in configure_node()
|
/Zephyr-latest/drivers/timer/ |
D | Kconfig.arm_arch | 22 in the target hardware is affected by the ARM erratum 740657 (comp.
|
/Zephyr-latest/soc/xlnx/zynq7000/xc7zxxxs/ |
D | Kconfig.soc | 5 # Device data: comp.
|
/Zephyr-latest/samples/bluetooth/mesh/src/ |
D | main.c | 263 static const struct bt_mesh_comp comp = { variable 385 err = bt_mesh_init(&prov, &comp); in bt_ready()
|
/Zephyr-latest/subsys/net/l2/ieee802154/ |
D | ieee802154.c | 258 has_pan_id ? ll->plain.addr.ext_addr : ll->comp.addr.ext_addr, in swap_and_set_pkt_ll_addr() 267 &ll->plain.addr.short_addr : &ll->comp.addr.short_addr), in swap_and_set_pkt_ll_addr() 421 short_dst_addr = fs->fc.pan_id_comp ? dst_addr->comp.addr.short_addr in ieee802154_recv()
|
/Zephyr-latest/subsys/bluetooth/mesh/shell/ |
D | cfg.c | 82 struct bt_mesh_comp_p0 comp; in cmd_get_comp() local 109 err = bt_mesh_comp_p0_get(&comp, &buf); in cmd_get_comp() 119 shell_print(sh, "\tCID 0x%04x", comp.cid); in cmd_get_comp() 120 shell_print(sh, "\tPID 0x%04x", comp.pid); in cmd_get_comp() 121 shell_print(sh, "\tVID 0x%04x", comp.vid); in cmd_get_comp() 122 shell_print(sh, "\tCRPL 0x%04x", comp.crpl); in cmd_get_comp() 123 shell_print(sh, "\tFeatures 0x%04x", comp.feat); in cmd_get_comp() 125 while (bt_mesh_comp_p0_elem_pull(&comp, &elem)) { in cmd_get_comp() 1874 SHELL_CMD_ARG(get-comp, NULL, "[Page]", cmd_get_comp, 1, 1),
|
/Zephyr-latest/soc/xlnx/zynq7000/xc7zxxx/ |
D | Kconfig.soc | 5 # Device data: comp.
|
/Zephyr-latest/samples/boards/nordic/mesh/onoff-app/src/ |
D | main.c | 246 static const struct bt_mesh_comp comp = { variable 554 err = bt_mesh_init(&prov, &comp); in bt_ready()
|