/Zephyr-latest/lib/acpi/ |
D | Kconfig | 38 int "maximum child devices" 41 maximum acpi child devices.
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | Kconfig.bap | 57 This option sets the maximum number of subgroups supported. 58 Due to limitations in advertising data, the maximum size of all subgroups are 249. 60 So effectively there can be a maximum of 24 subgroups in a BASE. 93 This option sets the maximum number of CIS per unicast group to support. 135 This option sets the maximum number of subgroups 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 195 This option sets the maximum number of streams per broadcast sink 228 The maximum number of milliseconds that the scan delegator implementation will wait 254 Sets the number of maximum receive stat characteristics that will be
|
/Zephyr-latest/tests/drivers/udc/ |
D | udc_skeleton.overlay | 13 maximum-speed = "high-speed";
|
/Zephyr-latest/subsys/bindesc/ |
D | Kconfig | 28 Determines the maximum size of a binary descriptor's data. The theoretical 29 limit to this value is the maximum value of a uint16_t (65535), in practice 68 The maximum expected size of the descriptors' data. This should be set to
|
/Zephyr-latest/tests/subsys/usb/device_next/boards/ |
D | qemu_cortex_m3.overlay | 14 maximum-speed = "high-speed";
|
D | native_sim.overlay | 16 maximum-speed = "high-speed";
|
/Zephyr-latest/drivers/ieee802154/ |
D | Kconfig.cc13xx_cc26xx | 30 int "CSMA maximum backoffs" 35 The maximum number of backoffs the CSMA-CA algorithm will attempt 48 int "CSMA MAC maximum backoff exponent" 53 The maximum value of the backoff exponent (BE) in the CSMA-CA
|
/Zephyr-latest/samples/net/prometheus/ |
D | README.rst | 50 - ``CONFIG_HTTP_SERVER_MAX_CLIENTS``: Defines the maximum number of HTTP/2 53 - ``CONFIG_HTTP_SERVER_MAX_STREAMS``: Specifies the maximum number of HTTP/2 57 for each client. This limits the maximum length of an individual HTTP header 60 - ``CONFIG_HTTP_SERVER_MAX_URL_LENGTH``: Specifies the maximum length of an HTTP
|
/Zephyr-latest/dts/arm/st/h7/ |
D | stm32h745.dtsi | 19 /* maximum erase time for a 128K sector */ 26 /* maximum erase time for a 128K sector */ 56 maximum-speed = "full-speed"; 70 maximum-speed = "full-speed";
|
/Zephyr-latest/snippets/usbip-native-sim/ |
D | usbip-native-sim.overlay | 16 maximum-speed = "high-speed";
|
/Zephyr-latest/subsys/net/lib/http/ |
D | Kconfig | 61 This setting determines the maximum number of HTTP/2 clients that the server can handle at once. 68 This setting determines the maximum number of HTTP/2 streams for each client. 84 maximum length of an individual HTTP header supported. 91 This setting determines the maximum length of the HTTP URL that the server can process. 98 This setting determines the maximum length of the HTTP Content-Length field. 105 This setting determines the maximum length of HTTP header field or value 115 This setting determines the maximum length of an HTTP/2 header frame 142 This setting determines the maximum number of HTTP headers it is possible 150 This timeout specifies maximum time the client may remain inactive
|
/Zephyr-latest/lib/os/ |
D | sem.c | 31 atomic_t maximum) in bounded_inc() argument 37 if (old_value >= maximum) { in bounded_inc()
|
/Zephyr-latest/drivers/dma/ |
D | Kconfig.mcux_lpc | 28 is "total number of unique DMA channels ever expected to be used, maximum 30 as many channel data structures as the maximum number of DMA channels
|
/Zephyr-latest/tests/kernel/timer/timer_behavior/pytest/ |
D | saleae_logic2.py | 61 maximum = np.max(diff) 65 'max': maximum, 'total_time': total_time}, len(diff)
|
/Zephyr-latest/samples/bluetooth/hap_ha/src/ |
D | micp_mic_dev.c | 46 int8_t minimum, int8_t maximum) in micp_mic_dev_aics_gain_setting_cb() argument 52 inst, units, minimum, maximum); in micp_mic_dev_aics_gain_setting_cb()
|
/Zephyr-latest/dts/arm/st/f7/ |
D | stm32f723.dtsi | 21 maximum-speed = "high-speed";
|
/Zephyr-latest/drivers/watchdog/ |
D | Kconfig.nxp_fs26 | 26 Sets the maximum value of the watchdog error counter. Each time a 37 Sets the maximum value of the watchdog refresh counter. Each time the 39 time this counter reaches its maximum value and if the next refresh is
|
/Zephyr-latest/subsys/mgmt/mcumgr/grp/stat_mgmt/ |
D | Kconfig | 30 Limits the maximum stat group name length in MCUmgr requests, in bytes. 35 For stat names s_name and snm_name, this is the maximum length when
|
/Zephyr-latest/tests/bluetooth/tester/src/audio/btp/ |
D | btp_aics.h | 26 int8_t minimum, int8_t maximum); 115 int8_t maximum; member
|
/Zephyr-latest/lib/posix/options/ |
D | Kconfig.proc1 | 43 Defines the maximum string length of uname version. 50 Defines the maximum string length of nodename version.
|
/Zephyr-latest/drivers/led/ |
D | Kconfig.is31fl3733 | 11 IS31FL3733 is a matrix LED driver, capable of a maximum of 3.29 mA
|
/Zephyr-latest/subsys/fs/ |
D | Kconfig | 34 int "Optional override for maximum file name length" 37 Specify the maximum file name allowed across all enabled file 38 system types. Zero or a negative value selects the maximum 85 maximum size that can be used with a read/write test. Note that this
|
/Zephyr-latest/drivers/can/ |
D | Kconfig.mcux | 40 Defines maximum number of message buffers for concurrent active instances. 53 Defines maximum number of concurrent active RX filters
|
/Zephyr-latest/subsys/sensing/ |
D | Kconfig | 38 int "maximum sensitivity count one sensor could support" 42 This is the maximum sensitivity count one sensor could support, 44 So, maximum sensitivity count is needed for sensors
|
/Zephyr-latest/boards/shields/x_nucleo_wb05kn1/ |
D | x_nucleo_wb05kn1_spi.overlay | 24 spi-max-frequency = <DT_FREQ_M(8)>; /* the maximum supported SPI speed */
|