/Zephyr-Core-3.5.0/dts/bindings/interrupt-controller/ |
D | nxp,pint.yaml | 19 num-inputs: 23 Number of inputs available to the PINT engine. These inputs are typically
|
/Zephyr-Core-3.5.0/dts/bindings/gpio/ |
D | xlnx,xps-gpio-1.00.a.yaml | 16 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
|
D | ite,it8xxx2-gpio-v2.yaml | 23 The WUC groups internal and external inputs, and asserts
|
D | seeed-xiao-header.yaml | 16 has three power pins, followed by four inputs labeled 10 at the
|
D | sparkfun-pro-micro-header.yaml | 14 has four power pins, followed by eight inputs, with a
|
/Zephyr-Core-3.5.0/doc/connectivity/bluetooth/api/mesh/ |
D | blob_cli.rst | 37 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/ |
D | gpio_handlers.c | 102 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()
|
D | gpio_nrfx.c | 298 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()
|
D | gpio_cc13xx_cc26xx.c | 268 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/ |
D | nxp_pint.h | 11 * 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/ |
D | blob_cli.h | 103 /** 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/ |
D | test_blob.c | 134 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 …]
|
D | test_dfu.c | 836 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/ |
D | blob.c | 77 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/ |
D | espressif,esp32-pcnt.yaml | 19 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/ |
D | arty_a7_arm_designstart.dtsi | 164 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/ |
D | dmamux-controller.yaml | 29 Number of DMAMUX Peripheral Request Line inputs supported by the controller
|
/Zephyr-Core-3.5.0/subsys/bluetooth/mesh/ |
D | dfd_srv.c | 260 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/ |
D | gd,gd32-timer.yaml | 38 inputs, dead-time insertion, etc.
|
/Zephyr-Core-3.5.0/dts/bindings/iio/afe/ |
D | voltage-divider.yaml | 35 Control power to the voltage divider inputs.
|
/Zephyr-Core-3.5.0/tests/unit/timeutil/ |
D | test_sync.c | 362 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/ |
D | prj.conf | 40 # (AICS) to expose control of the gain of its inputs to a Volume Controller.
|
/Zephyr-Core-3.5.0/samples/sensor/max6675/ |
D | README.rst | 14 - K-thermocouple connected to MAX6675 T+/T- inputs
|
/Zephyr-Core-3.5.0/doc/connectivity/bluetooth/api/shell/ |
D | bap_scan_delegator.rst | 11 The Scan Delegator server typically resides on devices that have inputs or
|
/Zephyr-Core-3.5.0/dts/bindings/clock/ |
D | atmel,sam-pmc.yaml | 9 the clock inputs to many of the peripherals and the processor.
|