Searched full:elements (Results 1 – 25 of 228) sorted by relevance
12345678910
12 <offset std-filter-elements ext-filter-elements rx-fifo0-elements rx-fifo1-elements13 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 start17 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 words21 29-bit Filter 0-64 elements / 0-128 words22 Rx FIFO 0 0-64 elements / 0-1152 words23 Rx FIFO 1 0-64 elements / 0-1152 words24 Rx Buffers 0-64 elements / 0-1152 words[all …]
8 width # Width of the CFB font elements in pixels9 height # Height of the CFB font elements in pixels32 width # Width of the CFB font elements in pixels33 height # Height of the CFB font elements in pixels50 width # Width of the CFB font elements in pixels51 height # Height of the CFB font elements in pixels
103 * 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 more108 * - mfifo_<_name>: FIFO with pointers to RX node elements.109 * - mem_<_name>: Backing data pool of <_count> RX node elements112 * elements.149 * @brief Allocate FIFO elements with backing150 * @details This function allocates up to <_count> number of MFIFO elements by151 * enqueuing pointers to memory elements with associated memq links.
15 * then it will decrease number of free link elements.
408 /** 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 RAM440 * @return the number of standard (11-bit) filter elements446 * @brief Get the number of extended (29-bit) filter elements in Bosch M_CAN Message RAM[all …]
25 "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()
63 "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()
203 * @param len_field_ Field name in the struct for the number of elements223 * @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 array253 * @param len_field_ Field name in the struct for the number of elements289 * @param max_len_ Maximum number of elements in the array290 * @param len_field_ Field name in the struct for the number of elements293 * @param elem_descr_len_ Number of elements in elem_descr_339 * @param max_len_ Maximum number of elements in the array340 * @param len_field_ Field name in the struct for the number of elements[all …]
32 * single-producer single-consumer safe semantics without locks. Elements are196 * @brief Produce all previously acquired elements to the SPSC198 * This makes all previous acquired elements available to the consumer201 * @param spsc SPSC to produce all previously acquired elements or do nothing213 * @brief Drop all previously acquired elements215 * This makes all previous acquired elements available to be acquired again217 * @param spsc SPSC to drop all previously acquired elements or do nothing229 * @return Pointer to element or null if no consumable elements left255 * @brief Release all consumed elements257 * @param spsc SPSC to release consumed elements or do nothing[all …]
20 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 elements80 supported by the node. This example supports 4 elements per node.83 health, and onoff. The secondary elements only
35 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)
16 combintation. The array elements are opaque fields set using the macro
46 struct elt elements[10]; member108 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 …]
12 This example generates a font with font elements for 6 sided dice from14 to show the font elements on the display of a supported board.
9 /* 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 of49 /* 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
59 def add_elements_to_xml(xml_ele, elements): argument60 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])
61 * @brief Verify queue elements and cancel wait from a user thread63 * @details The test adds elements to queue and then190 * @brief Test to verify free of allocated elements of queue197 * objects and five queue elements. The queue elements should be in ZTEST()
120 static const struct bt_mesh_elem elements[] = { variable126 .elem = elements,127 .elem_count = ARRAY_SIZE(elements),
14 /* elements */92 * @param {list} elements List of elements.93 * @param {boolean} linkElements Whether to link elements (treat each element96 function renderKconfigPropList(parent, title, elements, linkElements) { argument97 if (elements.length === 0) {114 elements.forEach(element => {135 * @param {list} elements List of elements.
117 static const struct bt_mesh_elem elements[] = { variable123 .elem = elements,124 .elem_count = ARRAY_SIZE(elements),
8 # composition consists of model extensions within and between elements,
16 * variable length macros with zero or more elements.
7 …elements[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
545 "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"); \
485 /* 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() local1500 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 …]