Home
last modified time | relevance | path

Searched full:order (Results 1 – 25 of 1093) sorted by relevance

12345678910>>...44

/Zephyr-latest/tests/kernel/context/
DREADME.txt100 thread (q order: 2, t/o: 500) is running
101 got thread (q order: 2, t/o: 500) as expected
102 thread (q order: 3, t/o: 750) is running
103 got thread (q order: 3, t/o: 750) as expected
104 thread (q order: 0, t/o: 1000) is running
105 got thread (q order: 0, t/o: 1000) as expected
106 thread (q order: 6, t/o: 1250) is running
107 got thread (q order: 6, t/o: 1250) as expected
108 thread (q order: 1, t/o: 1500) is running
109 got thread (q order: 1, t/o: 1500) as expected
[all …]
/Zephyr-latest/tests/lib/net_buf/buf_simple/src/
Dmain.c56 "Invalid 16 bits byte order"); in ZTEST()
64 "Invalid 16 bits byte order"); in ZTEST()
72 sizeof(le16), "Invalid 16 bits byte order"); in ZTEST()
80 sizeof(be16), "Invalid 16 bits byte order"); in ZTEST()
88 "Invalid 24 bits byte order"); in ZTEST()
96 "Invalid 24 bits byte order"); in ZTEST()
104 sizeof(le24), "Invalid 24 bits byte order"); in ZTEST()
112 sizeof(be24), "Invalid 24 bits byte order"); in ZTEST()
120 "Invalid 32 bits byte order"); in ZTEST()
128 "Invalid 32 bits byte order"); in ZTEST()
[all …]
/Zephyr-latest/tests/subsys/fs/multi-fs/src/
Dmain.c17 * These tests are order-dependent. in ZTEST()
18 * They have to be executed in order. in ZTEST()
28 * These tests are order-dependent. in ZTEST()
29 * They have to be executed in order. in ZTEST()
41 * These tests are order-dependent. in ZTEST()
42 * They have to be executed in order. in ZTEST()
52 * These tests are order-dependent. in ZTEST()
53 * They have to be executed in order. in ZTEST()
/Zephyr-latest/subsys/bluetooth/services/ots/
Dots_olcp_internal.h30 /* Order the objects.*/
42 /** Order the list by object name, ascending */
44 /** Order the list by object type, ascending*/
46 /** Order the list by object current size, ascending*/
48 /** Order the list by object first-created timestamp, ascending*/
50 /** Order the list by object last-modified timestamp, ascending */
52 /** Order the list by object name, descending */
54 /** Order the list by object type, descending*/
56 /** Order the list by object current size, descending*/
58 /** Order the list by object first-created timestamp, descending*/
[all …]
/Zephyr-latest/tests/subsys/settings_commit_prio/src/
Dmain.c19 zassert_equal(prio, 0, "Bad commit order"); in commit0()
27 zassert_equal(prio, 1, "Bad commit order"); in commit1()
35 zassert_equal(prio, 2, "Bad commit order"); in commit2()
43 zassert_equal(prio, 3, "Bad commit order"); in commit3()
51 zassert_equal(prio, 0, "Bad commit order"); in commit5()
71 * @brief Test Settings commit order
73 * This test verifies the settings commit order.
/Zephyr-latest/dts/bindings/video/
Despressif,esp32-cam.yaml24 invert-byte-order:
26 description: invert byte order in 16bit mode
28 invert-bit-order:
30 description: invert bit order
/Zephyr-latest/tests/kernel/mutex/sys_mutex/src/
Dthread_competition.c28 /* The order of threads getting mutex is judged by index
31 static uint32_t order; variable
39 flag[2] = order; in low_prio_wait_for_mutex()
41 order++; in low_prio_wait_for_mutex()
54 flag[0] = order; in high_prio_t1_wait_for_mutex()
56 order++; in high_prio_t1_wait_for_mutex()
69 flag[1] = order; in high_prio_t2_wait_for_mutex()
71 order++; in high_prio_t2_wait_for_mutex()
97 order = 0; in ZTEST()
/Zephyr-latest/doc/connectivity/bluetooth/img/
Datt_timeout.svg1order="fill stroke markers" d=" M 38.93352592923047 55.049635120999994 L 38.93352592923047 300.077…
/Zephyr-latest/subsys/net/l2/ieee802154/
Dieee802154_security.h27 * @param frame Pointer to the frame data in original (little endian) byte order.
32 * order).
33 * @param frame_counter Frame counter in CPU byte order.
43 * @param frame Pointer to the frame data in original (little endian) byte order.
48 * order).
/Zephyr-latest/scripts/tests/build_helpers/
Dtest_domains.py137 ('order', os.path.join('dir', '1'))]
142 [('order', os.path.join('dir', '1')),
155 ids=['order only', 'no parameters', 'valid']
174 ('order', os.path.join('dir', '1'))
177 'order': ('order', os.path.join('dir', '1')),
191 ['domain "other" not found, valid domains are: order, some'],
225 ('order', os.path.join('dir', '1'))
228 'order': ('order', os.path.join('dir', '1')),
/Zephyr-latest/tests/lib/net_buf/buf/src/
Dmain.c554 /* add/pull byte order */ in ZTEST()
560 "Invalid 16 bits byte order"); in ZTEST()
568 sizeof(le16), "Invalid 16 bits byte order"); in ZTEST()
570 sizeof(be16), "Invalid 16 bits byte order"); in ZTEST()
579 "Invalid 24 bits byte order"); in ZTEST()
587 sizeof(le24), "Invalid 24 bits byte order"); in ZTEST()
589 sizeof(be24), "Invalid 24 bits byte order"); in ZTEST()
598 "Invalid 32 bits byte order"); in ZTEST()
606 sizeof(le32), "Invalid 32 bits byte order"); in ZTEST()
608 sizeof(be32), "Invalid 32 bits byte order"); in ZTEST()
[all …]
/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/
Dgrutils.py15 This is used to determine order dependencies among nodes in a
73 # dependency cycle, and to impose a total order on components
127 """Return the strongly-connected components in order.
129 The data structure is a list, in dependency order, of strongly
133 This order is preferred over a depth-first-search order for
152 # for otherwise indistinguishable siblings are in increasing order
/Zephyr-latest/include/zephyr/bluetooth/audio/
Dmcs.h87 /** The tracks within a group are played once in track order. */
89 /** The tracks within a group are played in track order repeatedly. */
99 /** The tracks within a group are played in random order once. */
101 /** The tracks within a group are played in random order repeatedly. */
107 * A bitmap, in the same order as the playing orders above.
108 * Note that playing order 1 corresponds to bit 0, and so on.
115 /** The tracks within a group are played once in track order. */
117 /** The tracks within a group are played in track order repeatedly. */
127 /** The tracks within a group are played in random order once. */
129 /** The tracks within a group are played in random order repeatedly. */
[all …]
/Zephyr-latest/samples/drivers/display/
DREADME.rst12 orientation of the LCD and correct RGB bit order. The rectangles are drawn
13 in clockwise order, from top left corner: red, green, blue, grey. The shade of
15 at any point or the order of the corners is not as described above then the LCD
/Zephyr-latest/boards/nordic/thingy53/
Dboard.c12 * respectively 2ms and 1ms power on delay. In order to avoid delays sum, common delay is
13 * introduced in the board start up file. Below asserts ensure correct initialization order:
37 * sensors require, 2ms and 1ms power on delay respectively. In order not to sum in setup()
/Zephyr-latest/tests/bluetooth/controller/ctrl_tx_queue/src/
Dmain.c46 * Dequeue and verify order of the ctrl nodes from (1).
75 * Dequeue and verify order of the data nodes from (1).
104 * Dequeue and verify order of the data and ctrl nodes from (1).
140 * Dequeue and verify order of the data and ctrl nodes from (1).
185 * Dequeue and verify order of ctrl and data nodes from (1).
186 * Dequeue and verify order of ctrl nodes from (2).
240 * Dequeue and verify order of ctrl and data nodes from (1).
241 * Dequeue and verify order of ctrl nodes from (2).
242 * Dequeue and verify order of data nodes from (2).
306 * Dequeue and verify order of ctrl and data nodes from (1).
[all …]
/Zephyr-latest/subsys/bluetooth/audio/
DKconfig.mcs182 bool "Support reading Playing Order"
185 This option enables support for reading Playing Order.
188 bool "Support setting Playing Order"
191 This option enables support for setting Playing Order.
194 bool "Support reading Playing Order Supported"
197 This option enables support for reading Playing Order Supported.
/Zephyr-latest/cmake/linker/
Dlinker_libraries_native.cmake7 # define link order because that allows the build system to hook in alternative
16 # order as this allows to update libraries in use elsewhere.
Dlinker_libraries_template.cmake7 # correct placement of those libraries for correct link order.
8 # For example, GCC usually has the order: -lc -lgcc
/Zephyr-latest/tests/boot/test_mcuboot/
Dsysbuild.cmake18 # Ensure the flashing order of images is as follows:
22 # This order means that if the debugger resets the MCU in between flash
/Zephyr-latest/tests/cmake/snippets/
Dtestcase.yaml27 # Test the snippet processing order (1. foo, 2. bar)
32 # Test the snippet processing order (1. bar, 2. foo)
DKconfig33 Test the snippet processing order (1. foo, 2. bar)
38 Test the snippet processing order (1. bar, 2. foo)
/Zephyr-latest/include/zephyr/net/
Dieee802154_ie.h242 * @details Example usage (all parameters in CPU byte order):
251 * @param _csl_phase CSL phase in CPU byte order
252 * @param _csl_period CSL period in CPU byte order
264 * @details Example usage (all parameters in CPU byte order):
274 * @param _csl_phase CSL phase in CPU byte order
275 * @param _csl_period CSL period in CPU byte order
276 * @param _csl_rendezvous_time CSL rendezvous time in CPU byte order
288 * @details Example usage (parameter in CPU byte order):
332 * @param[in] element_id IE element id in CPU byte order
346 * @return header IE element id in CPU byte order
/Zephyr-latest/doc/contribute/
Dproposals_and_rfcs.rst49 the `Zephyr meetings`_ in order to move it forward in cases where there is
50 either disagreement or not enough voiced opinions in order to proceed. Make sure
52 project in order for it to be examined during the next meeting.
/Zephyr-latest/tests/posix/eventfd/
DKconfig31 In order to get a true benchmark, there should be as few branches
38 In order to get a true benchmark, there should be as few branches

12345678910>>...44