Home
last modified time | relevance | path

Searched refs:needed (Results 76 – 100 of 450) sorted by relevance

12345678910>>...18

/Zephyr-latest/doc/kernel/memory_management/
Dshared_multi_heap.rst19 needed information for the regions from the DT.
62 correct set of attributes for the needed memory. The framework will take
/Zephyr-latest/drivers/adc/
Dadc_emul.c331 size_t needed; in adc_emul_check_buffer_size() local
340 needed = channels * sizeof(adc_emul_res_t); in adc_emul_check_buffer_size()
342 needed *= (1 + sequence->options->extra_samplings); in adc_emul_check_buffer_size()
345 if (sequence->buffer_size < needed) { in adc_emul_check_buffer_size()
Dadc_ad4114.c205 size_t needed; in adc_ad4114x_validate_buffer_size() local
208 needed = channels * sizeof(uint32_t); in adc_ad4114x_validate_buffer_size()
210 if (sequence->buffer_size < needed) { in adc_ad4114x_validate_buffer_size()
Dadc_ads1119.c283 size_t needed = sizeof(int16_t); in ads1119_validate_buffer_size() local
286 needed *= (1 + sequence->options->extra_samplings); in ads1119_validate_buffer_size()
289 if (sequence->buffer_size < needed) { in ads1119_validate_buffer_size()
/Zephyr-latest/doc/services/debugging/
Dcpu_load.rst12 precision is needed a :ref:`counter_api` device can be used.
/Zephyr-latest/subsys/net/l2/virtual/
DKconfig7 Add a virtual L2 layer driver. This is needed if you have a L2
/Zephyr-latest/samples/bluetooth/bap_broadcast_source/
Dapp.overlay18 * For simplicity we claim support for 48KHz only and then downsample if needed
/Zephyr-latest/soc/adi/max32/
DKconfig43 If needed, this hook can be used to prevent the CPU from actually
/Zephyr-latest/doc/kernel/services/threads/
Dsystem_threads.rst59 The function used by a real application can be as complex as needed.
75 /* do whatever processing is now needed */
/Zephyr-latest/samples/subsys/usb_c/sink/boards/
Dnumaker_m2l31ki.overlay87 /* Enable GPIO modules which are needed for below use cases:
/Zephyr-latest/doc/connectivity/networking/api/
Dnet_stats.rst15 if those statistics are not needed. See various options in
/Zephyr-latest/drivers/dma/
DKconfig.nxp_sof_host_dma31 Nevertheless, this is needed because this driver
/Zephyr-latest/samples/modules/thrift/hello/client/
DCMakeLists.txt33 # needed because std::iterator was deprecated with -std=c++17
/Zephyr-latest/samples/modules/thrift/hello/server/
DCMakeLists.txt33 # needed because std::iterator was deprecated with -std=c++17
/Zephyr-latest/tests/drivers/i2s/i2s_api/
DKconfig39 value of this option may be needed when GPIO loopback is used.
/Zephyr-latest/doc/hardware/arch/
Dx86.rst53 If they are not disjoint, it would clear the entries needed for
120 tables). :kconfig:option:`CONFIG_X86_EXTRA_PAGE_TABLE_PAGES` is needed to
122 If the needed space is not exactly the same as required space,
/Zephyr-latest/cmake/modules/
DFindThreads.cmake14 # special flags are needed, so this will be empty.
/Zephyr-latest/soc/nxp/kinetis/ke1xf/
DKconfig53 if needed.
/Zephyr-latest/samples/net/sockets/sntp_client/
DREADME.rst14 some adjustments to the configuration may be needed. It also assumes
/Zephyr-latest/samples/net/lldp/
DREADME.rst11 LLDP support and setup VLANs if needed.
/Zephyr-latest/doc/hardware/peripherals/
Ddma.rst14 functionality drivers have needed in the tree. It can still be a good abstraction, with care, for
38 Drivers should not attempt to use heap allocations of any kind. If object pools are needed for
/Zephyr-latest/boards/shields/semtech_sx1276mb1mas/doc/
Dindex.rst49 in devicetree to A3 if needed.
/Zephyr-latest/drivers/ieee802154/
DKconfig.b9124 Delay time needed for PLL stabilization during Tx/Rx modes switching.
/Zephyr-latest/cmake/linker/ld/
Dlinker_libraries.cmake27 # This is needed because when linking with newlib on aarch64, then libgcc has a
/Zephyr-latest/samples/net/secure_mqtt_sensor_actuator/
DKconfig40 No acknowledgment needed for published message.

12345678910>>...18