Home
last modified time | relevance | path

Searched +full:auto +full:- +full:scan (Results 1 – 25 of 51) sorted by relevance

123

/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/einprogress/
Dprj.conf14 # Dependency of testlib/adv and testlib/scan.
21 # Disable auto-initiated procedures so they don't
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/ecred/peer/
Dprj.conf9 # Disable auto-initiated procedures so they don't
15 # Dependency of testlib/adv and testlib/scan.
/Zephyr-latest/tests/bsim/bluetooth/host/misc/hfc_multilink/dut/
Dprj.conf13 CONFIG_BT_DEVICE_NAME="sample-test"
16 # Dependency of testlib/adv and testlib/scan.
23 # Disable auto-initiated procedures so they don't
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/ecred/dut/
Dprj.conf9 # Disable auto-initiated procedures so they don't
15 # Dependency of testlib/adv and testlib/scan.
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/reassembly/dut/
Dprj.conf5 # Dependency of testlib/adv and testlib/scan.
21 # Disable auto-initiated procedures so they don't
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/multilink_peripheral/
Dprj.conf22 #### Test-specific options
28 # Dependency of testlib/adv and testlib/scan.
30 CONFIG_BT_DEVICE_NAME="dee-yu-tee"
36 # Disable auto-initiated procedures so they don't
/Zephyr-latest/tests/bsim/bluetooth/host/misc/acl_tx_frag/
Dprj.conf6 # Dependency of testlib/adv and testlib/scan.
21 # Disable auto-initiated procedures so they don't
/Zephyr-latest/scripts/west_commands/zspdx/
Dscanner.py3 # SPDX-License-Identifier: Apache-2.0
21 # when assembling a Package's data, should we auto-conclude the
25 # when assembling a Package's Files' data, should we auto-conclude
29 # number of lines to scan for SPDX-License-Identifier (0 = all)
43 p = line.partition("SPDX-License-Identifier:")
55 Scans the specified file for the first SPDX-License-Identifier:
59 - filePath: path to file to scan.
60 - numLines: number of lines to scan for an expression before
61 giving up. If 0, will scan the entire file.
64 log.dbg(f" - getting licenses for {filePath}")
[all …]
/Zephyr-latest/drivers/input/
Dinput_npcx_kbd.c5 * SPDX-License-Identifier: Apache-2.0
28 /* Keyboard scan controller base address */
34 /* Keyboard scan input (KSI) wake-up irq */
36 /* Size of keyboard inputs-wui mapping array */
49 /* Keyboard scan local functions */
59 const struct npcx_kbd_config *const config = dev->config; in npcx_kbd_set_detect_mode()
60 const struct input_kbd_matrix_common_config *common = &config->common; in npcx_kbd_set_detect_mode()
63 for (int i = 0; i < common->row_size; i++) { in npcx_kbd_set_detect_mode()
64 npcx_miwu_irq_get_and_clear_pending(&config->wui_maps[i]); in npcx_kbd_set_detect_mode()
67 irq_enable(config->irq); in npcx_kbd_set_detect_mode()
[all …]
/Zephyr-latest/dts/bindings/sensor/
Dti,fdc2x1x.yaml2 # SPDX-License-Identifier: Apache-2.0
8 include: [sensor-device.yaml, i2c-device.yaml]
11 sd-gpios:
12 type: phandle-array
18 intb-gpios:
19 type: phandle-array
28 Set to identify the sensor as FDC2114 or FDC2214 (4-channel version)
33 Set the Auto-Scan Mode.
36 "active-channel" (single channel mode).
38 true = Auto-Scan conversions as selected by "rr-sequence"
[all …]
/Zephyr-latest/drivers/wifi/nxp/
DKconfig.nxp1 # Copyright 2022-2024 NXP
2 # SPDX-License-Identifier: Apache-2.0
5 bool "NXP Wi-Fi driver support"
14 Enable NXP SoC Wi-Fi support.
28 bool "Custom NXP Wi-Fi part"
30 Customize NXP Wi-Fi chip support.
33 prompt "Select NXP Wi-Fi part"
36 Choose NXP Wi-Fi chip support.
39 bool "NXP RW610-based Chipset"
44 Select this option if you have a NXP RW610-based
[all …]
/Zephyr-latest/scripts/build/
Dparse_syscalls.py5 # SPDX-License-Identifier: Apache-2.0
8 Script to scan Zephyr include directories and emit system call and subsystem metadata
12 auto-generating this code by doing a text scan of directories containing
71 with open(file_list, "r", encoding="utf-8") as fp:
118 with open(one_file, "r", encoding="utf-8") as fp:
163 "-i", "--include", required=False, action="append",
166 "Can be specified multiple times: -i topdir1 -i topdir2 ...")
168 "--scan", required=False, action="append",
169 help="Scan directories recursively for .h files containing "
174 "-j", "--json-file", required=True,
[all …]
/Zephyr-latest/doc/releases/
Drelease-notes-1.9.rst49 * Bluetooth Qualification-ready BLE Controller
82 * ARC: Nested interrupt support for normal, non-FIRQ interrupts
90 * arm: Added Olimex STM32-E407 and STM32-P405 boards
91 * arm: Added STM32F412 Nucleo and STM32F429I-DISC1 boards
116 * net-app API support added. This is higher level API that can be used
126 networking applications using a well-known, cross-platform API
140 * IPSP net-app support: a simplified networking API reducing duplication
143 * BLE controller qualification-ready, with all required tests passing
144 * Controller-based privacy (including all optional features)
186 auto-generated configuration docs), and source code doxygen comments
[all …]
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/
Dbap.rst9 - Capabilities and Endpoint discovery
10 - Audio Stream Endpoint procedures
15 .. code-block:: console
17 bap --help
58 [lang <ISO 639-3 lang>]
74 .. csv-table:: State Machine Transitions
76 :widths: auto
80 "config","discover","idle/codec-configured/qos-configured","codec-configured"
81 "qos","config","codec-configured/qos-configured","qos-configured"
82 "enable","qos","qos-configured","enabling"
[all …]
/Zephyr-latest/subsys/bluetooth/controller/
DKconfig.ll_sw_split3 # Copyright (c) 2016-2017 Nordic Semiconductor ASA
4 # SPDX-License-Identifier: Apache-2.0
120 # Hidden, Controller's Co-Operative high priority Rx thread stack size.
125 # Hidden, Controller's Co-Operative Rx thread stack size.
152 https://www.bluetooth.com/specifications/assigned-numbers/company-identifiers
168 Legacy Non-Directed Advertising mode.
180 zero-based numbering. When using with Zephyr host this option can be
184 int "Number of Mesh scan filters"
189 Set the number of unique Mesh Scan Filters available as part of
193 int "Number of Mesh scan filter patterns"
[all …]
/Zephyr-latest/drivers/wifi/nrf_wifi/
DKconfig.nrfwifi1 # Nordic Wi-Fi driver for nRF70 series SoCs
5 # SPDX-License-Identifier: Apache-2.0
21 Nordic Wi-Fi Driver
58 bool "nRF70 scan only mode"
60 Select this option to enable scan only mode of the nRF70 driver
124 bool "Wi-Fi interface auto start on boot"
145 bool "Low power mode in nRF Wi-Fi chipsets"
169 module-dep = LOG
170 module-str = Log level for Wi-Fi nRF70 driver
171 module-help = Sets log level for Wi-Fi nRF70 driver
[all …]
/Zephyr-latest/drivers/sensor/sx9500/
Dsx9500.c1 /* sensor_sx9500.c - Driver for Semtech SX9500 SAR proximity chip */
6 * SPDX-License-Identifier: Apache-2.0
28 * auto-increments the address for subsequent values in a single
35 0x40, /* Doze enabled, 2x scan period doze, no raw filter. */
51 struct sx9500_data *data = dev->data; in sx9500_sample_fetch()
52 const struct sx9500_config *cfg = dev->config; in sx9500_sample_fetch()
56 return i2c_reg_read_byte_dt(&cfg->i2c, SX9500_REG_STAT, &data->prox_stat); in sx9500_sample_fetch()
63 struct sx9500_data *data = (struct sx9500_data *) dev->data; in sx9500_channel_get()
68 return -ENOTSUP; in sx9500_channel_get()
71 val->val1 = !!(data->prox_stat & in sx9500_channel_get()
[all …]
/Zephyr-latest/drivers/sensor/ti/fdc2x1x/
Dfdc2x1x.c1 /* fdc2x1x.c - Driver for the Texas Instruments FDC2X1X */
6 * SPDX-License-Identifier: Apache-2.0
26 * @param dev - The device structure.
27 * @param ch - Channel to convert the data from.
28 * @param freq - Calculated frequency value .
33 struct fdc2x1x_data *data = dev->data; in fdc2x1x_raw_to_freq()
34 const struct fdc2x1x_config *cfg = dev->config; in fdc2x1x_raw_to_freq()
36 if (data->fdc221x) { in fdc2x1x_raw_to_freq()
37 *freq = (cfg->ch_cfg->fin_sel * (cfg->fref / 1000.0) * in fdc2x1x_raw_to_freq()
38 data->channel_buf[ch]) / pow(2, 28); in fdc2x1x_raw_to_freq()
[all …]
/Zephyr-latest/drivers/wifi/simplelink/
Dsimplelink_support.c4 * SPDX-License-Identifier: Apache-2.0
38 #define RSSI_TH_MAX (-95)
64 /* Scan results table: */
91 int32_t retval = -1; in configure_simplelink()
92 int32_t mode = -1; in configure_simplelink()
125 return -1; in configure_simplelink()
134 /* Disable Auto Provisioning*/ in configure_simplelink()
147 return -1; in configure_simplelink()
159 return -1; in configure_simplelink()
173 return -1; in configure_simplelink()
[all …]
/Zephyr-latest/include/zephyr/bluetooth/
Dconn.h6 * Copyright (c) 2015-2016 Intel Corporation
8 * SPDX-License-Identifier: Apache-2.0
73 * Connection Interval: 30-50 ms
208 * after a packet containing a Link Layer PDU with a non-zero Length
224 * a packet containing a Link Layer PDU with a non-zero Length
240 * a packet containing a Link Layer PDU with a non-zero Length
265 /** Supported AA-Only RTT precision. */
267 /** AA-Only RTT variant is not supported. */
269 /** 10ns time-of-flight accuracy. */
271 /** 150ns time-of-flight accuracy. */
[all …]
/Zephyr-latest/subsys/mgmt/mcumgr/grp/img_mgmt/src/
Dzephyr_img_mgmt.c2 * Copyright (c) 2018-2021 mcumgr authors
4 * SPDX-License-Identifier: Apache-2.0
57 * @param fa pointer to flash area to scan
72 assert(fa->fa_size % 4 == 0); in img_mgmt_flash_check_empty_inner()
77 end = fa->fa_size; in img_mgmt_flash_check_empty_inner()
79 if (end - addr < sizeof(data)) { in img_mgmt_flash_check_empty_inner()
80 bytes_to_read = end - addr; in img_mgmt_flash_check_empty_inner()
104 * @param fa_id ID of flash area to scan.
172 fa_id = -1; in img_mgmt_flash_area_id()
186 * find any unused and non-active available (auto-select); any other positive
[all …]
/Zephyr-latest/boards/ite/it8xxx2_evb/doc/
Dindex.rst9 The IT8XXX2 is a 32-bit RISC-V Micro-controller.
26 - RISC-V RV32IMAFC instruction set
27 - 4KB instruction cache size
28 - 60KB SDRAM in total
29 - Built-in 32.768 kHz clock generator
30 - PWM, eSPI, LPC, FLASH, UART, GPIO, Timer, Watchdog, ADC, JTAG
31 - 6 SMBus channels, with 3 DMA controllers, compatible with I2C
32 - SPI master/slave
33 - USB Type-c CC Logic
34 - USB Power Delivery
[all …]
/Zephyr-latest/boards/ite/it82xx2_evb/doc/
Dindex.rst9 The IT82XX2 is a 32-bit RISC-V microcontroller.
26 - RISC-V RV32IMAFC instruction set
27 - 4KB instruction cache size
28 - 256KB SRAM in total
29 - Built-in 32.768 kHz clock generator
30 - Embedded Flash, 512K/1024K-byte e-flash
31 - eSPI, SSPI, SPI slave, BRAM, KBC, PECI, UART
32 - GPIO, PWM, ADC, INTC, WUC, Timer, Watchdog, KB scan, JTAG
33 - Support 6 Voltage Comparator
34 - Support Cryptographic Engine
[all …]
/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt.c11 * SPDX-License-Identifier: Apache-2.0
125 "non-resolvable"; in print_le_addr()
229 bt_shell_print("Scan timeout"); in active_scan_timeout()
233 bt_shell_error("Failed to stop scan (err %d)", err); in active_scan_timeout()
310 switch (data->type) { in data_cb()
314 memcpy(name, data->data, MIN(data->data_len, NAME_LEN - 1)); in data_cb()
331 for (int16_t i = len - 1; i >= 0; i--) { in print_data_hex()
356 print_data_hex(&scan_data[idx], scan_data_len - idx, SHELL_WARNING); in print_data_set()
362 bt_shell_fprintf_info("%*sType 0x%02x: ", strlen(scan_response_label), "", data->type); in data_verbose_cb()
364 switch (data->type) { in data_verbose_cb()
[all …]
/Zephyr-latest/doc/connectivity/networking/
Doverview.rst13 The networking IP stack is modular and highly configurable via build-time
18 * **IPv6** The support for IPv6 is enabled by default. Various IPv6 sub-options
24 dynamically using SLAAC (Stateless Address Auto Configuration)
63 implemented. Both blocking and non-blocking datagram (UDP) and stream (TCP)
71 A sample :zephyr:code-sample:`mqtt-publisher` client application for MQTT v3.1.1 is
76 Both :zephyr:code-sample:`coap-client` and :zephyr:code-sample:`coap-server` sample
79 * **LWM2M** OMA Lightweight Machine-to-Machine Protocol
85 :zephyr:code-sample:`lwm2m-client` sample implements the library as an example.
91 :zephyr:code-sample:`sockets-http-client` and
92 :zephyr:code-sample:`sockets-http-server` samples are provided.
[all …]

123