/Zephyr-latest/tests/drivers/i2s/i2s_speed/ |
D | Kconfig | 42 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/ |
D | wdt_sam0.c | 145 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/ |
D | Kconfig | 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/ |
D | Kconfig.cadence_qspi_nor | 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/doc/hardware/peripherals/ |
D | mipi_dbi.rst | 17 #. 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/ |
D | main.c | 314 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/ |
D | Kconfig.pcf8523 | 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/samples/modules/lvgl/accelerometer_chart/ |
D | Kconfig | 5 int "Number of points per series" 9 Maximum number of points per series in the accelerometer chart.
|
/Zephyr-latest/boards/ene/kb1200_evb/ |
D | kb1200_evb.dts | 113 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/ |
D | Kconfig.cdc_ncm | 17 int "Max number of received datagrams per NTB" 21 How many datagrams we are able to receive per NTB.
|
D | Kconfig.hid | 18 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/ |
D | Kconfig.nrf_sw | 16 GPIOTE channel and two PPI/DPPI channels and per pin. 20 PPI/DPPI channels per pin.
|
/Zephyr-latest/drivers/display/ |
D | Kconfig.stm32_ltdc | 29 (4 bytes per pixel) 35 (3 bytes per pixel) 41 (2 bytes per pixel)
|
/Zephyr-latest/subsys/sip_svc/ |
D | Kconfig | 49 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/ |
D | Kconfig.bap | 93 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/ |
D | Kconfig.arm_arch | 14 timer which provides per-cpu timers attached to a GIC to deliver its 15 per-processor interrupts via PPIs.
|
/Zephyr-latest/drivers/interrupt_controller/ |
D | Kconfig.nxp_s32 | 22 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/ |
D | Kconfig.littlefs | 48 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/ |
D | Kconfig | 7 int "Steps per revolution"
|
/Zephyr-latest/soc/atmel/sam/sam4l/ |
D | soc.h | 106 #define PM_CLOCK_MASK(bus, per) ((bus << 5) + per) argument
|
/Zephyr-latest/doc/_extensions/zephyr/kconfig/static/ |
D | kconfig.css | 55 #__kconfig-search .results-per-page-container { 59 #__kconfig-search .results-per-page-title {
|
/Zephyr-latest/boards/adi/max32680evkit/ |
D | Kconfig.defconfig | 19 default LV_COLOR_DEPTH_16 # 16 bit per pixel
|
/Zephyr-latest/boards/adi/max32672evkit/ |
D | Kconfig.defconfig | 19 default LV_COLOR_DEPTH_16 # 16 bit per pixel
|
/Zephyr-latest/boards/adi/max32690evkit/ |
D | Kconfig.defconfig | 19 default LV_COLOR_DEPTH_16 # 16 bit per pixel
|
/Zephyr-latest/drivers/led/ |
D | Kconfig.lp5562 | 13 25.5 mA per LED.
|