/Zephyr-latest/doc/services/device_mgmt/smp_groups/ |
D | smp_group_9.rst | 58 | "argv" | array consisting of strings representing command |
|
/Zephyr-latest/subsys/task_wdt/ |
D | Kconfig | 21 The timeouts for each channel are stored in an array. Allocate only
|
/Zephyr-latest/boards/shields/amg88xx/doc/ |
D | index.rst | 164 …YE`: https://industry.panasonic.eu/products/components/sensors/ir-thermophile-array-sensor-grid-eye 165 … https://industry.panasonic.eu/products/components/sensors/ir-thermophile-array-sensor-grid-eye/gr…
|
/Zephyr-latest/drivers/i3c/ |
D | Kconfig | 151 structs that may be in the array given to i3c_transfer. A sensible default 161 structs that may be in the array given to i3c_transfer. A sensible default
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | mqtt.rst | 154 In this sample code, the ``m_sec_tags`` array holds a list of tags, referencing TLS 161 Note, that TLS credentials referenced by the ``m_sec_tags`` array must be
|
/Zephyr-latest/arch/x86/ |
D | gen_mmu.py | 69 import array 187 self.entries = array.array(self.type_code,
|
/Zephyr-latest/doc/build/dts/ |
D | zephyr-user-node.rst | 20 You can store numeric or array values in ``/zephyr,user`` if you want them to
|
/Zephyr-latest/samples/bluetooth/direction_finding_central/ |
D | README.rst | 62 control of the antenna array.
|
/Zephyr-latest/samples/arch/smp/pktqueue/ |
D | README.rst | 16 At the beginning of the application the array (size defined in SIZE_OF_QUEUE)
|
/Zephyr-latest/samples/bluetooth/direction_finding_peripheral/ |
D | README.rst | 61 control of the antenna array.
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | shell.rst | 321 …g shorter than 16 bytes will populate the N most significant bytes of the array and zero-pad the r… 337 …g shorter than 16 bytes will populate the N most significant bytes of the array and zero-pad the r… 347 …g shorter than 16 bytes will populate the N most significant bytes of the array and zero-pad the r… 378 …g shorter than 16 bytes will populate the N most significant bytes of the array and zero-pad the r… 440 …g shorter than 32 bytes will populate the N most significant bytes of the array and zero-pad the r… 642 …g shorter than 16 bytes will populate the N most significant bytes of the array and zero-pad the r… 651 …g shorter than 16 bytes will populate the N most significant bytes of the array and zero-pad the r… 675 …g shorter than 16 bytes will populate the N most significant bytes of the array and zero-pad the r… 684 …g shorter than 16 bytes will populate the N most significant bytes of the array and zero-pad the r… 774 …g shorter than 16 bytes will populate the N most significant bytes of the array and zero-pad the r… [all …]
|
/Zephyr-latest/tests/lib/devicetree/api/src/ |
D | main.c | 1959 int array[] = { in ZTEST() local 1963 zassert_equal(ARRAY_SIZE(array), 3, ""); in ZTEST() 1964 zassert_equal(array[0], 2003, ""); in ZTEST() 1965 zassert_equal(array[1], 4003, ""); in ZTEST() 1966 zassert_equal(array[2], 6003, ""); in ZTEST() 1988 zassert_equal(ARRAY_SIZE(inst_array), ARRAY_SIZE(array), ""); in ZTEST() 1989 zassert_equal(inst_array[0], array[0], ""); in ZTEST() 1990 zassert_equal(inst_array[1], array[1], ""); in ZTEST() 1991 zassert_equal(inst_array[2], array[2], ""); in ZTEST() 2709 static bool ord_in_array(unsigned int ord, unsigned int *array, in ord_in_array() argument [all …]
|
/Zephyr-latest/cmake/compiler/iar/ |
D | target.cmake | 80 …t member of a struct is discouraged and dereferencing elements in such an array has undefined beha…
|
/Zephyr-latest/doc/services/storage/fcb/ |
D | fcb.rst | 31 an array of flash sectors; when it erases old data, it does this a
|
/Zephyr-latest/boards/tdk/robokit1/doc/ |
D | index.rst | 10 It pairs a 300MHz Cortex-M7 ATSAME70Q21 with an array of TDK sensors and pin headers useful for rob…
|
/Zephyr-latest/samples/bluetooth/direction_finding_connectionless_rx/ |
D | README.rst | 65 control of the antenna array.
|
/Zephyr-latest/subsys/modem/ |
D | modem_chat.c | 767 static bool modem_chat_validate_array(const void *array, size_t size) in modem_chat_validate_array() argument 769 return ((array == NULL) && (size == 0)) || in modem_chat_validate_array() 770 ((array != NULL) && (size > 0)); in modem_chat_validate_array()
|
/Zephyr-latest/doc/kernel/services/ |
D | interrupts.rst | 474 Any relocation on this stage may lead to the situation where the entry in the interrupt array 539 array of function pointers, where each element n corresponds to the IRQ handler 564 This is an array of struct _isr_table_entry: 580 This is an array of struct z_shared_isr_table_entry: 622 Note that the section name is placed in flexible array member. 629 that would be the part of the interrupt array: 638 This array is placed in a section with the name saved in _isr_list_sname structure. 703 creates an _irq_to_interrupt_vector array which maps an IRQ line to its
|
/Zephyr-latest/drivers/i2c/ |
D | Kconfig | 86 structs that may be in the array given to i2c_transfer. A sensible default 96 structs that may be in the array given to i2c_transfer. A sensible default
|
/Zephyr-latest/drivers/net/ |
D | nsos_adapt.c | 49 #define ARRAY_SIZE(array) (sizeof(array) / sizeof((array)[0])) argument
|
/Zephyr-latest/doc/develop/sca/ |
D | polyspace.rst | 11 the absence of run-time errors like array out of bounds access, overflows,
|
/Zephyr-latest/cmake/sca/eclair/ECL/ |
D | toolchain.ecl | 73 …The maximum size for an array is defined in the PTRDIFF_MAX and in a 32 bit architecture is 2^30-1…
|
/Zephyr-latest/doc/services/sensing/ |
D | index.rst | 122 information in a :c:struct:`sensing_sensor_info` pointer array . 198 each element in the **readings[]** array defines **timestamp_delta**.
|
/Zephyr-latest/doc/kernel/data_structures/ |
D | ring_buffers.rst | 151 A ring buffer **data item** is an array of 32-bit words from 0 to 1020 bytes 160 retriever. If the ring buffer is empty, or if the data array supplied by the 298 (i.e. it has no data array), a size of 0 and data pointer of :c:macro:`NULL`
|
/Zephyr-latest/cmake/compiler/ |
D | compiler_flags_template.cmake | 146 # Compiler flag for disabling warning about array bounds
|