Searched full:largest (Results 1 – 25 of 46) sorted by relevance
12
/Zephyr-Core-3.6.0/lib/heap/ |
D | heap_info.c | 22 printk(" bucket# min units total largest largest\n" in heap_print_info() 27 chunksz_t largest = 0; in heap_print_info() local 35 largest = MAX(largest, chunk_size(h, curr)); in heap_print_info() 42 largest, chunksz_to_bytes(h, largest)); in heap_print_info()
|
/Zephyr-Core-3.6.0/drivers/watchdog/ |
D | Kconfig.rpi_pico | 18 largest timeout possible.
|
D | wdt_opentitan.c | 78 * supported, the value x s.t. min < x < max and x is the largest valid timeout) 82 * largest valid timeout.
|
/Zephyr-Core-3.6.0/subsys/mgmt/ec_host_cmd/ |
D | Kconfig | 35 set by user to the largest one. 48 set by user to the largest one.
|
/Zephyr-Core-3.6.0/drivers/video/ |
D | Kconfig | 23 int "Size of the largest buffer in the video pool"
|
/Zephyr-Core-3.6.0/dts/bindings/misc/ |
D | zephyr,flash-disk.yaml | 36 non-uniform erase-blocks it should be at least the largest
|
/Zephyr-Core-3.6.0/.github/ISSUE_TEMPLATE/ |
D | 008_bin-blobs.md | 26 the functionality that the blob(s) provide, to the largest extent possible
|
/Zephyr-Core-3.6.0/subsys/settings/include/settings/ |
D | settings_nvs.h | 28 * NVS_NAMECNT_ID is used to store the largest name ID in use.
|
/Zephyr-Core-3.6.0/subsys/bluetooth/audio/ |
D | mcc_internal.h | 89 * If there is no OTC, the largest is control point 90 * If OTC is included, the largest is the search control point
|
D | tbs_internal.h | 298 /* Need only be the size of call state reads which is the largest of the
|
/Zephyr-Core-3.6.0/include/zephyr/net/ |
D | net_time.h | 103 /** The largest positive time value that can be represented by net_time_t */ 109 /** The largest positive number of seconds that can be safely represented by net_time_t */
|
/Zephyr-Core-3.6.0/modules/canopennode/ |
D | Kconfig | 24 be at least equal to the size of the largest variable in the
|
/Zephyr-Core-3.6.0/dts/bindings/regulator/ |
D | regulator.yaml | 28 description: largest voltage consumers may set 44 description: largest current consumers may set
|
/Zephyr-Core-3.6.0/dts/bindings/mtd/ |
D | atmel,sam-flash.yaml | 107 blocks of flash at a time. This property describes the largest
|
/Zephyr-Core-3.6.0/include/zephyr/sys/ |
D | spsc_pbuf.h | 180 * largest possible is performed (which may include adding wrap padding). 181 * If @ref SPSC_PBUF_MAX_LEN is used then an attempt to allocate largest
|
/Zephyr-Core-3.6.0/subsys/settings/src/ |
D | settings_nvs.c | 150 /* Settings largest ID in use is invalid due to in settings_nvs_load() 286 * the largest name ID in use. in settings_nvs_save()
|
/Zephyr-Core-3.6.0/lib/libc/minimal/source/stdlib/ |
D | strtol.c | 79 * numbers. That is the largest legal value, divided by the in strtol()
|
D | strtoll.c | 78 * numbers. That is the largest legal value, divided by the in strtoll()
|
/Zephyr-Core-3.6.0/subsys/bluetooth/mesh/ |
D | Kconfig | 499 models the local node supports, i.e. what's the largest 521 models the local node supports, i.e. what's the largest 740 of the largest Composition Data Page present in the application. 871 int "Largest BLOB size in bytes" 1020 int "Largest DFU image that can be stored" 1024 This value defines the largest DFU image a single slot can store.
|
/Zephyr-Core-3.6.0/tests/drivers/disk/disk_access/src/ |
D | main.c | 29 /* Assume the largest sector we will encounter is 512 bytes */
|
/Zephyr-Core-3.6.0/drivers/interrupt_controller/ |
D | intc_gicv3_its.c | 112 /* Probe the BASER(i) to get the largest supported page size */ 181 /* Use the largest possible page size for indirect */ in its_alloc_tables()
|
/Zephyr-Core-3.6.0/include/zephyr/drivers/misc/ft8xx/ |
D | ft8xx_dl.h | 209 * largest built in font.
|
/Zephyr-Core-3.6.0/tests/drivers/disk/disk_performance/src/ |
D | main.c | 25 /* Assume the largest sector we will encounter is 512 bytes */
|
/Zephyr-Core-3.6.0/drivers/pwm/ |
D | pwm_led_esp32.c | 158 * First we try to find the largest resolution using the APB_CLK source. in pwm_led_esp32_timer_config()
|
/Zephyr-Core-3.6.0/subsys/bluetooth/controller/ll_sw/ |
D | ull_central_iso.c | 318 * 2) Calculate SE_Length for each CIS and store the largest in ll_cig_parameters_commit() 428 * largest SE_Length times number of CISes (interleaved). Min. subinterval is 400 us. in ll_cig_parameters_commit() 447 * Set CIG_Sync_Delay = ISO_Interval as largest possible CIG_Sync_Delay. in ll_cig_parameters_commit()
|
12