/Zephyr-latest/dts/arm/nordic/ |
D | nrf52832.dtsi | 311 comp: comparator@40013000 { label 313 * Use compatible "nordic,nrf-comp" to configure as COMP 316 compatible = "nordic,nrf-comp";
|
D | nrf52833.dtsi | 326 comp: comparator@40013000 { label 328 * Use compatible "nordic,nrf-comp" to configure as COMP 331 compatible = "nordic,nrf-comp";
|
D | nrf52840.dtsi | 313 comp: comparator@40013000 { label 315 * Use compatible "nordic,nrf-comp" to configure as COMP 318 compatible = "nordic,nrf-comp";
|
D | nrf5340_cpuapp_peripherals.dtsi | 363 comp: comparator@1a000 { label 365 * Use compatible "nordic,nrf-comp" to configure as COMP 368 compatible = "nordic,nrf-comp";
|
D | nrf52810.dtsi | 267 comp: comparator@40013000 { label 268 compatible = "nordic,nrf-comp";
|
D | nrf52811.dtsi | 299 comp: comparator@40013000 { label 300 compatible = "nordic,nrf-comp";
|
D | nrf52820.dtsi | 310 comp: comparator@40013000 { label 311 compatible = "nordic,nrf-comp";
|
D | nrf51822.dtsi | 248 comp: comparator@40013000 { label
|
/Zephyr-latest/include/zephyr/bluetooth/mesh/ |
D | cfg_cli.h | 524 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,
|
D | main.h | 588 const struct bt_mesh_comp *comp);
|
/Zephyr-latest/subsys/bluetooth/mesh/shell/ |
D | dfu.c | 944 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),
|
D | shell.c | 1056 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/ |
D | validate_base_addresses.c | 145 CHECK_DT_REG(comp, NODE_ADDRESS(comp, nordic_nrf_comp, NRF_COMP, NRF_LPCOMP));
|
/Zephyr-latest/drivers/comparator/ |
D | comparator_shell.c | 284 SHELL_CMD_REGISTER(comp, &sub_comp, "Comparator device commands", NULL);
|
/Zephyr-latest/dts/common/nordic/ |
D | nrf54l09.dtsi | 517 comp: comparator@106000 { label 519 * Use compatible "nordic,nrf-comp" to configure as COMP 522 compatible = "nordic,nrf-comp";
|
D | nrf54l_05_10_15.dtsi | 653 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/ |
D | mesh.c | 502 static const struct bt_mesh_comp comp = { variable 660 return bt_mesh_init(&prov, &comp); in mesh_init()
|
/Zephyr-latest/subsys/net/l2/ieee802154/ |
D | ieee802154_frame.h | 125 struct ieee802154_address_field_comp comp; member
|
D | ieee802154_frame.c | 628 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()
|
D | ieee802154_mgmt.c | 368 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/ |
D | test_persistence.c | 24 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()
|
D | test_advertiser.c | 22 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/ |
D | btp_mesh.c | 1329 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/ |
D | cfg_cli.c | 44 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/ |
D | kconfiglib.py | 6071 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)
|