Home
last modified time | relevance | path

Searched full:inputs (Results 1 – 25 of 163) sorted by relevance

1234567

/Zephyr-Core-3.5.0/dts/bindings/interrupt-controller/
Dnxp,pint.yaml19 num-inputs:
23 Number of inputs available to the PINT engine. These inputs are typically
/Zephyr-Core-3.5.0/dts/bindings/gpio/
Dxlnx,xps-gpio-1.00.a.yaml16 xlnx,all-inputs:
19 1 if all GPIOs are inputs, 0 otherwise
46 xlnx,all-inputs-2:
49 1 if all GPIO2s are inputs, 0 otherwise
Dite,it8xxx2-gpio-v2.yaml23 The WUC groups internal and external inputs, and asserts
Dseeed-xiao-header.yaml16 has three power pins, followed by four inputs labeled 10 at the
Dsparkfun-pro-micro-header.yaml14 has four power pins, followed by eight inputs, with a
/Zephyr-Core-3.5.0/doc/connectivity/bluetooth/api/mesh/
Dblob_cli.rst37 Inputs structure must at least be initialized with a list of targets, an application key and a time
47 static struct bt_mesh_blob_cli_inputs inputs = {
52 sys_slist_init(&inputs.targets);
53 sys_slist_append(&inputs.targets, &targets[0].n);
54 sys_slist_append(&inputs.targets, &targets[1].n);
55 sys_slist_append(&inputs.targets, &targets[2].n);
115 to the aforementioned transfer inputs) requires a set of transfer parameters and a BLOB stream
/Zephyr-Core-3.5.0/drivers/gpio/
Dgpio_handlers.c102 gpio_port_pins_t *inputs, in z_vrfy_gpio_port_get_direction() argument
107 if (inputs != NULL) { in z_vrfy_gpio_port_get_direction()
108 Z_OOPS(Z_SYSCALL_MEMORY_WRITE(inputs, sizeof(gpio_port_pins_t))); in z_vrfy_gpio_port_get_direction()
115 return z_impl_gpio_port_get_direction(dev, map, inputs, outputs); in z_vrfy_gpio_port_get_direction()
Dgpio_nrfx.c298 gpio_port_pins_t *inputs, in gpio_nrfx_port_get_direction() argument
310 if (inputs != NULL) { in gpio_nrfx_port_get_direction()
311 *inputs = 0; in gpio_nrfx_port_get_direction()
320 *inputs |= BIT(pin); in gpio_nrfx_port_get_direction()
Dgpio_cc13xx_cc26xx.c268 gpio_port_pins_t *inputs, in gpio_cc13xx_cc26xx_port_get_direction() argument
278 if (inputs != NULL) { in gpio_cc13xx_cc26xx_port_get_direction()
284 *inputs = ip; in gpio_cc13xx_cc26xx_port_get_direction()
/Zephyr-Core-3.5.0/include/zephyr/drivers/interrupt_controller/
Dnxp_pint.h11 * sourcing inputs from any pins on GPIO ports 0 and 1 of NXP MCUs
12 * featuring the module, and generating interrupts based on these inputs.
13 * Pin inputs can generate separate interrupts to the NVIC, or be combined
/Zephyr-Core-3.5.0/include/zephyr/bluetooth/mesh/
Dblob_cli.h103 /** BLOB Transfer Client transfer inputs. */
310 const struct bt_mesh_blob_cli_inputs *inputs; member
335 * @param inputs Statically allocated BLOB Transfer Client transfer inputs.
340 const struct bt_mesh_blob_cli_inputs *inputs);
357 * @param inputs Statically allocated BLOB Transfer Client transfer inputs.
364 const struct bt_mesh_blob_cli_inputs *inputs,
398 * @param inputs Statically allocated BLOB Transfer Client transfer inputs.
403 const struct bt_mesh_blob_cli_inputs *inputs);
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/mesh/src/
Dtest_blob.c134 struct bt_mesh_blob_cli_inputs inputs; member
360 blob_cli_xfer.inputs.ttl = BT_MESH_TTL_DEFAULT; in blob_cli_inputs_prepare()
361 blob_cli_xfer.inputs.group = group; in blob_cli_inputs_prepare()
362 blob_cli_xfer.inputs.app_idx = 0; in blob_cli_inputs_prepare()
363 sys_slist_init(&blob_cli_xfer.inputs.targets); in blob_cli_inputs_prepare()
373 sys_slist_append(&blob_cli_xfer.inputs.targets, &blob_cli_xfer.targets[i].n); in blob_cli_inputs_prepare()
403 err = bt_mesh_blob_cli_caps_get(&blob_cli, &blob_cli_xfer.inputs); in cli_caps_common_procedure()
481 err = bt_mesh_blob_cli_caps_get(&blob_cli, &blob_cli_xfer.inputs); in test_cli_caps_cancelled()
507 err = bt_mesh_blob_cli_caps_get(&blob_cli, &blob_cli_xfer.inputs); in test_cli_caps_cancelled()
598 blob_cli.inputs = &blob_cli_xfer.inputs; in test_cli_broadcast_basic()
[all …]
Dtest_dfu.c836 struct bt_mesh_blob_cli_inputs inputs; member
845 dfu_cli_xfer.inputs.ttl = BT_MESH_TTL_DEFAULT; in dfu_cli_inputs_prepare()
846 dfu_cli_xfer.inputs.group = group; in dfu_cli_inputs_prepare()
847 dfu_cli_xfer.inputs.app_idx = 0; in dfu_cli_inputs_prepare()
848 dfu_cli_xfer.inputs.timeout_base = 1; in dfu_cli_inputs_prepare()
849 sys_slist_init(&dfu_cli_xfer.inputs.targets); in dfu_cli_inputs_prepare()
863 sys_slist_append(&dfu_cli_xfer.inputs.targets, &dfu_cli_xfer.targets[i].blob.n); in dfu_cli_inputs_prepare()
1013 err = bt_mesh_dfu_cli_send(&dfu_cli, &dfu_cli_xfer.inputs, &dummy_blob_io, in test_cli_fail_on_persistency()
1093 err = bt_mesh_dfu_cli_send(&dfu_cli, &dfu_cli_xfer.inputs, &dummy_blob_io, in test_cli_all_targets_lost_common()
1215 err = bt_mesh_dfu_cli_send(&dfu_cli, &dfu_cli_xfer.inputs, &dummy_blob_io, in test_cli_stop()
[all …]
/Zephyr-Core-3.5.0/subsys/bluetooth/mesh/shell/
Dblob.c77 struct bt_mesh_blob_cli_inputs inputs; member
280 blob_cli_xfer.inputs.ttl = BT_MESH_TTL_DEFAULT; in blob_cli_inputs_prepare()
281 blob_cli_xfer.inputs.group = group; in blob_cli_inputs_prepare()
282 blob_cli_xfer.inputs.app_idx = bt_mesh_shell_target_ctx.app_idx; in blob_cli_inputs_prepare()
283 sys_slist_init(&blob_cli_xfer.inputs.targets); in blob_cli_inputs_prepare()
294 sys_slist_append(&blob_cli_xfer.inputs.targets, in blob_cli_inputs_prepare()
329 blob_cli_xfer.inputs.timeout_base = shell_strtoul(argv[7], 0, &err); in cmd_tx()
331 blob_cli_xfer.inputs.timeout_base = 0; in cmd_tx()
355 &blob_cli_xfer.inputs, in cmd_tx()
407 blob_cli_xfer.inputs.timeout_base = shell_strtoul(argv[2], 0, &err); in cmd_caps()
[all …]
/Zephyr-Core-3.5.0/dts/bindings/sensor/
Despressif,esp32-pcnt.yaml19 Each channel has two inputs: a signal input that accepts signal edges
23 Each pulse counter unit also features a filter on each of the four inputs,
26 By combining the usage of both signal and control inputs, a PCNT unit can
/Zephyr-Core-3.5.0/boards/arm/arty/dts/
Darty_a7_arm_designstart.dtsi164 xlnx,all-inputs = <0x0>;
209 xlnx,all-inputs = <0x0>;
210 xlnx,all-inputs-2 = <0x1>;
235 xlnx,all-inputs = <0x0>;
236 xlnx,all-inputs-2 = <0x1>;
/Zephyr-Core-3.5.0/dts/bindings/dma/
Ddmamux-controller.yaml29 Number of DMAMUX Peripheral Request Line inputs supported by the controller
/Zephyr-Core-3.5.0/subsys/bluetooth/mesh/
Ddfd_srv.c260 net_buf_simple_add_le16(&rsp, srv->inputs.group); in status_rsp()
261 net_buf_simple_add_le16(&rsp, srv->inputs.app_idx); in status_rsp()
262 net_buf_simple_add_u8(&rsp, srv->inputs.ttl); in status_rsp()
263 net_buf_simple_add_le16(&rsp, srv->inputs.timeout_base); in status_rsp()
946 sys_slist_init(&srv->inputs.targets); in dfd_srv_reset()
1002 sys_slist_init(&srv->inputs.targets); in bt_mesh_dfd_srv_receivers_delete_all()
1028 if (srv->inputs.app_idx == params->app_idx && in bt_mesh_dfd_srv_start()
1029 srv->inputs.timeout_base == params->timeout_base && in bt_mesh_dfd_srv_start()
1030 srv->inputs.group == params->group && srv->inputs.ttl == params->ttl && in bt_mesh_dfd_srv_start()
1059 sys_slist_init(&srv->inputs.targets); in bt_mesh_dfd_srv_start()
[all …]
/Zephyr-Core-3.5.0/dts/bindings/timer/
Dgd,gd32-timer.yaml38 inputs, dead-time insertion, etc.
/Zephyr-Core-3.5.0/dts/bindings/iio/afe/
Dvoltage-divider.yaml35 Control power to the voltage divider inputs.
/Zephyr-Core-3.5.0/tests/unit/timeutil/
Dtest_sync.c362 uint64_t inputs[] = { in test_large_linearity() local
388 for (int i = 0; i < ARRAY_SIZE(inputs); i++) { in test_large_linearity()
389 rv = timeutil_sync_ref_from_local(&ss, inputs[i], &ref_out); in test_large_linearity()
391 zassert_equal(ref_out, inputs[i] + offset, in test_large_linearity()
394 rv = timeutil_sync_local_from_ref(&ss, inputs[i], &loc_out); in test_large_linearity()
396 zassert_equal(loc_out, inputs[i] - offset, in test_large_linearity()
/Zephyr-Core-3.5.0/samples/bluetooth/hap_ha/
Dprj.conf40 # (AICS) to expose control of the gain of its inputs to a Volume Controller.
/Zephyr-Core-3.5.0/samples/sensor/max6675/
DREADME.rst14 - K-thermocouple connected to MAX6675 T+/T- inputs
/Zephyr-Core-3.5.0/doc/connectivity/bluetooth/api/shell/
Dbap_scan_delegator.rst11 The Scan Delegator server typically resides on devices that have inputs or
/Zephyr-Core-3.5.0/dts/bindings/clock/
Datmel,sam-pmc.yaml9 the clock inputs to many of the peripherals and the processor.

1234567