Home
last modified time | relevance | path

Searched refs:needed (Results 151 – 175 of 450) sorted by relevance

12345678910>>...18

/Zephyr-latest/drivers/adc/
Dadc_ads1x1x.c494 size_t needed = sizeof(int16_t); in ads1x1x_validate_buffer_size() local
497 needed *= (1 + sequence->options->extra_samplings); in ads1x1x_validate_buffer_size()
500 if (sequence->buffer_size < needed) { in ads1x1x_validate_buffer_size()
Dadc_max1125x.c592 size_t needed = sizeof(uint8_t) * (sequence->resolution / 8); in max1125x_validate_buffer_size() local
595 needed *= (1 + sequence->options->extra_samplings); in max1125x_validate_buffer_size()
598 if (sequence->buffer_size < needed) { in max1125x_validate_buffer_size()
Dadc_lmp90xxx.c473 size_t needed; in lmp90xxx_validate_buffer_size() local
482 needed = channels * sizeof(int32_t); in lmp90xxx_validate_buffer_size()
484 needed *= (1 + sequence->options->extra_samplings); in lmp90xxx_validate_buffer_size()
487 if (sequence->buffer_size < needed) { in lmp90xxx_validate_buffer_size()
Dadc_ad405x.c434 size_t needed; in adc_ad405x_validate_buffer_size() local
437 needed = channels * sizeof(uint16_t); in adc_ad405x_validate_buffer_size()
439 if (sequence->buffer_size < needed) { in adc_ad405x_validate_buffer_size()
/Zephyr-latest/boards/quicklogic/quick_feather/doc/
Dindex.rst47 OpenOCD is needed. To connect to the board run:
/Zephyr-latest/subsys/sensing/
DKconfig44 So, maximum sensitivity count is needed for sensors
/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/
DREADME.txt49 hand the BabbleSim 2G4 Phy, EDTT bridge, EDTT and needed simulated devices.
/Zephyr-latest/samples/bluetooth/mesh_demo/
DREADME.rst12 external provisioner needed) with hard-coded network and application key
/Zephyr-latest/subsys/net/ip/
DKconfig.ipv441 net_if_ipv4_set_netmask_by_addr() API if needed.
89 enabled if IPv4 multicast support is needed. Currently we support
/Zephyr-latest/subsys/net/l2/ethernet/gptp/
DKconfig32 source is probed when it is actually needed instead of being
212 can be seen in net-shell if needed.
/Zephyr-latest/doc/build/sysbuild/
Dimages.rst88 Additional dependency ordering can be set here if needed, see
174 Additional dependency ordering can be set here if needed, see
217 As can be seen, no additional CMake changes are needed to add an alternative image as the base
338 only be needed for upstream Zephyr though forked versions of Zephyr might use this to add
/Zephyr-latest/subsys/dfu/
DKconfig101 If value is set to 2 or greater then, this enables support needed when
/Zephyr-latest/drivers/flash/
DKconfig.nrf53 slices instead of blocking MCU, for the time it is needed to
/Zephyr-latest/doc/build/dts/
Dzephyr-user-node.rst10 when only a few simple properties are needed.
Dhowtos.rst359 /* reg is the chip select number, if needed;
363 /* Configure other SPI device properties as needed.
378 /* Configure other I2C device properties as needed.
499 /* initialize RAM values as needed, e.g.: */ \
503 /* initialize ROM values as needed. */ \
578 /* initialize RAM values as needed, e.g.: */ \
/Zephyr-latest/samples/bluetooth/direction_finding_central/
DREADME.rst30 changing ``nrf52833dk/nrf52833`` as needed for your board:
/Zephyr-latest/samples/bluetooth/direction_finding_peripheral/
DREADME.rst29 changing ``nrf52833dk/nrf52833`` as needed for your board:
/Zephyr-latest/samples/subsys/usb/testusb/
DREADME.rst10 The userspace tool ``testusb`` is needed to start the tests.
/Zephyr-latest/drivers/timer/
DKconfig.x8648 permits effectively unlimited precision where needed (the
/Zephyr-latest/subsys/mgmt/mcumgr/grp/enum_mgmt/
DKconfig51 Selects if the stack or heap will be used for variables that are needed when processing
/Zephyr-latest/doc/services/portability/posix/implementation/
Dindex.rst76 :ref:`System Call <syscalls>` is needed as part of the implementation, the declaration and the
/Zephyr-latest/doc/services/crypto/random/
Dindex.rst10 much faster if non-cryptographic values are needed.
/Zephyr-latest/boards/seagate/legend/
Dlegend.dts158 * The maximum period needed on Legend devices for activity LED
/Zephyr-latest/boards/bbc/microbit/
Dbbc_microbit.dts114 * are needed for the LED matrix and the SW PWM.
/Zephyr-latest/samples/net/sockets/echo_server/
DKconfig13 memory. Only increase the value here if really needed.

12345678910>>...18