Home
last modified time | relevance | path

Searched refs:array (Results 76 – 100 of 168) sorted by relevance

1234567

/Zephyr-latest/doc/services/device_mgmt/smp_groups/
Dsmp_group_9.rst58 | "argv" | array consisting of strings representing command |
/Zephyr-latest/subsys/task_wdt/
DKconfig21 The timeouts for each channel are stored in an array. Allocate only
/Zephyr-latest/boards/shields/amg88xx/doc/
Dindex.rst164 …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/
DKconfig151 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/
Dmqtt.rst154 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/
Dgen_mmu.py69 import array
187 self.entries = array.array(self.type_code,
/Zephyr-latest/doc/build/dts/
Dzephyr-user-node.rst20 You can store numeric or array values in ``/zephyr,user`` if you want them to
/Zephyr-latest/samples/bluetooth/direction_finding_central/
DREADME.rst62 control of the antenna array.
/Zephyr-latest/samples/arch/smp/pktqueue/
DREADME.rst16 At the beginning of the application the array (size defined in SIZE_OF_QUEUE)
/Zephyr-latest/samples/bluetooth/direction_finding_peripheral/
DREADME.rst61 control of the antenna array.
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dshell.rst321 …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/
Dmain.c1959 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/
Dtarget.cmake80 …t member of a struct is discouraged and dereferencing elements in such an array has undefined beha…
/Zephyr-latest/doc/services/storage/fcb/
Dfcb.rst31 an array of flash sectors; when it erases old data, it does this a
/Zephyr-latest/boards/tdk/robokit1/doc/
Dindex.rst10 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/
DREADME.rst65 control of the antenna array.
/Zephyr-latest/subsys/modem/
Dmodem_chat.c767 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/
Dinterrupts.rst474 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/
DKconfig86 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/
Dnsos_adapt.c49 #define ARRAY_SIZE(array) (sizeof(array) / sizeof((array)[0])) argument
/Zephyr-latest/doc/develop/sca/
Dpolyspace.rst11 the absence of run-time errors like array out of bounds access, overflows,
/Zephyr-latest/cmake/sca/eclair/ECL/
Dtoolchain.ecl73 …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/
Dindex.rst122 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/
Dring_buffers.rst151 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/
Dcompiler_flags_template.cmake146 # Compiler flag for disabling warning about array bounds

1234567