Home
last modified time | relevance | path

Searched full:per (Results 1 – 25 of 1097) sorted by relevance

12345678910>>...44

/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/tests_scripts/
Dll.set1.llcp.test_list55 #LL/CON/PER/BI-08-C # This test implementation is not valid, and will fail with refactored LLCP
56 LL/CON/PER/BV-04-C
57 LL/CON/PER/BV-05-C
58 LL/CON/PER/BV-06-C
59 LL/CON/PER/BV-10-C
60 LL/CON/PER/BV-11-C
61 LL/CON/PER/BV-12-C
62 LL/CON/PER/BV-14-C
63 LL/CON/PER/BV-19-C
64 LL/CON/PER/BV-20-C
[all …]
Dll.set2.llcp.test_list4 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
/Zephyr-latest/lib/acpi/
DKconfig44 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_nor36 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.h48 * @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)
102 * @param _frames_per_sdu Frames per SDU (8-bit integer). This value is optional and will be
129 * @param _len Octets per frame (16-bit integer)
130 * @param _frames_per_sdu Frames per SDU (8-bit integer)
/Zephyr-latest/drivers/rtc/
DKconfig.pcf852326 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.yaml15 Define the temperature format. As per the datasheet,
25 Define the acquisition format. As per the datasheet,
39 addition the following input measurements are enabled per mode:
40 As per the datasheet,
54 As Per the Datasheet,
58 1 | 0 1 | TR1, V1 or V1 – V2 Only per Mode [2:0]
59 2 | 1 0 | TR2, V3 or V3 – V4 Only per Mode [2:0]
60 3 | 1 1 | All Measurements per Mode [2:0]
Dmaxim,max31875.yaml17 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.
/Zephyr-latest/subsys/bluetooth/audio/
DKconfig.bap94 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
177 This option sets the maximum number of subgroups per broadcast sink
187 (up to BT_BAP_BROADCAST_SNK_STREAM_COUNT per broadcast sink).
196 This option sets the maximum number of streams per broadcast sink
/Zephyr-latest/doc/hardware/peripherals/
Dmipi_dbi.rst17 #. 9 write clocks per byte, final bit is command/data selection bit
19 #. Same as above, but 16 write clocks per byte
21 #. 8 write clocks per byte. Command/data selected via GPIO pin
/Zephyr-latest/dts/bindings/auxdisplay/
Dhit,hd44780.yaml57 Default is as per Hitachi HD44780 specification.
64 Default is as per Hitachi HD44780 specification.
71 another command. Default is as per Hitachi HD44780 specification.
78 sending another command. Default is as per Hitachi HD44780 specification.
85 another command. Default is as per Hitachi HD44780 specification.
/Zephyr-latest/drivers/watchdog/
Dwdt_sam0.c145 uint32_t window, per; in wdt_sam0_install_timeout() local
163 per = wdt_sam0_timeout_to_wdt_period(cfg->window.max); in wdt_sam0_install_timeout()
164 if (per > WDT_CONFIG_PER_16K_Val) { in wdt_sam0_install_timeout()
176 if (per <= window) { in wdt_sam0_install_timeout()
178 per = window + 1; in wdt_sam0_install_timeout()
189 if (per == WDT_CONFIG_PER_8_Val) { in wdt_sam0_install_timeout()
191 per += 1U; in wdt_sam0_install_timeout()
193 WDT_REGS->EWCTRL.bit.EWOFFSET = per - 1U; in wdt_sam0_install_timeout()
204 WDT_REGS->CONFIG.reg = WDT_CONFIG_WINDOW(window) | WDT_CONFIG_PER(per); in wdt_sam0_install_timeout()
/Zephyr-latest/samples/modules/lvgl/accelerometer_chart/
DKconfig5 int "Number of points per series"
9 Maximum number of points per series in the accelerometer chart.
/Zephyr-latest/samples/bluetooth/cap_acceptor/
Dprj.conf18 # Support an ISO channel per ASE
25 # Support an ISO channel per ASE
/Zephyr-latest/tests/kernel/timer/timer_behavior/pytest/
Dconftest.py13 parser.addoption('--sys-clock-hw-cycles-per-sec', default=None)
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/include/zephyr/drivers/sensor/
Dtle9104.h12 /** Open load detected, boolean with one bit per output */
14 /** Over current detected, boolean with one bit per output */
Dbd8lb600fs.h14 * boolean with one bit per output
19 * boolean with one bit per output
/Zephyr-latest/drivers/display/
DKconfig.stm32_ltdc29 (4 bytes per pixel)
35 (3 bytes per pixel)
41 (2 bytes per pixel)
/Zephyr-latest/subsys/sip_svc/
DKconfig49 Maximum number of clients inside sip_svc subsystem per controller.
55 Maximum number of transaction_id per client.
67 Allow only one client to open a session per controller
/Zephyr-latest/tests/posix/fs/src/
Dtest_fat_mount.c28 /* 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.h23 * @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
/Zephyr-latest/subsys/fs/
DKconfig.littlefs48 per file. Larger caches can improve performance by storing
76 littlefs requires a per-file buffer to cache data.
84 per-allocation overhead that affects how much usable space is
94 int "Size of per-allocation overhead for littleFS heap in bytes"
98 we need to take into account overhead caused per block allocation.
/Zephyr-latest/boards/adi/max32672fthr/
DKconfig.defconfig16 # Default Dot Per Inch. [px/inch]
29 default LV_COLOR_DEPTH_1 # 1 byte per pixel
/Zephyr-latest/drivers/pwm/
DKconfig.nrf_sw16 GPIOTE channel and two PPI/DPPI channels and per pin.
20 PPI/DPPI channels per pin.
/Zephyr-latest/subsys/usb/device_next/class/
DKconfig.cdc_ncm17 int "Max number of received datagrams per NTB"
21 How many datagrams we are able to receive per NTB.

12345678910>>...44