/Zephyr-latest/drivers/sensor/veaa_x_3/ |
D | Kconfig | 15 The driver assumes that the maximum ADC value matches the maximum 16 output from the device, and that the maximum DAC value matches the 17 maximum input value for the device. External hardware is probably
|
/Zephyr-latest/drivers/can/ |
D | Kconfig.stm32 | 22 Defines the maximum number of filters with standard ID (11-bit) 28 The following equation determines the maximum total number of 38 Defines the maximum number of filters with extended ID (29-bit) 44 The following equation determines the maximum total number of 65 Defines the maximum number of filters with standard ID (11-bit) 73 Defines the maximum number of filters with extended ID (29-bit)
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | Kconfig.ucifi | 41 This value sets the maximum allowable number of LPWAN instances. 48 This value sets the maximum number of IPv4 addresses assigned to a 56 This value sets the maximum number of IPv6 addresses assigned to a 64 This value sets the maximum number of LPWAN network addresses assigned 72 This value sets the maximum number of secondary addresses used to 81 This value sets the maximum number of LPWAN addresses of peer nodes 89 This value sets the maximum number of multicast group addresses (from 98 This value sets the maximum number of security key (e.g. AES128) to
|
/Zephyr-latest/samples/subsys/usb/shell/boards/ |
D | qemu_cortex_m3.overlay | 14 maximum-speed = "high-speed"; 20 maximum-speed = "full-speed";
|
/Zephyr-latest/drivers/ipm/ |
D | Kconfig.imx | 25 Select maximum message size for NXP i.MX messaging unit. 31 and a maximum size of 4 bytes each. 37 and a maximum size of 8 bytes each. 43 and a maximum size of 16 bytes.
|
/Zephyr-latest/samples/subsys/usb/shell/ |
D | virtual.overlay | 16 maximum-speed = "high-speed"; 22 maximum-speed = "full-speed";
|
/Zephyr-latest/samples/net/dsa/ |
D | Kconfig | 11 int "DSA slave ports maximum number" 15 DSA slave ports maximum number.
|
/Zephyr-latest/tests/benchmarks/wait_queues/src/ |
D | main.c | 145 uint64_t maximum = cycles[0]; in compute_and_report_stats() local 154 if (cycles[i] > maximum) { in compute_and_report_stats() 155 maximum = cycles[i]; in compute_and_report_stats() 166 maximum /= (uint64_t)num_iterations; in compute_and_report_stats() 192 sdescr_len, ", max.", maximum, (uint32_t)timing_cycles_to_ns(maximum)); in compute_and_report_stats() 205 printk(" Maximum : %7llu cycles (%7u nsec)\n", maximum, in compute_and_report_stats() 206 (uint32_t)timing_cycles_to_ns(maximum)); in compute_and_report_stats()
|
/Zephyr-latest/tests/benchmarks/sched_queues/src/ |
D | main.c | 158 uint64_t maximum = cycles[0]; in compute_and_report_stats() local 167 if (cycles[i] > maximum) { in compute_and_report_stats() 168 maximum = cycles[i]; in compute_and_report_stats() 179 maximum /= (uint64_t)num_iterations; in compute_and_report_stats() 203 sdescr_len, ", max.", maximum, (uint32_t)timing_cycles_to_ns(maximum)); in compute_and_report_stats() 216 printk(" Maximum : %7llu cycles (%7u nsec)\n", maximum, in compute_and_report_stats() 217 (uint32_t)timing_cycles_to_ns(maximum)); in compute_and_report_stats()
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | Kconfig.mpl | 31 Sets the maximum number of bytes (including the null termination) of 45 Sets the maximum number of bytes (including the null termination) of 53 Sets the maximum number of bytes (including the null termination) of 61 Sets the maximum number of bytes (including the null termination) 69 Sets the maximum number of bytes (including the null termination) of 98 This option sets the maximum size (in octets) of the icon object. 104 This option sets the maximum size (in octets) of a track object.
|
D | Kconfig.vocs | 16 This option sets the maximum number of instances of Volume Offset 32 This option sets the maximum output description size in octets. 44 This option sets the maximum number of instances of Volume Offset
|
D | Kconfig.aics | 17 This option sets the maximum number of instances of Audio Input 34 This option sets the maximum input description size in octets. 46 This option sets the maximum number of instances of Audio Input
|
D | Kconfig.tbs | 39 Sets the maximum number of calls the service supports per bearer. 49 int "The maximum length of the URI scheme list" 53 Sets the maximum length of the URI scheme list. 60 The number of milliseconds that the TBS implementation will maximum wait before rejecting 95 Sets the maximum number of calls the client supports per TBS instance. 103 Sets the maximum number of Telephone Bearer Service (TBS) 256 int "The maximum length of the call URI supported" 260 Sets the maximum length of the call URI supported. Note that if this 264 int "The maximum length of the bearer provider name" 268 Sets the maximum length of the bearer provider name.
|
/Zephyr-latest/subsys/portability/cmsis_rtos_v1/ |
D | Kconfig | 29 Mention maximum number of timers in CMSIS compliant application. 36 Mention maximum number of mutexes in CMSIS compliant application. 43 Mention maximum number of semaphores in CMSIS compliant application.
|
/Zephyr-latest/boards/st/stm32f7508_dk/support/ |
D | openocd.cfg | 14 # Event reset-init already uses the maximum speed however adapter speed 16 # override that speed setting it also to the maximum speed.
|
/Zephyr-latest/boards/st/stm32f746g_disco/support/ |
D | openocd.cfg | 18 # Event reset-init already uses the maximum speed however adapter speed 20 # override that speed setting it also to the maximum speed.
|
/Zephyr-latest/tests/subsys/logging/log_blocking/ |
D | Kconfig | 14 Specify the maximum rate at which messages will be logged from the 21 Specify the maximum rate at which log messages will be handled by
|
/Zephyr-latest/drivers/usb/udc/ |
D | Kconfig.ambiq | 30 int "UDC AMBIQ maximum number of ISR event messages" 34 AMBIQ maximum number of ISR event messages.
|
/Zephyr-latest/drivers/stepper/ |
D | Kconfig.stepper_event_template | 13 int "$(module-str) maximum number of pending stepper events" 17 The maximum number of stepper events that can be pending before new events
|
/Zephyr-latest/subsys/net/l2/ieee802154/ |
D | Kconfig.radio | 50 int "CSMA maximum backoffs" 54 The maximum number of backoffs the CSMA-CA algorithm will attempt 68 int "CSMA MAC maximum backoff exponent" 72 The maximum value of the backoff exponent (BE) in the CSMA-CA
|
/Zephyr-latest/subsys/portability/cmsis_rtos_v2/ |
D | Kconfig | 53 Mention maximum number of timers in CMSIS RTOS V2 compliant application that can 77 Mention maximum number of memory slabs in CMSIS RTOS V2 compliant application that can 84 Mention maximum dynamic size of memory slabs/pools in CMSIS RTOS V2 compliant application. 91 Mention maximum number of message queues in CMSIS RTOS V2 compliant application that can 98 Mention maximum dynamic size of message queues in CMSIS RTOS V2 compliant application. 105 Mention maximum number of event flags in CMSIS RTOS V2 compliant application that can
|
/Zephyr-latest/drivers/serial/ |
D | Kconfig.nxp_s32 | 18 int "The maximum duration to transfer a byte data in blocking mode" 24 int "The maximum duration to receive a byte data in blocking mode"
|
/Zephyr-latest/tests/drivers/sensor/ina237/boards/ |
D | native_sim.overlay | 29 /* high precision mode, maximum current lsb */ 39 /* high precision mode, maximum rshunt */
|
/Zephyr-latest/lib/posix/options/ |
D | Kconfig.mqueue | 16 Mention maximum number of messages in message queue in POSIX compliant 29 Mention maximum size of message in bytes.
|
/Zephyr-latest/samples/sensor/mhz19b/boards/ |
D | nucleo_g0b1re.overlay | 11 maximum-range = <10000>;
|