Home
last modified time | relevance | path

Searched refs:per (Results 1 – 25 of 351) sorted by relevance

12345678910>>...15

/Zephyr-latest/tests/drivers/i2s/i2s_speed/
DKconfig42 bool "Skip short transfer tests at 8000 samples per socond"
44 When set to 'y', short transfer tests at 8000 samples per second
48 bool "Skip short transfer tests at 16000 samples per socond"
50 When set to 'y', short transfer tests at 16000 samples per second
54 bool "Skip short transfer tests at 32000 samples per socond"
56 When set to 'y', short transfer tests at 32000 samples per second
60 bool "Skip short transfer tests at 44100 samples per socond"
62 When set to 'y', short transfer tests at 44100 samples per second
66 bool "Skip short transfer tests at 48000 samples per socond"
68 When set to 'y', short transfer tests at 48000 samples per second
[all …]
/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/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/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/tests/bluetooth/hci_prop_evt/src/
Dmain.c314 struct hci_evt_prop_report *per; in prop_cb() local
316 per = net_buf_simple_pull_mem(buf, sizeof(*per)); in prop_cb()
318 uint8_t data_len = per->data_len; in prop_cb()
319 uint8_t *data = &per->data[0]; in prop_cb()
355 struct hci_evt_prop_report *per; in send_prop_report() local
358 per = prop_evt(buf, sizeof(*per) + data_len); in send_prop_report()
359 per->data_len = data_len; in send_prop_report()
360 memcpy(&per->data[0], data, data_len); in send_prop_report()
/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/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/boards/ene/kb1200_evb/
Dkb1200_evb.dts113 pulses-per-round = <2>;
121 pulses-per-round = <1>;
129 pulses-per-round = <2>;
137 pulses-per-round = <1>;
/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.
DKconfig.hid18 Number of buffers in the IN pool per HID instance.
25 Number of buffers in the OUT pool per HID instance.
/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/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/subsys/bluetooth/audio/
DKconfig.bap93 This option sets the maximum number of CIS per unicast group to support.
95 BAP audio streams per group may be up to twice of this value.
103 instances for Basic Audio Profile on a per connection basis.
111 instances for Basic Audio Profile on a per connection basis.
135 This option sets the maximum number of subgroups per broadcast source
145 (up to BT_BAP_BROADCAST_SRC_STREAM_COUNT per broadcast source).
154 This option sets the maximum number of streams per broadcast source
176 This option sets the maximum number of subgroups per broadcast sink
186 (up to BT_BAP_BROADCAST_SNK_STREAM_COUNT per broadcast sink).
195 This option sets the maximum number of streams per broadcast sink
/Zephyr-latest/drivers/timer/
DKconfig.arm_arch14 timer which provides per-cpu timers attached to a GIC to deliver its
15 per-processor interrupts via PPIs.
/Zephyr-latest/drivers/interrupt_controller/
DKconfig.nxp_s3222 Number of SIUL2 external interrupts per controller. This is a SoC
48 Number of WKPU external and internal sources per controller. This is
/Zephyr-latest/subsys/fs/
DKconfig.littlefs48 per file. Larger caches can improve performance by storing
75 littlefs requires a per-file buffer to cache data.
83 per-allocation overhead that affects how much usable space is
93 int "Size of per-allocation overhead for littleFS heap in bytes"
97 we need to take into account overhead caused per block allocation.
/Zephyr-latest/samples/drivers/stepper/tmc50xx/
DKconfig7 int "Steps per revolution"
/Zephyr-latest/soc/atmel/sam/sam4l/
Dsoc.h106 #define PM_CLOCK_MASK(bus, per) ((bus << 5) + per) argument
/Zephyr-latest/doc/_extensions/zephyr/kconfig/static/
Dkconfig.css55 #__kconfig-search .results-per-page-container {
59 #__kconfig-search .results-per-page-title {
/Zephyr-latest/boards/adi/max32680evkit/
DKconfig.defconfig19 default LV_COLOR_DEPTH_16 # 16 bit per pixel
/Zephyr-latest/boards/adi/max32672evkit/
DKconfig.defconfig19 default LV_COLOR_DEPTH_16 # 16 bit per pixel
/Zephyr-latest/boards/adi/max32690evkit/
DKconfig.defconfig19 default LV_COLOR_DEPTH_16 # 16 bit per pixel
/Zephyr-latest/drivers/led/
DKconfig.lp556213 25.5 mA per LED.

12345678910>>...15