/Zephyr-Core-3.5.0/dts/bindings/can/ |
D | bosch,m_can-base.yaml | 12 <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-Core-3.5.0/cmake/ |
D | cfb.cmake | 8 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-Core-3.5.0/subsys/bluetooth/controller/ll_sw/ |
D | ull_internal.h | 96 * data elements backed by a memory pool and memq link elements. 97 * Link memq elements have a separate pool of (_count + _extra_links) 98 * elements. Extra links may be used for initializing one or more 101 * - mfifo_<_name>: FIFO with pointers to RX node elements. 102 * - mem_<_name>: Backing data pool of <_count> RX node elements 105 * elements. 139 * @brief Allocate FIFO elements with backing 140 * @details This function allocates up to <_count> number of MFIFO elements by 141 * enqueuing pointers to memory elements with associated memq links.
|
D | ull_df_internal.h | 15 * then it will decrease number of free link elements.
|
/Zephyr-Core-3.5.0/include/zephyr/drivers/can/ |
D | can_mcan.h | 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 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-Core-3.5.0/tests/subsys/fs/fcb/src/ |
D | fcb_test_reset.c | 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()
|
D | fcb_test_append_fill.c | 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()
|
/Zephyr-Core-3.5.0/include/zephyr/data/ |
D | json.h | 206 * @param len_field_ Field name in the struct for the number of elements 226 * @param elem_descr_len_ Number of elements in elem_descr_ 240 * @param elem_descr_len_ Number of elements in elem_descr_ 255 * @param max_len_ Maximum number of elements in array 256 * @param len_field_ Field name in the struct for the number of elements 294 * @param max_len_ Maximum number of elements in the array 295 * @param len_field_ Field name in the struct for the number of elements 298 * @param elem_descr_len_ Number of elements in elem_descr_ 346 * @param max_len_ Maximum number of elements in the array 347 * @param len_field_ Field name in the struct for the number of elements [all …]
|
/Zephyr-Core-3.5.0/include/zephyr/rtio/ |
D | rtio_spsc.h | 33 * single-producer single-consumer safe semantics without locks. Elements are 197 * @brief Produce all previously acquired elements to the SPSC 199 * This makes all previous acquired elements available to the consumer 202 * @param spsc SPSC to produce all previously acquired elements or do nothing 214 * @brief Drop all previously acquired elements 216 * This makes all previous acquired elements available to be acquired again 218 * @param spsc SPSC to drop all previously acquired elements or do nothing 230 * @return Pointer to element or null if no consumable elements left 257 * @brief Release all consumed elements 259 * @param spsc SPSC to release consumed elements or do nothing [all …]
|
/Zephyr-Core-3.5.0/samples/boards/nrf/mesh/onoff-app/ |
D | README.rst | 19 The 3 remaining button/LED pairs are in elements 1 through 3. 21 the secondary elements will appear at 0x101, 0x102 and 0x103. 78 assigns sequential unicast addresses based on the number of elements 79 supported by the node. This example supports 4 elements per node. 82 health, and onoff. The secondary elements only
|
/Zephyr-Core-3.5.0/tests/lib/json/src/ |
D | main.c | 40 struct elt elements[10]; member 84 JSON_OBJ_DESCR_OBJ_ARRAY(struct obj_array, elements, 10, num_elements, 386 .elements = { in ZTEST() 400 char encoded[] = "{\"elements\":[" in ZTEST() 439 zassert_true(!strcmp(obj_array_array_ts.elements[0].name, in ZTEST() 441 zassert_equal(obj_array_array_ts.elements[0].height, 168, in ZTEST() 444 zassert_true(!strcmp(obj_array_array_ts.elements[1].name, in ZTEST() 446 zassert_equal(obj_array_array_ts.elements[1].height, 173, in ZTEST() 449 zassert_true(!strcmp(obj_array_array_ts.elements[2].name, in ZTEST() 451 zassert_equal(obj_array_array_ts.elements[2].height, 195, in ZTEST() [all …]
|
/Zephyr-Core-3.5.0/dts/bindings/interrupt-controller/ |
D | st,stm32-exti.yaml | 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)
|
D | infineon,xmc4xxx-intc.yaml | 16 combintation. The array elements are opaque fields set using the macro
|
/Zephyr-Core-3.5.0/samples/subsys/display/cfb_custom_font/ |
D | README.rst | 12 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-Core-3.5.0/scripts/generate_usb_vif/ |
D | generate_vif.py | 59 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-Core-3.5.0/tests/kernel/queue/src/ |
D | test_queue_user.c | 61 * @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-Core-3.5.0/tests/bluetooth/mesh_shell/src/ |
D | main.c | 110 static struct bt_mesh_elem elements[] = { variable 116 .elem = elements, 117 .elem_count = ARRAY_SIZE(elements),
|
/Zephyr-Core-3.5.0/doc/_extensions/zephyr/kconfig/static/ |
D | kconfig.mjs | 14 /* 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-Core-3.5.0/tests/bluetooth/mesh/basic/src/ |
D | main.c | 117 static struct bt_mesh_elem elements[] = { variable 123 .elem = elements, 124 .elem_count = ARRAY_SIZE(elements),
|
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/mesh/src/ |
D | test_op_agg.c | 128 static struct bt_mesh_elem elements[] = {BT_MESH_ELEM( variable 137 .elem = elements, 138 .elem_count = ARRAY_SIZE(elements), 173 struct bt_mesh_model *dummy_vnd_model = &elements[0].vnd_models[0]; in test_cli_max_len_sequence_msg_send()
|
D | test_sar.c | 134 static struct bt_mesh_elem elements[] = {BT_MESH_ELEM( variable 145 .elem = elements, 146 .elem_count = ARRAY_SIZE(elements), 188 struct bt_mesh_model *dummy_vnd_mod = &elements[0].vnd_models[0]; in cli_max_len_sdu_send()
|
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/mesh/tests_scripts/comp_data/ |
D | cdp1_encode_decode.sh | 8 # composition consists of model extensions within and between elements,
|
/Zephyr-Core-3.5.0/include/zephyr/dt-bindings/ |
D | dt-util.h | 16 * variable length macros with zero or more elements.
|
/Zephyr-Core-3.5.0/include/zephyr/modem/ |
D | chat.h | 97 /** Number of elements in expected responses */ 157 /** Elements in array of script chats */ 161 /** Number of elements in array of abort matches */ 279 /** Elements in array of pointers */ 283 /** Elements in array of unsolicited matches */
|
/Zephyr-Core-3.5.0/subsys/stats/ |
D | stats.c | 26 /* The stats name map contains two elements, an offset into the in stats_get_name() 126 * @param size The size of the individual statistics elements, either 128 * @param cnt The number of elements in the statistics structure 253 * @param map_cnt The number of elements in the statistics name map.
|