Home
last modified time | relevance | path

Searched full:uniform (Results 1 – 22 of 22) sorted by relevance

/Zephyr-latest/dts/bindings/misc/
Dzephyr,flash-disk.yaml34 adequately chosen. On storage backends with uniform erase-blocks it
36 non-uniform erase-blocks it should be at least the largest
/Zephyr-latest/drivers/entropy/
DKconfig.nrf528 bool "Bias correction (uniform distribution)"
31 uniform distribution of 0 and 1. When this option is enabled, the time
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dprovisioning.rst42 :c:func:`bt_mesh_init`. Additionally, a Uniform Resource Identifier (URI)
49 Uniform Resource Identifier
52 The Uniform Resource Identifier shall follow the format specified in the
/Zephyr-latest/samples/drivers/jesd216/
DREADME.rst37 4-KiBy erase: uniform
/Zephyr-latest/tests/lib/hash_function/src/
Dmain.c84 /* cdf of hypothesized distribution (uniform, in this case) */ in kolmogorov_smirnov_test()
/Zephyr-latest/doc/hardware/peripherals/sensor/
Dindex.rst16 attempts to provide a uniform interface to them.
/Zephyr-latest/tests/drivers/clock_control/stm32_clock_configuration/stm32_common_devices/src/
Dtest_stm32_clock_configuration_adc.c135 * uniform way to verify via hal. in ZTEST()
/Zephyr-latest/samples/drivers/jesd216/src/
Dmain.c71 [JESD216_SFDP_BFP_DW1_BSERSZ_VAL_4KSUP] = "uniform", in summarize_dw1()
73 [JESD216_SFDP_BFP_DW1_BSERSZ_VAL_4KNOTSUP] = "not uniform", in summarize_dw1()
/Zephyr-latest/drivers/flash/
Dflash_ifx_cat1.c156 * For flash memories which have uniform page sizes, this routine in ifx_cat1_flash_page_layout()
Dflash_ifx_cat1_qspi.c298 * For flash memories which have uniform page sizes, this routine in ifx_cat1_flash_page_layout()
/Zephyr-latest/subsys/net/lib/ptp/
DKconfig203 uniform through PTP domain. For more check IEEE 1588-2019 Section 7.7.2.2.
/Zephyr-latest/doc/kernel/object_cores/
Dindex.rst44 Object cores provide a uniform means to retrieve that information via object
/Zephyr-latest/cmake/
Dmcuboot.cmake106 # Use UNIX_COMMAND syntax for uniform results across host
/Zephyr-latest/include/zephyr/drivers/
Dflash.h180 * For flash memories which have uniform page sizes, this routine
341 * returning size, specifically those with non uniform page layouts or banked,
/Zephyr-latest/include/zephyr/bluetooth/audio/
Dtbs.h470 * @brief The Uniform Caller Identifier of the bearer
472 * See the Uniform Caller Identifiers table in Bluetooth Assigned Numbers
477 * The Uniform Resource Identifiers schemes supported by this bearer as an UTF-8 string
/Zephyr-latest/drivers/disk/
Dflashdisk.c133 LOG_ERR("Non-uniform page size is not supported"); in flashdisk_init_runtime()
/Zephyr-latest/tests/drivers/flash/common/src/
Dmain.c337 /* The test is sipped only because there is no uniform way to get device size */ in ZTEST()
/Zephyr-latest/drivers/adc/
Dadc_lmp90xxx.c699 * resolution in order to provide a uniform interface in lmp90xxx_acquisition_thread()
/Zephyr-latest/doc/releases/
Drelease-notes-3.4.rst660 ``EXTRA_ZEPHYR_MODULES`` for better naming consistency and uniform behavior
/Zephyr-latest/doc/_doxygen/
Ddoxygen-awesome.css49 …/* default spacings. Most components reference these values for spacing, to provide uniform spacin…
/Zephyr-latest/cmake/modules/
Dextensions.cmake1593 # in a uniform way.
3188 # zephyr_get() is a common function to provide a uniform way of supporting
/Zephyr-latest/samples/modules/tflite-micro/hello_world/train/
Dtrain_hello_world_model.ipynb213 "x_values = np.random.uniform(\n",