Home
last modified time | relevance | path

Searched full:largest (Results 1 – 25 of 46) sorted by relevance

12

/Zephyr-Core-3.6.0/lib/heap/
Dheap_info.c22 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/
DKconfig.rpi_pico18 largest timeout possible.
Dwdt_opentitan.c78 * 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/
DKconfig35 set by user to the largest one.
48 set by user to the largest one.
/Zephyr-Core-3.6.0/drivers/video/
DKconfig23 int "Size of the largest buffer in the video pool"
/Zephyr-Core-3.6.0/dts/bindings/misc/
Dzephyr,flash-disk.yaml36 non-uniform erase-blocks it should be at least the largest
/Zephyr-Core-3.6.0/.github/ISSUE_TEMPLATE/
D008_bin-blobs.md26 the functionality that the blob(s) provide, to the largest extent possible
/Zephyr-Core-3.6.0/subsys/settings/include/settings/
Dsettings_nvs.h28 * NVS_NAMECNT_ID is used to store the largest name ID in use.
/Zephyr-Core-3.6.0/subsys/bluetooth/audio/
Dmcc_internal.h89 * If there is no OTC, the largest is control point
90 * If OTC is included, the largest is the search control point
Dtbs_internal.h298 /* Need only be the size of call state reads which is the largest of the
/Zephyr-Core-3.6.0/include/zephyr/net/
Dnet_time.h103 /** 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/
DKconfig24 be at least equal to the size of the largest variable in the
/Zephyr-Core-3.6.0/dts/bindings/regulator/
Dregulator.yaml28 description: largest voltage consumers may set
44 description: largest current consumers may set
/Zephyr-Core-3.6.0/dts/bindings/mtd/
Datmel,sam-flash.yaml107 blocks of flash at a time. This property describes the largest
/Zephyr-Core-3.6.0/include/zephyr/sys/
Dspsc_pbuf.h180 * 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/
Dsettings_nvs.c150 /* 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/
Dstrtol.c79 * numbers. That is the largest legal value, divided by the in strtol()
Dstrtoll.c78 * numbers. That is the largest legal value, divided by the in strtoll()
/Zephyr-Core-3.6.0/subsys/bluetooth/mesh/
DKconfig499 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/
Dmain.c29 /* Assume the largest sector we will encounter is 512 bytes */
/Zephyr-Core-3.6.0/drivers/interrupt_controller/
Dintc_gicv3_its.c112 /* 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/
Dft8xx_dl.h209 * largest built in font.
/Zephyr-Core-3.6.0/tests/drivers/disk/disk_performance/src/
Dmain.c25 /* Assume the largest sector we will encounter is 512 bytes */
/Zephyr-Core-3.6.0/drivers/pwm/
Dpwm_led_esp32.c158 * 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/
Dull_central_iso.c318 * 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