Home
last modified time | relevance | path

Searched +full:per +full:- (Results 1 – 25 of 1052) sorted by relevance

12345678910>>...43

/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/tests_scripts/
Dll.set1.llcp.test_list2 # SPDX-License-Identifier: Apache-2.0
4 LL/CON/ADV/BV-01-C
5 LL/CON/ADV/BV-04-C
6 LL/CON/ADV/BV-05-C
7 LL/CON/ADV/BV-06-C
8 LL/CON/ADV/BV-09-C
9 LL/CON/ADV/BV-10-C
10 #LL/CON/ADV/BV-12-C # Fails due to https://github.com/zephyrproject-rtos/zephyr/issues/54531
11 LL/CON/ADV/BV-14-C
12 #LL/CON/ADV/BV-15-C # Fails due to https://github.com/zephyrproject-rtos/zephyr/issues/54531
[all …]
Dll.set2.llcp.test_list2 # SPDX-License-Identifier: Apache-2.0
4 LL/CON/PER/BV-29-C
5 LL/CON/PER/BV-33-C
6 LL/CON/PER/BV-34-C
7 LL/CON/PER/BV-40-C
8 LL/CON/PER/BV-42-C
9 #LL/CON/PER/BV-77-C # Needs testcase implementation update
10 #LL/CON/PER/BV-78-C # Needs testcase implementation update
11 #LL/CON/PER/BV-80-C # Needs testcase implementation update
12 #LL/CON/PER/BV-81-C # Needs testcase implementation update
[all …]
/Zephyr-latest/lib/acpi/
DKconfig4 # SPDX-License-Identifier: Apache-2.0
14 module-str = acpi
35 Enable commands for debugging ACPI using the built-in shell.
44 int "Interrupt vectors per device"
47 Maximum interrupt vectors per device.
50 int "MMIO entries per device"
53 Maximum MMIO entries per device.
/Zephyr-latest/drivers/flash/
DKconfig.cadence_qspi_nor2 # SPDX-License-Identifier: Apache-2.0
12 Enable Cadence QSPI-NOR support.
36 int "Set QSPI to read / write how many bytes per device"
39 Set the size for a QSPI to read / write per device.
42 int "Set QSPI to read / write how many bytes per block"
45 Set the size for a QSPI to read / write per block.
/Zephyr-latest/include/zephyr/bluetooth/audio/
Dlc3.h8 * Copyright (c) 2022-2024 Nordic Semiconductor ASA
10 * SPDX-License-Identifier: Apache-2.0
41 * - removing one layer of paranteses.
48 * @param _len_min Minimum number of octets supported per codec frame
49 * @param _len_max Maximum number of octets supported per codec frame
50 * @param _max_frames_per_sdu Supported maximum codec frames per SDU
83 * @param _len_min Minimum number of octets supported per codec frame
84 * @param _len_max Maximum number of octets supported per codec frame
85 * @param _max_frames_per_sdu Supported maximum codec frames per SDU
101 * @param _len Octets per frame (16-bit integer)
[all …]
/Zephyr-latest/drivers/rtc/
DKconfig.pcf85233 # Copyright (c) 2019-2023 Henrik Brix Andersen <henrik@brixandersen.dk>
4 # SPDX-License-Identifier: Apache-2.0
26 Offset correction is made once per two hours and then correction pulses are applied once
27 per minute until the programmed correction values have been implemented (MODE = 0).
32 Offset correction is made once per minute and then correction pulses are applied once per
/Zephyr-latest/dts/bindings/sensor/
Dadi,adltc2990.yaml2 # SPDX-License-Identifier: Apache-2.0
9 include: [sensor-device.yaml, i2c-device.yaml]
12 temperature-format:
15 Define the temperature format. As per the datasheet,
19 - 0
20 - 1
22 acquistion-format:
25 Define the acquisition format. As per the datasheet,
29 - 0
30 - 1
[all …]
Dmaxim,max31875.yaml4 # SPDX-License-Identifier: Apache-2.0
8 Maxim MAX31875 Low-Power I2C Temperature Sensor.
14 include: [sensor-device.yaml, i2c-device.yaml]
17 conversions-per-second:
19 Number of temperature readings performed by the MAX31875 per second.
20 0.25 conversions per second is the power-on reset configuration.
26 - "0.25"
27 - "1"
28 - "4"
29 - "8"
[all …]
/Zephyr-latest/subsys/bluetooth/audio/
DKconfig.bap1 # Bluetooth Audio - Basic Audio Profile configuration options
4 # Copyright (c) 2022-2023 Nordic Semiconductor ASA
6 # SPDX-License-Identifier: Apache-2.0
94 This option sets the maximum number of CIS per unicast group to support.
96 BAP audio streams per group may be up to twice of this value.
104 instances for Basic Audio Profile on a per connection basis.
112 instances for Basic Audio Profile on a per connection basis.
136 This option sets the maximum number of subgroups per broadcast source
146 (up to BT_BAP_BROADCAST_SRC_STREAM_COUNT per broadcast source).
155 This option sets the maximum number of streams per broadcast source
[all …]
/Zephyr-latest/dts/bindings/auxdisplay/
Dhit,hd44780.yaml4 # SPDX-License-Identifier: Apache-2.0
11 include: [auxdisplay-device.yaml]
17 description: Operating mode of display, 8-bit or 4 for 4-bit mode
19 - 4
20 - 8
22 register-select-gpios:
23 type: phandle-array
27 read-write-gpios:
28 type: phandle-array
31 enable-gpios:
[all …]
/Zephyr-latest/drivers/watchdog/
Dwdt_sam0.c5 * SPDX-License-Identifier: Apache-2.0
32 #define WDT_SYNCBUSY WDT_REGS->STATUS.bit.SYNCBUSY
34 #define WDT_SYNCBUSY WDT_REGS->SYNCBUSY.reg
54 WDT_REGS->CTRLA.bit.ENABLE = on; in wdt_sam0_set_enable()
56 WDT_REGS->CTRL.bit.ENABLE = on; in wdt_sam0_set_enable()
63 return WDT_REGS->CTRLA.bit.ENABLE; in wdt_sam0_is_enabled()
65 return WDT_REGS->CTRL.bit.ENABLE; in wdt_sam0_is_enabled()
83 next_pow2 = (1ULL << 32) >> __builtin_clz(cycles - 1); in wdt_sam0_timeout_to_wdt_period()
89 struct wdt_sam0_dev_data *data = dev->data; in wdt_sam0_isr()
91 WDT_REGS->INTFLAG.reg = WDT_INTFLAG_EW; in wdt_sam0_isr()
[all …]
/Zephyr-latest/tests/kernel/timer/timer_behavior/pytest/
Dconftest.py3 # SPDX-License-Identifier: Apache-2.0
11 parser.addoption('--tool')
12 parser.addoption('--tool-options')
13 parser.addoption('--sys-clock-hw-cycles-per-sec', default=None)
18 return request.config.getoption('--tool')
23 return request.config.getoption('--tool-options')
28 build_dir = Path(request.config.getoption('--build-dir'))
43 if request.config.getoption('--sys-clock-hw-cycles-per-sec'):
44 return int(request.config.getoption('--sys-clock-hw-cycles-per-sec'))
/Zephyr-latest/samples/modules/lvgl/accelerometer_chart/
DKconfig2 # SPDX-License-Identifier: Apache-2.0
5 int "Number of points per series"
9 Maximum number of points per series in the accelerometer chart.
/Zephyr-latest/include/zephyr/drivers/sensor/
Dtle9104.h3 * SPDX-License-Identifier: Apache-2.0
12 /** Open load detected, boolean with one bit per output */
14 /** Over current detected, boolean with one bit per output */
Dbd8lb600fs.h3 * SPDX-License-Identifier: Apache-2.0
14 * boolean with one bit per output
19 * boolean with one bit per output
/Zephyr-latest/drivers/display/
DKconfig.stm32_ltdc3 # Copyright (c) 2022 Byte-Lab d.o.o. <dev@byte-lab.com>
4 # SPDX-License-Identifier: Apache-2.0
7 bool "STM32 LCD-TFT display controller driver"
14 Enable driver for STM32 LCT-TFT display controller periheral.
23 Specify the color pixel format for the STM32 LCD-TFT display controller.
28 One pixel consists of 8-bit alpha, 8-bit red, 8-bit green and 8-bit blue value
29 (4 bytes per pixel)
34 One pixel consists of 8-bit red, 8-bit green and 8-bit blue value
35 (3 bytes per pixel)
40 One pixel consists of 5-bit red, 6-bit green and 5-bit blue value
[all …]
/Zephyr-latest/subsys/sip_svc/
DKconfig3 # Copyright (c) 2022-2023, Intel Corporation.
4 # SPDX-License-Identifier: Apache-2.0
11 implementing the platform-specifics via SIP SVC driver.
16 module-str = arm_sip_svc_subsys
49 Maximum number of clients inside sip_svc subsystem per controller.
55 Maximum number of transaction_id per client.
58 int "Delay used for polling asynchronous jobs in micro-seconds"
67 Allow only one client to open a session per controller
/Zephyr-latest/subsys/fs/
DKconfig.littlefs4 # SPDX-License-Identifier: Apache-2.0
48 per file. Larger caches can improve performance by storing
67 is moved to another block. Set to a non-positive value to
76 littlefs requires a per-file buffer to cache data.
84 per-allocation overhead that affects how much usable space is
87 If this option is set to a non-positive value the heap is sized to
94 int "Size of per-allocation overhead for littleFS heap in bytes"
98 we need to take into account overhead caused per block allocation.
101 NOTE: when your app fails to open pre-defined number of files, as set
123 default y if $(dt_compat_any_has_prop,$(DT_COMPAT_ZEPHYR_FSTAB_LITTLEFS),disk-version)
/Zephyr-latest/tests/posix/fs/src/
Dtest_fat_mount.c4 * SPDX-License-Identifier: Apache-2.0
28 /* FIXME: restructure tests as per #46897 */ in test_mount()
43 /* FIXME: restructure tests as per #46897 */ in test_unmount()
56 /* FIXME: restructure tests as per #46897 */ in ZTEST()
/Zephyr-latest/subsys/net/ip/
D6lo.h10 * SPDX-License-Identifier: Apache-2.0
23 * @brief Compress IPv6 packet as per RFC 6282
26 * are compressed as per RFC 6282. After header compression data
47 * @brief Uncompress IPv6 packet as per RFC 6282
50 * are uncompressed as per RFC 6282. After header uncompression data
84 * @details This will do a dry-run on uncompressing the headers.
/Zephyr-latest/boards/adi/max32672fthr/
DKconfig.defconfig4 # SPDX-License-Identifier: Apache-2.0
16 # Default Dot Per Inch. [px/inch]
29 default LV_COLOR_DEPTH_1 # 1 byte per pixel
/Zephyr-latest/subsys/usb/device_next/class/
DKconfig.cdc_ncm3 # SPDX-License-Identifier: Apache-2.0
17 int "Max number of received datagrams per NTB"
21 How many datagrams we are able to receive per NTB.
30 module-str = usbd cdc_ncm
DKconfig.hid2 # SPDX-License-Identifier: Apache-2.0
18 Number of buffers in the IN pool per HID instance.
25 Number of buffers in the OUT pool per HID instance.
34 module-str = usbd hid
/Zephyr-latest/drivers/pwm/
DKconfig.nrf_sw4 # SPDX-License-Identifier: Apache-2.0
16 GPIOTE channel and two PPI/DPPI channels and per pin.
20 PPI/DPPI channels per pin.
/Zephyr-latest/include/zephyr/
Dsys_clock.h2 * Copyright (c) 2014-2015 Wind River Systems, Inc.
4 * SPDX-License-Identifier: Apache-2.0
51 #define K_TICKS_FOREVER ((k_ticks_t) -1)
82 /** number of nanoseconds per micorsecond */
85 /** number of nanoseconds per millisecond */
88 /** number of microseconds per millisecond */
91 /** number of milliseconds per second */
94 /** number of seconds per minute */
97 /** number of seconds per hour */
100 /** number of seconds per day */
[all …]

12345678910>>...43