/Zephyr-Core-3.5.0/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-Core-3.5.0/drivers/flash/ |
D | Kconfig.cadence_qspi_nor | 35 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/ |
D | main.c | 293 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/ |
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-Core-3.5.0/drivers/display/ |
D | Kconfig.stm32_ltdc | 25 (4 bytes per pixel) 31 (3 bytes per pixel) 37 (2 bytes per pixel)
|
D | Kconfig.max7219 | 11 It is supporting up to 64 individual LEDs per MAX7219.
|
/Zephyr-Core-3.5.0/subsys/bluetooth/audio/ |
D | Kconfig.bap | 88 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/ |
D | Kconfig.nrf_sw | 17 GPIOTE channel and two PPI/DPPI channels and per pin. 21 PPI/DPPI channels per pin.
|
/Zephyr-Core-3.5.0/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-Core-3.5.0/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-Core-3.5.0/soc/arm/atmel_sam/sam4l/ |
D | soc.h | 103 #define PM_CLOCK_MASK(bus, per) ((bus << 5) + per) argument
|
/Zephyr-Core-3.5.0/subsys/fs/ |
D | Kconfig.littlefs | 48 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/ |
D | Kconfig.sam_twihs | 20 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/ |
D | kconfig.css | 55 #__kconfig-search .results-per-page-container { 59 #__kconfig-search .results-per-page-title {
|
/Zephyr-Core-3.5.0/drivers/led/ |
D | Kconfig.lp5562 | 13 25.5 mA per LED.
|
D | Kconfig.lp5569 | 11 Each channel can drive up to 25.5 mA per LED.
|
D | Kconfig.pca9633 | 13 states. Each channel can drive up to 25 mA per LED.
|
D | Kconfig.lp3943 | 14 per LED.
|
D | Kconfig.is31fl3733 | 12 per LED, or 42 mA total across all LEDs in the 12x16 dot matrix.
|
/Zephyr-Core-3.5.0/drivers/sensor/adxl372/ |
D | Kconfig | 61 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/ |
D | Kconfig | 73 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/ |
D | nucleo_f401re.overlay | 24 st,counts-per-revolution = <16>;
|
/Zephyr-Core-3.5.0/samples/sensor/thermometer/boards/ |
D | nrf52840dk_nrf52840.overlay | 24 zephyr,resolution = <12>; /* 0.055C per ADC step */
|
/Zephyr-Core-3.5.0/tests/subsys/sip_svc/ |
D | Kconfig | 12 Number of SYNC and ASYNC packets to be sent per iteration
|
/Zephyr-Core-3.5.0/drivers/sensor/lsm6dsl/ |
D | Kconfig | 90 An X value for the config represents a range of +/- X degree per 105 samples per second (Hz). 137 samples per second (Hz).
|