Home
last modified time | relevance | path

Searched refs:comp (Results 51 – 75 of 112) sorted by relevance

12345

/Zephyr-latest/tests/drivers/comparator/gpio_loopback/boards/
Dxg24_rb4187c.overlay13 test-comp = &acmp0;
Dxg29_rb4412a.overlay13 test-comp = &acmp0;
Dfrdm_ke15z.overlay16 test-comp = &cmp0;
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_proxy_sol.c57 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()
Dtest_op_agg.c129 static const struct bt_mesh_comp comp = { variable
168 bt_mesh_device_setup(&prov, &comp); in common_init()
Dmesh_test.c230 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()
Dtest_brg.c48 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()
Dtest_cdp1.c92 static const struct bt_mesh_comp comp = { variable
399 bt_mesh_device_setup(&prov, &comp); in test_node_data_comparison()
Dtest_suspend.c192 extern const struct bt_mesh_comp comp;
348 bt_mesh_device_setup(&prov, &comp); in dut_gatt_common()
Dmesh_test.h187 void bt_mesh_device_setup(const struct bt_mesh_prov *prov, const struct bt_mesh_comp *comp);
Dtest_lcd.c159 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/
Dhealth_srv.c70 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()
Daccess.h65 int bt_mesh_comp_register(const struct bt_mesh_comp *comp);
/Zephyr-latest/doc/hardware/peripherals/
Dcomparator.rst38 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/
Dmain.c112 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/
Dmain.c29 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/
Ddevice_composition.h100 extern const struct bt_mesh_comp comp;
/Zephyr-latest/samples/bluetooth/mesh_provisioner/src/
Dmain.c150 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/
DKconfig.arm_arch22 in the target hardware is affected by the ARM erratum 740657 (comp.
/Zephyr-latest/soc/xlnx/zynq7000/xc7zxxxs/
DKconfig.soc5 # Device data: comp.
/Zephyr-latest/samples/bluetooth/mesh/src/
Dmain.c263 static const struct bt_mesh_comp comp = { variable
385 err = bt_mesh_init(&prov, &comp); in bt_ready()
/Zephyr-latest/subsys/net/l2/ieee802154/
Dieee802154.c258 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/
Dcfg.c82 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/
DKconfig.soc5 # Device data: comp.
/Zephyr-latest/samples/boards/nordic/mesh/onoff-app/src/
Dmain.c246 static const struct bt_mesh_comp comp = { variable
554 err = bt_mesh_init(&prov, &comp); in bt_ready()

12345