Home
last modified time | relevance | path

Searched refs:maximum (Results 26 – 50 of 396) sorted by relevance

12345678910>>...16

/Zephyr-latest/lib/acpi/
DKconfig38 int "maximum child devices"
41 maximum acpi child devices.
/Zephyr-latest/subsys/bluetooth/audio/
DKconfig.bap57 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/
Dudc_skeleton.overlay13 maximum-speed = "high-speed";
/Zephyr-latest/subsys/bindesc/
DKconfig28 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/
Dqemu_cortex_m3.overlay14 maximum-speed = "high-speed";
Dnative_sim.overlay16 maximum-speed = "high-speed";
/Zephyr-latest/drivers/ieee802154/
DKconfig.cc13xx_cc26xx30 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/
DREADME.rst50 - ``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/
Dstm32h745.dtsi19 /* 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/
Dusbip-native-sim.overlay16 maximum-speed = "high-speed";
/Zephyr-latest/subsys/net/lib/http/
DKconfig61 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/
Dsem.c31 atomic_t maximum) in bounded_inc() argument
37 if (old_value >= maximum) { in bounded_inc()
/Zephyr-latest/drivers/dma/
DKconfig.mcux_lpc28 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/
Dsaleae_logic2.py61 maximum = np.max(diff)
65 'max': maximum, 'total_time': total_time}, len(diff)
/Zephyr-latest/samples/bluetooth/hap_ha/src/
Dmicp_mic_dev.c46 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/
Dstm32f723.dtsi21 maximum-speed = "high-speed";
/Zephyr-latest/drivers/watchdog/
DKconfig.nxp_fs2626 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/
DKconfig30 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/
Dbtp_aics.h26 int8_t minimum, int8_t maximum);
115 int8_t maximum; member
/Zephyr-latest/lib/posix/options/
DKconfig.proc143 Defines the maximum string length of uname version.
50 Defines the maximum string length of nodename version.
/Zephyr-latest/drivers/led/
DKconfig.is31fl373311 IS31FL3733 is a matrix LED driver, capable of a maximum of 3.29 mA
/Zephyr-latest/subsys/fs/
DKconfig34 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/
DKconfig.mcux40 Defines maximum number of message buffers for concurrent active instances.
53 Defines maximum number of concurrent active RX filters
/Zephyr-latest/subsys/sensing/
DKconfig38 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/
Dx_nucleo_wb05kn1_spi.overlay24 spi-max-frequency = <DT_FREQ_M(8)>; /* the maximum supported SPI speed */

12345678910>>...16