Home
last modified time | relevance | path

Searched full:elements (Results 1 – 25 of 228) sorted by relevance

12345678910

/Zephyr-latest/dts/bindings/can/
Dbosch,m_can-base.yaml12 <offset std-filter-elements ext-filter-elements rx-fifo0-elements rx-fifo1-elements
13 rx-buffer-elements tx-event-fifo-elements tx-buffer-elements>
15 The 'offset' is an address offset of the message RAM where the following elements start
17 specify how many elements are allocated for each filter type/FIFO/buffer.
19 The Bosch M_CAN IP supports the following elements:
20 11-bit Filter 0-128 elements / 0-128 words
21 29-bit Filter 0-64 elements / 0-128 words
22 Rx FIFO 0 0-64 elements / 0-1152 words
23 Rx FIFO 1 0-64 elements / 0-1152 words
24 Rx Buffers 0-64 elements / 0-1152 words
[all …]
/Zephyr-latest/cmake/
Dcfb.cmake8 width # Width of the CFB font elements in pixels
9 height # Height of the CFB font elements in pixels
32 width # Width of the CFB font elements in pixels
33 height # Height of the CFB font elements in pixels
50 width # Width of the CFB font elements in pixels
51 height # Height of the CFB font elements in pixels
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_internal.h103 * data elements backed by a memory pool and memq link elements.
104 * Link memq elements have a separate pool of (_count + _extra_links)
105 * elements. Extra links may be used for initializing one or more
108 * - mfifo_<_name>: FIFO with pointers to RX node elements.
109 * - mem_<_name>: Backing data pool of <_count> RX node elements
112 * elements.
149 * @brief Allocate FIFO elements with backing
150 * @details This function allocates up to <_count> number of MFIFO elements by
151 * enqueuing pointers to memory elements with associated memq links.
Dull_df_internal.h15 * then it will decrease number of free link elements.
/Zephyr-latest/include/zephyr/drivers/can/
Dcan_mcan.h408 /** std-filter-elements cell index */
410 /** ext-filter-elements cell index */
412 /** rx-fifo0-elements cell index */
414 /** rx-fifo1-elements cell index */
416 /** rx-buffer-elements cell index */
418 /** tx-event-fifo-elements cell index */
420 /** tx-buffer-elements cell index */
437 * @brief Get the number of standard (11-bit) filter elements in Bosch M_CAN Message RAM
440 * @return the number of standard (11-bit) filter elements
446 * @brief Get the number of extended (29-bit) filter elements in Bosch M_CAN Message RAM
[all …]
/Zephyr-latest/tests/subsys/fs/fcb/src/
Dfcb_test_reset.c25 "fcb_walk: elements count read different than expected"); in ZTEST()
37 "fcb_walk: elements count read different than expected"); in ZTEST()
56 "fcb_walk: elements count read different than expected"); in ZTEST()
72 "fcb_walk: elements count read different than expected"); in ZTEST()
91 "fcb_walk: elements count read different than expected"); in ZTEST()
113 "fcb_walk: elements count read different than expected"); in ZTEST()
136 "fcb_walk: elements count read different than expected"); in ZTEST()
Dfcb_test_append_fill.c63 "fcb_walk: elements count read different than expected"); in ZTEST()
65 "fcb_walk: elements count read different than expected"); in ZTEST()
75 "fcb_walk: elements count read different than expected"); in ZTEST()
77 "fcb_walk: elements count read different than expected"); in ZTEST()
/Zephyr-latest/include/zephyr/data/
Djson.h203 * @param len_field_ Field name in the struct for the number of elements
223 * @param elem_descr_len_ Number of elements in elem_descr_
237 * @param elem_descr_len_ Number of elements in elem_descr_
252 * @param max_len_ Maximum number of elements in array
253 * @param len_field_ Field name in the struct for the number of elements
289 * @param max_len_ Maximum number of elements in the array
290 * @param len_field_ Field name in the struct for the number of elements
293 * @param elem_descr_len_ Number of elements in elem_descr_
339 * @param max_len_ Maximum number of elements in the array
340 * @param len_field_ Field name in the struct for the number of elements
[all …]
/Zephyr-latest/include/zephyr/sys/
Dspsc_lockfree.h32 * single-producer single-consumer safe semantics without locks. Elements are
196 * @brief Produce all previously acquired elements to the SPSC
198 * This makes all previous acquired elements available to the consumer
201 * @param spsc SPSC to produce all previously acquired elements or do nothing
213 * @brief Drop all previously acquired elements
215 * This makes all previous acquired elements available to be acquired again
217 * @param spsc SPSC to drop all previously acquired elements or do nothing
229 * @return Pointer to element or null if no consumable elements left
255 * @brief Release all consumed elements
257 * @param spsc SPSC to release consumed elements or do nothing
[all …]
/Zephyr-latest/samples/boards/nordic/mesh/onoff-app/
DREADME.rst20 The 3 remaining button/LED pairs are in elements 1 through 3.
22 the secondary elements will appear at 0x101, 0x102 and 0x103.
79 assigns sequential unicast addresses based on the number of elements
80 supported by the node. This example supports 4 elements per node.
83 health, and onoff. The secondary elements only
/Zephyr-latest/dts/bindings/interrupt-controller/
Dst,stm32-exti.yaml35 6th line starts with input line 5 and contains 5 elements (5 to 9)
36 7th line starts with inupt line 10 and contains 6 elements (10 to 15)
Dinfineon,xmc4xxx-intc.yaml16 combintation. The array elements are opaque fields set using the macro
/Zephyr-latest/tests/lib/json/src/
Dmain.c46 struct elt elements[10]; member
108 JSON_OBJ_DESCR_OBJ_ARRAY(struct obj_array, elements, 10, num_elements,
492 .elements = { in ZTEST()
506 char encoded[] = "{\"elements\":[" in ZTEST()
545 zassert_str_equal(obj_array_array_ts.elements[0].name, in ZTEST()
548 zassert_equal(obj_array_array_ts.elements[0].height, 168, in ZTEST()
551 zassert_str_equal(obj_array_array_ts.elements[1].name, "Pel\303\251", in ZTEST()
553 zassert_equal(obj_array_array_ts.elements[1].height, 173, in ZTEST()
556 zassert_str_equal(obj_array_array_ts.elements[2].name, "Usain Bolt", in ZTEST()
558 zassert_equal(obj_array_array_ts.elements[2].height, 195, in ZTEST()
[all …]
/Zephyr-latest/samples/subsys/display/cfb_custom_font/
DREADME.rst12 This example generates a font with font elements for 6 sided dice from
14 to show the font elements on the display of a supported board.
/Zephyr-latest/samples/boards/nxp/adsp/number_crunching/include/
Dmath_ops.h9 /* test vector sum on int16_t elements */
24 /* test sum of the squares of the int16_t vector elements */
27 * @brief Power of a Vector - makes sum of the squares of the elements of
49 /* test sum of the squares of the int32_t vector elements */
52 * @brief Power of a Vector - makes sum of the squares of the elements of
/Zephyr-latest/scripts/generate_usb_vif/
Dgenerate_vif.py59 def add_elements_to_xml(xml_ele, elements): argument
60 for element_name in elements:
61 text = elements[element_name].get(other_constants.TEXT, None)
62 attributes = elements[element_name].get(other_constants.ATTRIBUTES,
66 if other_constants.CHILD in elements[element_name]:
68 elements[element_name][other_constants.CHILD])
/Zephyr-latest/tests/kernel/queue/src/
Dtest_queue_user.c61 * @brief Verify queue elements and cancel wait from a user thread
63 * @details The test adds elements to queue and then
190 * @brief Test to verify free of allocated elements of queue
197 * objects and five queue elements. The queue elements should be in ZTEST()
/Zephyr-latest/tests/bluetooth/mesh_shell/src/
Dmain.c120 static const struct bt_mesh_elem elements[] = { variable
126 .elem = elements,
127 .elem_count = ARRAY_SIZE(elements),
/Zephyr-latest/doc/_extensions/zephyr/kconfig/static/
Dkconfig.mjs14 /* elements */
92 * @param {list} elements List of elements.
93 * @param {boolean} linkElements Whether to link elements (treat each element
96 function renderKconfigPropList(parent, title, elements, linkElements) { argument
97 if (elements.length === 0) {
114 elements.forEach(element => {
135 * @param {list} elements List of elements.
/Zephyr-latest/tests/bluetooth/mesh/basic/src/
Dmain.c117 static const struct bt_mesh_elem elements[] = { variable
123 .elem = elements,
124 .elem_count = ARRAY_SIZE(elements),
/Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/comp_data/
Dcdp1_encode_decode.sh8 # composition consists of model extensions within and between elements,
/Zephyr-latest/include/zephyr/dt-bindings/
Ddt-util.h16 * variable length macros with zero or more elements.
/Zephyr-latest/doc/_extensions/zephyr/doxytooltip/static/tippy/
Dpopper.min.js7elements[y?w:m],E=_(n(j)?j:j.contextElement||d(e.elements.popper),c,l,s),P=p(e.elements.reference)… class in AnonymousFunction7648dcfe0100.Z.AnonymousFunction7648dcfe0f00.f
/Zephyr-latest/drivers/can/
Dcan_stm32_fdcan.c545 "Standard filter elements must be 28"); \
547 "Extended filter elements must be 8"); \
549 "Rx FIFO 0 elements must be 3"); \
551 "Rx FIFO 1 elements must be 3"); \
553 "Rx Buffer elements must be 0"); \
555 "Tx Event FIFO elements must be 3"); \
557 "Tx Buffer elements must be 0");
576 "Insufficient Message RAM size to hold elements"); \
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_registry.c485 /* assign data elements */ in lwm2m_set_res_buf()
578 /* setup initial data elements */ in lwm2m_engine_set()
582 /* allow user to override data elements via callback */ in lwm2m_engine_set()
891 /* setup initial data elements */ in lwm2m_engine_get()
895 /* allow user to override data elements via callback */ in lwm2m_engine_get()
1493 struct lwm2m_time_series_elem elements; in lwm2m_engine_cache_write() local
1500 elements.t = time(NULL); in lwm2m_engine_cache_write()
1502 if (elements.t <= 0) { in lwm2m_engine_cache_write()
1509 elements.u32 = *(uint32_t *)value; in lwm2m_engine_cache_write()
1513 elements.u16 = *(uint16_t *)value; in lwm2m_engine_cache_write()
[all …]

12345678910