Searched full:integers (Results 1 – 25 of 51) sorted by relevance
123
/Zephyr-latest/include/zephyr/sys/ |
D | math_extras.h | 35 * @brief Add two unsigned 16-bit integers. 44 * @brief Add two unsigned 32-bit integers. 54 * @brief Add two unsigned 64-bit integers. 63 * @brief Add two size_t integers. 82 * @brief Multiply two unsigned 16-bit integers. 91 * @brief Multiply two unsigned 32-bit integers. 100 * @brief Multiply two unsigned 64-bit integers. 109 * @brief Multiply two size_t integers.
|
D | linear_range.h | 53 * Implementation uses fixed-width integers. Range is limited to [INT32_MIN,
|
/Zephyr-latest/samples/subsys/zbus/benchmark/ |
D | benchmark_256KB.robot | 37 Should Be Equal As Integers ${result.rc} 0 49 Should Be Equal As Integers ${result.rc} 0 65 Should Be Equal As Integers ${result.rc} 0
|
/Zephyr-latest/dts/bindings/fuel-gauge/ |
D | battery-cutoff.yaml | 28 Payload to write to cutoff battery register. This must be array of maximum 2 integers.
|
/Zephyr-latest/dts/bindings/interrupt-controller/ |
D | st,stm32-exti.yaml | 27 by the external interrupt controller. For each line a couple of integers is
|
/Zephyr-latest/arch/arm64/core/ |
D | CMakeLists.txt | 23 # beyond the numeric range of integers for cmake.
|
/Zephyr-latest/dts/bindings/spi/ |
D | microchip,xec-qmspi-ldma.yaml | 25 An array of integers encoding each interrupt signal connection.
|
/Zephyr-latest/subsys/bluetooth/controller/util/ |
D | mem.h | 18 * @brief Round up to nearest multiple of 4, for unsigned integers
|
/Zephyr-latest/dts/bindings/i3c/ |
D | i3c-device.yaml | 58 are both expanded to 32-bit integers.
|
/Zephyr-latest/tests/lib/sprintf/ |
D | README.txt | 35 Testing sprintf() with integers ....
|
/Zephyr-latest/tests/unit/intmath/ |
D | main.c | 72 * integers
|
/Zephyr-latest/scripts/coccinelle/ |
D | ms_timeout.cocci | 9 // can't be converted to integers automatically. For K_NO_WAIT replace
|
/Zephyr-latest/dts/bindings/sensor/ |
D | adi,adltc2990.yaml | 35 An array of two integers for configuring the chip measurement mode.
|
/Zephyr-latest/subsys/mgmt/mcumgr/grp/os_mgmt/ |
D | Kconfig | 117 accept signed integers as priorities.
|
/Zephyr-latest/drivers/gnss/ |
D | gnss_nmea0183.h | 89 * @brief Parse ddmmyy to unsigned integers
|
/Zephyr-latest/modules/thrift/src/thrift/ |
D | config.h | 171 /* Indicates the effect of the right shift operator on negative signed integers */
|
/Zephyr-latest/doc/services/storage/nvs/ |
D | nvs.rst | 16 NVS allows storage of binary blobs, strings, integers, longs, and any
|
/Zephyr-latest/scripts/logging/dictionary/dictionary_parser/ |
D | log_database.py | 280 # So convert them back to integers, as this is needed for partial
|
/Zephyr-latest/doc/introduction/ |
D | index.rst | 180 NVS allows storage of binary blobs, strings, integers, longs, and any
|
/Zephyr-latest/samples/drivers/virtualization/ivshmem/doorbell/src/ |
D | ivshmem.c | 27 * Using the ivshmem API, we will receive a signal event + two integers (the
|
/Zephyr-latest/lib/heap/ |
D | heap.h | 29 * the fields, otherwise the units are 32 bit integers for a 16Gb heap
|
/Zephyr-latest/tests/kernel/mem_heap/k_heap_api/src/ |
D | test_kheap_api.c | 276 * @details The test allocates 256 unsigned integers of 4 bytes for a
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | sockets.rst | 54 descriptors are small integers, consecutively assigned from zero, shared
|
/Zephyr-latest/drivers/sensor/nxp/fxas21002/ |
D | fxas21002.c | 173 /* Parse the buffer into raw channel data (16-bit integers). To save in fxas21002_sample_fetch()
|
/Zephyr-latest/scripts/west_commands/runners/ |
D | jlink.py | 181 # Get the J-Link version as a (major, minor, rev) tuple of integers.
|
123