Home
last modified time | relevance | path

Searched refs:comp (Results 76 – 100 of 112) sorted by relevance

12345

/Zephyr-latest/dts/arm/nordic/
Dnrf52832.dtsi311 comp: comparator@40013000 { label
313 * Use compatible "nordic,nrf-comp" to configure as COMP
316 compatible = "nordic,nrf-comp";
Dnrf52833.dtsi326 comp: comparator@40013000 { label
328 * Use compatible "nordic,nrf-comp" to configure as COMP
331 compatible = "nordic,nrf-comp";
Dnrf52840.dtsi313 comp: comparator@40013000 { label
315 * Use compatible "nordic,nrf-comp" to configure as COMP
318 compatible = "nordic,nrf-comp";
Dnrf5340_cpuapp_peripherals.dtsi363 comp: comparator@1a000 { label
365 * Use compatible "nordic,nrf-comp" to configure as COMP
368 compatible = "nordic,nrf-comp";
Dnrf52810.dtsi267 comp: comparator@40013000 { label
268 compatible = "nordic,nrf-comp";
Dnrf52811.dtsi299 comp: comparator@40013000 { label
300 compatible = "nordic,nrf-comp";
Dnrf52820.dtsi310 comp: comparator@40013000 { label
311 compatible = "nordic,nrf-comp";
Dnrf51822.dtsi248 comp: comparator@40013000 { label
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dcfg_cli.h524 struct net_buf_simple *comp);
1655 int bt_mesh_comp_p0_get(struct bt_mesh_comp_p0 *comp,
1670 struct bt_mesh_comp_p0_elem *bt_mesh_comp_p0_elem_pull(const struct bt_mesh_comp_p0 *comp,
Dmain.h588 const struct bt_mesh_comp *comp);
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Ddfu.c944 SHELL_CMD_ARG(comp-clear, NULL, NULL, cmd_dfu_comp_clear, 1, 0),
945 SHELL_CMD_ARG(comp-add, NULL, "<CID> <ProductID> <VendorID> <Crpl> <Features>",
947 SHELL_CMD_ARG(comp-elem-add, NULL, "<Loc> <NumS> <NumV> "
950 SHELL_CMD_ARG(comp-hash-get, NULL, "[<Key>]", cmd_dfu_comp_hash_get, 1, 1),
Dshell.c1056 const struct bt_mesh_comp *comp = bt_mesh_comp_get(); in primary_element() local
1058 if (comp) { in primary_element()
1059 return &comp->elem[0]; in primary_element()
1662 SHELL_CMD_ARG(comp-change, NULL, NULL, cmd_comp_change, 1, 0),
/Zephyr-latest/soc/nordic/
Dvalidate_base_addresses.c145 CHECK_DT_REG(comp, NODE_ADDRESS(comp, nordic_nrf_comp, NRF_COMP, NRF_LPCOMP));
/Zephyr-latest/drivers/comparator/
Dcomparator_shell.c284 SHELL_CMD_REGISTER(comp, &sub_comp, "Comparator device commands", NULL);
/Zephyr-latest/dts/common/nordic/
Dnrf54l09.dtsi517 comp: comparator@106000 { label
519 * Use compatible "nordic,nrf-comp" to configure as COMP
522 compatible = "nordic,nrf-comp";
Dnrf54l_05_10_15.dtsi653 comp: comparator@106000 { label
655 * Use compatible "nordic,nrf-comp" to configure as COMP
658 compatible = "nordic,nrf-comp";
/Zephyr-latest/samples/boards/phytec/reel_board/mesh_badge/src/
Dmesh.c502 static const struct bt_mesh_comp comp = { variable
660 return bt_mesh_init(&prov, &comp); in mesh_init()
/Zephyr-latest/subsys/net/l2/ieee802154/
Dieee802154_frame.h125 struct ieee802154_address_field_comp comp; member
Dieee802154_frame.c628 src_addr = &address_field->comp.addr; in generate_addressing_fields()
978 src = mhr->fs->fc.pan_id_comp ? &mhr->src_addr->comp.addr : &mhr->src_addr->plain.addr; in ieee802154_decipher_data_frame()
Dieee802154_mgmt.c368 memcpy(ctx->coord_ext_addr, mpdu->mhr.src_addr->comp.addr.ext_addr, in ieee802154_handle_mac_command()
422 mpdu->mhr.src_addr->comp.addr.ext_addr, in ieee802154_handle_mac_command()
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_persistence.c24 extern const struct bt_mesh_comp comp;
413 bt_mesh_device_setup(&prov, &comp); in device_setup()
438 bt_mesh_device_setup(&prov, &comp); in provisioner_setup()
Dtest_advertiser.c22 extern const struct bt_mesh_comp comp;
405 bt_mesh_device_setup(&prov, &comp); in test_tx_proxy_mixin()
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_mesh.c1329 static const struct bt_mesh_comp comp = { variable
1500 if (cp->comp == 0) { in init()
1502 err = bt_mesh_init(&prov, &comp); in init()
2053 struct bt_mesh_large_comp_data_rsp comp = { in large_comp_data_get() local
2059 sys_le16_to_cpu(cp->offset), &comp); in large_comp_data_get()
2066 memcpy(rp->data, comp.data->data, comp.data->len); in large_comp_data_get()
2067 *rsp_len = comp.data->len; in large_comp_data_get()
2261 struct net_buf_simple *comp = NET_BUF_SIMPLE(128); in composition_data_get() local
2268 net_buf_simple_init(comp, 0); in composition_data_get()
2272 cp->page, &page, comp); in composition_data_get()
[all …]
/Zephyr-latest/subsys/bluetooth/mesh/
Dcfg_cli.c44 struct net_buf_simple *comp; member
72 if (param->comp) { in comp_data_status()
73 to_copy = MIN(net_buf_simple_tailroom(param->comp), buf->len); in comp_data_status()
74 net_buf_simple_add_mem(param->comp, buf->data, to_copy); in comp_data_status()
1123 struct net_buf_simple *comp) in bt_mesh_cfg_cli_comp_data_get() argument
1129 .comp = comp, in bt_mesh_cfg_cli_comp_data_get()
1141 return bt_mesh_msg_ackd_send(cli->model, &ctx, &msg, !rsp && !comp ? NULL : &rsp_ctx); in bt_mesh_cfg_cli_comp_data_get()
/Zephyr-latest/scripts/kconfig/
Dkconfiglib.py6071 comp = _strcmp(v1.str_value, v2.str_value)
6075 comp = _sym_to_num(v1) - _sym_to_num(v2)
6079 comp = _strcmp(v1.str_value, v2.str_value)
6081 return 2*(comp == 0 if rel is EQUAL else
6082 comp != 0 if rel is UNEQUAL else
6083 comp < 0 if rel is LESS else
6084 comp <= 0 if rel is LESS_EQUAL else
6085 comp > 0 if rel is GREATER else
6086 comp >= 0)

12345