/Zephyr-latest/drivers/adc/ |
D | adc_ads1x1x.c | 494 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()
|
D | adc_max1125x.c | 592 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()
|
D | adc_lmp90xxx.c | 473 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()
|
D | adc_ad405x.c | 434 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/ |
D | index.rst | 47 OpenOCD is needed. To connect to the board run:
|
/Zephyr-latest/subsys/sensing/ |
D | Kconfig | 44 So, maximum sensitivity count is needed for sensors
|
/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/ |
D | README.txt | 49 hand the BabbleSim 2G4 Phy, EDTT bridge, EDTT and needed simulated devices.
|
/Zephyr-latest/samples/bluetooth/mesh_demo/ |
D | README.rst | 12 external provisioner needed) with hard-coded network and application key
|
/Zephyr-latest/subsys/net/ip/ |
D | Kconfig.ipv4 | 41 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/ |
D | Kconfig | 32 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/ |
D | images.rst | 88 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/ |
D | Kconfig | 101 If value is set to 2 or greater then, this enables support needed when
|
/Zephyr-latest/drivers/flash/ |
D | Kconfig.nrf | 53 slices instead of blocking MCU, for the time it is needed to
|
/Zephyr-latest/doc/build/dts/ |
D | zephyr-user-node.rst | 10 when only a few simple properties are needed.
|
D | howtos.rst | 359 /* 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/ |
D | README.rst | 30 changing ``nrf52833dk/nrf52833`` as needed for your board:
|
/Zephyr-latest/samples/bluetooth/direction_finding_peripheral/ |
D | README.rst | 29 changing ``nrf52833dk/nrf52833`` as needed for your board:
|
/Zephyr-latest/samples/subsys/usb/testusb/ |
D | README.rst | 10 The userspace tool ``testusb`` is needed to start the tests.
|
/Zephyr-latest/drivers/timer/ |
D | Kconfig.x86 | 48 permits effectively unlimited precision where needed (the
|
/Zephyr-latest/subsys/mgmt/mcumgr/grp/enum_mgmt/ |
D | Kconfig | 51 Selects if the stack or heap will be used for variables that are needed when processing
|
/Zephyr-latest/doc/services/portability/posix/implementation/ |
D | index.rst | 76 :ref:`System Call <syscalls>` is needed as part of the implementation, the declaration and the
|
/Zephyr-latest/doc/services/crypto/random/ |
D | index.rst | 10 much faster if non-cryptographic values are needed.
|
/Zephyr-latest/boards/seagate/legend/ |
D | legend.dts | 158 * The maximum period needed on Legend devices for activity LED
|
/Zephyr-latest/boards/bbc/microbit/ |
D | bbc_microbit.dts | 114 * are needed for the LED matrix and the SW PWM.
|
/Zephyr-latest/samples/net/sockets/echo_server/ |
D | Kconfig | 13 memory. Only increase the value here if really needed.
|