/Zephyr-latest/tests/kernel/context/ |
D | README.txt | 100 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/kernel/mutex/sys_mutex/src/ |
D | thread_competition.c | 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/ |
D | att_timeout.svg | 1 …order="fill stroke markers" d=" M 38.93352592923047 55.049635120999994 L 38.93352592923047 300.077…
|
/Zephyr-latest/cmake/linker/ |
D | linker_libraries_template.cmake | 7 # correct placement of those libraries for correct link order. 8 # For example, GCC usually has the order: -lc -lgcc
|
D | linker_libraries_native.cmake | 7 # define link order because that allows the build system to hook in alternative 16 # order as this allows to update libraries in use elsewhere.
|
/Zephyr-latest/samples/drivers/display/ |
D | README.rst | 12 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/tests/boot/test_mcuboot/ |
D | sysbuild.cmake | 18 # 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/subsys/bluetooth/audio/ |
D | media_proxy_internal.h | 62 void (*playing_order)(uint8_t order); 118 void media_proxy_sctrl_set_playing_order(uint8_t order);
|
D | mcs.c | 558 uint8_t order = media_proxy_sctrl_get_playing_order(); in read_playing_order() local 560 LOG_DBG("Playing order read: %d (0x%02x)", order, order); in read_playing_order() 568 return bt_gatt_attr_read(conn, attr, buf, len, offset, &order, sizeof(order)); in read_playing_order() 576 int8_t order; in write_playing_order() local 581 if (len != sizeof(order)) { in write_playing_order() 585 memcpy(&order, buf, len); in write_playing_order() 587 media_proxy_sctrl_set_playing_order(order); in write_playing_order() 589 LOG_DBG("Playing order write: %d", order); in write_playing_order() 1143 uint8_t order = media_proxy_sctrl_get_playing_order(); in notify_cb() local 1145 LOG_DBG("Notifying playing order: %d", order); in notify_cb() [all …]
|
/Zephyr-latest/tests/drivers/stepper/drv8424/emul/ |
D | Kconfig | 6 bool "Shuffle the order of tests and suites"
|
/Zephyr-latest/tests/drivers/stepper/drv8424/api/ |
D | Kconfig | 6 bool "Shuffle the order of tests and suites"
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/sample_test/ |
D | README.rst | 16 test library, in order to de-duplicate code that is not relevant to the test in question. Things 25 Read in order:
|
/Zephyr-latest/soc/nxp/s32/s32k3/ |
D | sections.ld | 18 /* ROM region size order for MPU configuration */
|
/Zephyr-latest/tests/kernel/pending/ |
D | README.txt | 37 Testing fifos time-out in correct order ... 40 Testing lifos time-out in correct order ...
|
/Zephyr-latest/samples/subsys/nvs/boards/ |
D | nucleo_f429zi.overlay | 9 /* Set 48KB of storage at the beginning of bank2 in order to have 3 sectors smaller than 32K
|
/Zephyr-latest/include/zephyr/bluetooth/audio/ |
D | media_proxy.h | 704 void (*playing_order_recv)(struct media_player *player, int err, uint8_t order); 717 void (*playing_order_write)(struct media_player *player, int err, uint8_t order); 1163 int media_proxy_ctrl_set_playing_order(struct media_player *player, uint8_t order); 1503 void (*set_playing_order)(uint8_t order); 1739 void media_proxy_pl_playing_order_cb(uint8_t order);
|
/Zephyr-latest/boards/st/stm32h750b_dk/ |
D | Kconfig.defconfig | 10 # MEMC needs to be enabled in order to store
|
/Zephyr-latest/tests/subsys/display/cfb/basic/src/ |
D | utils.c | 22 inline uint32_t mono_pixel_order(uint32_t order) in mono_pixel_order() argument 25 return BIT(7 - order); in mono_pixel_order() 27 return BIT(order); in mono_pixel_order()
|
/Zephyr-latest/cmake/linker/armlink/ |
D | linker_libraries.cmake | 6 # so we only need to set link order linking in case a custom C library is linked
|
/Zephyr-latest/tests/posix/eventfd/ |
D | Kconfig | 31 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
|
/Zephyr-latest/subsys/logging/ |
D | Kconfig.links | 19 If 0, main buffer is used and messages are processed in the order of
|
/Zephyr-latest/tests/cmake/snippets/ |
D | Kconfig | 33 Test the snippet processing order (1. foo, 2. bar) 38 Test the snippet processing order (1. bar, 2. foo)
|
/Zephyr-latest/boards/st/stm32f746g_disco/ |
D | Kconfig.defconfig | 20 # MEMC needs to be enabled in order to store
|
/Zephyr-latest/boards/st/stm32f7508_dk/ |
D | Kconfig.defconfig | 17 # MEMC needs to be enabled in order to store
|
/Zephyr-latest/subsys/shell/ |
D | Kconfig.template.shell_log_queue_size | 7 Size of buffer for messages that can be enqueued in order to be processed
|