Home
last modified time | relevance | path

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

12345678910

/Zephyr-Core-3.5.0/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-Core-3.5.0/drivers/flash/
DKconfig.cadence_qspi_nor35 int "Set QSPI to read / write how many bytes per device"
38 Set the size for a QSPI to read / write per device.
41 int "Set QSPI to read / write how many bytes per block"
44 Set the size for a QSPI to read / write per block.
/Zephyr-Core-3.5.0/tests/bluetooth/hci_prop_evt/src/
Dmain.c293 struct hci_evt_prop_report *per; in prop_cb() local
295 per = net_buf_simple_pull_mem(buf, sizeof(*per)); in prop_cb()
297 uint8_t data_len = per->data_len; in prop_cb()
298 uint8_t *data = &per->data[0]; in prop_cb()
334 struct hci_evt_prop_report *per; in send_prop_report() local
337 per = prop_evt(buf, sizeof(*per) + data_len); in send_prop_report()
338 per->data_len = data_len; in send_prop_report()
339 memcpy(&per->data[0], data, data_len); in send_prop_report()
/Zephyr-Core-3.5.0/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-Core-3.5.0/drivers/display/
DKconfig.stm32_ltdc25 (4 bytes per pixel)
31 (3 bytes per pixel)
37 (2 bytes per pixel)
DKconfig.max721911 It is supporting up to 64 individual LEDs per MAX7219.
/Zephyr-Core-3.5.0/subsys/bluetooth/audio/
DKconfig.bap88 This option sets the maximum number of CIS per unicast group to support.
90 BAP audio streams per group may be up to twice of this value.
98 instances for Basic Audio Profile on a per connection basis.
106 instances for Basic Audio Profile on a per connection basis.
134 This option sets the maximum number of subgroups per broadcast source
144 (up to BT_BAP_BROADCAST_SRC_STREAM_COUNT per broadcast source).
153 This option sets the maximum number of streams per broadcast source
178 This option sets the maximum number of subgroups per broadcast sink
188 (up to BT_BAP_BROADCAST_SNK_STREAM_COUNT per broadcast sink).
197 This option sets the maximum number of streams per broadcast sink
/Zephyr-Core-3.5.0/drivers/pwm/
DKconfig.nrf_sw17 GPIOTE channel and two PPI/DPPI channels and per pin.
21 PPI/DPPI channels per pin.
/Zephyr-Core-3.5.0/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-Core-3.5.0/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-Core-3.5.0/soc/arm/atmel_sam/sam4l/
Dsoc.h103 #define PM_CLOCK_MASK(bus, per) ((bus << 5) + per) argument
/Zephyr-Core-3.5.0/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-Core-3.5.0/drivers/i2c/
DKconfig.sam_twihs20 Blocking i2c calls when I2C_RTIO is enabled are copied into a per driver
30 Blocking i2c calls when I2C_RTIO is enabled are copied into a per driver
/Zephyr-Core-3.5.0/doc/_extensions/zephyr/kconfig/static/
Dkconfig.css55 #__kconfig-search .results-per-page-container {
59 #__kconfig-search .results-per-page-title {
/Zephyr-Core-3.5.0/drivers/led/
DKconfig.lp556213 25.5 mA per LED.
DKconfig.lp556911 Each channel can drive up to 25.5 mA per LED.
DKconfig.pca963313 states. Each channel can drive up to 25 mA per LED.
DKconfig.lp394314 per LED.
DKconfig.is31fl373312 per LED, or 42 mA total across all LEDs in the 12x16 dot matrix.
/Zephyr-Core-3.5.0/drivers/sensor/adxl372/
DKconfig61 acceleration is required to detect activity. It is 3.3 ms per code
62 for 6400 Hz ODR, and it is 6.6 ms per code for 3200 Hz ODR and below.
72 required to detect inactivity. It is 26 ms per code for 3200 Hz ODR
73 and below, and it is 13 ms per code for 6400 Hz ODR.
/Zephyr-Core-3.5.0/drivers/sensor/lsm6ds0/
DKconfig73 An X value for the config represents a range of +/- X degree per
81 per second (Hz).
98 samples per second (Hz).
/Zephyr-Core-3.5.0/samples/sensor/qdec/boards/
Dnucleo_f401re.overlay24 st,counts-per-revolution = <16>;
/Zephyr-Core-3.5.0/samples/sensor/thermometer/boards/
Dnrf52840dk_nrf52840.overlay24 zephyr,resolution = <12>; /* 0.055C per ADC step */
/Zephyr-Core-3.5.0/tests/subsys/sip_svc/
DKconfig12 Number of SYNC and ASYNC packets to be sent per iteration
/Zephyr-Core-3.5.0/drivers/sensor/lsm6dsl/
DKconfig90 An X value for the config represents a range of +/- X degree per
105 samples per second (Hz).
137 samples per second (Hz).

12345678910