Home
last modified time | relevance | path

Searched refs:got (Results 1 – 25 of 44) sorted by relevance

12

/Zephyr-latest/samples/sensor/ccs811/
DREADME.rst50 Timed fetch got 0
55 Timed fetch got 0
56 Timed fetch got stale data
57 Timed fetch got stale data
58 Timed fetch got stale data
63 Timed fetch got 0
68 Timed fetch got 0
73 Timed fetch got 0
78 Timed fetch got 0
83 Timed fetch got 0
[all …]
/Zephyr-latest/drivers/serial/
Duart_pipe.c39 int got; in uart_pipe_rx() local
41 got = uart_fifo_read(uart_pipe_dev, recv_buf + recv_off, avail); in uart_pipe_rx()
42 if (got <= 0) { in uart_pipe_rx()
46 LOG_HEXDUMP_DBG(recv_buf + recv_off, got, "RX"); in uart_pipe_rx()
52 recv_off += got; in uart_pipe_rx()
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dmesh_test.h107 #define ASSERT_EQUAL(expected, got) \ argument
109 if ((expected) != (got)) { \
112 #expected " not equal to " #got ": %d != %d\n",\
113 (expected), (got)); \
117 #define ASSERT_IN_RANGE(got, min, max) \ argument
119 if (!IN_RANGE(got, min, max)) { \
121 bs_trace_error_time_line(#got " not in range %d <-> %d, " #got " = %d\n", \
122 (min), (max), (got)); \
Dtest_persistence.c331 const struct bt_mesh_cfg_cli_mod_pub *got) in check_mod_pub_params() argument
333 ASSERT_EQUAL(expected->addr, got->addr); in check_mod_pub_params()
334 ASSERT_EQUAL(expected->app_idx, got->app_idx); in check_mod_pub_params()
335 ASSERT_EQUAL(expected->cred_flag, got->cred_flag); in check_mod_pub_params()
336 ASSERT_EQUAL(expected->ttl, got->ttl); in check_mod_pub_params()
337 ASSERT_EQUAL(expected->period, got->period); in check_mod_pub_params()
338 ASSERT_EQUAL(expected->transmit, got->transmit); in check_mod_pub_params()
/Zephyr-latest/tests/kernel/context/
DREADME.txt101 got thread (q order: 2, t/o: 500) as expected
103 got thread (q order: 3, t/o: 750) as expected
105 got thread (q order: 0, t/o: 1000) as expected
107 got thread (q order: 6, t/o: 1250) as expected
109 got thread (q order: 1, t/o: 1500) as expected
111 got thread (q order: 4, t/o: 1750) as expected
113 got thread (q order: 5, t/o: 2000) as expected
117 got (q order: 3, t/o: 750, t/o order 1) as expected
119 got (q order: 0, t/o: 1000, t/o order 2) as expected
123 got (q order: 4, t/o: 1750, t/o order 5) as expected
/Zephyr-latest/samples/userspace/prod_consumer/
DREADME.rst62 I:monitor thread got data payload #0
64 I:monitor thread got data payload #1
66 I:monitor thread got data payload #2
68 I:monitor thread got data payload #3
70 I:monitor thread got data payload #4
74 I:monitor thread got data payload #5
78 I:monitor thread got data payload #6
82 I:monitor thread got data payload #7
86 I:monitor thread got data payload #8
90 I:monitor thread got data payload #9
/Zephyr-latest/arch/x86/zefi/
Defi.ld46 *(.got)
47 *(.got.plt)
/Zephyr-latest/samples/net/sockets/coap_download/
DREADME.rst83 [00:00:00.180,000] <inf> coap_download: CoAP download done, got 100 bytes in 70 ms
86 [00:00:00.300,000] <inf> coap_download: CoAP download done, got 100 bytes in 120 ms
/Zephyr-latest/doc/
D404.rst36 If you got this error by following a link, please let us know by creating an
/Zephyr-latest/boards/intel/common/
Dnet_boot.rst74 #. Verify that the board got an IP address. Run from the Linux host:
/Zephyr-latest/include/zephyr/arch/x86/intel64/
Dlinker.ld216 *(.got)
217 *(.got.plt)
/Zephyr-latest/doc/services/task_wdt/
Dindex.rst12 in regular intervals to prevent it from timing out. If the software got stuck
/Zephyr-latest/include/zephyr/arch/arm/cortex_a_r/scripts/
Dlinker.ld250 SECTION_PROLOGUE(.got,,)
252 *(.got.plt)
254 *(.got)
/Zephyr-latest/samples/sensor/jc42/
DREADME.rst62 er set got 0
/Zephyr-latest/cmake/toolchain/arcmwdt/
Dgeneric.cmake23 # https://github.com/zephyrproject-rtos/sdk-ng/pull/682 got merged and we switch to proper SDK
/Zephyr-latest/include/zephyr/arch/arm64/scripts/
Dlinker.ld185 *(.got)
186 *(.got.plt)
/Zephyr-latest/cmake/linker_script/arm/
Dlinker.cmake73 zephyr_linker_section_configure(SECTION /DISCARD/ INPUT ".got.plt")
75 zephyr_linker_section_configure(SECTION /DISCARD/ INPUT ".got")
/Zephyr-latest/include/zephyr/arch/arc/v2/
Dlinker.ld326 *(.got.plt)
328 *(.got)
/Zephyr-latest/tests/unit/cbprintf/
Dmain.c283 const char *got; member
298 printf("in: %s\nat: %*c%s\n", ctx->got, in prf_failed()
299 (unsigned int)(cp - ctx->got), '>', ctx->expected); in prf_failed()
312 .got = buf, in prf_check()
/Zephyr-latest/cmake/modules/
DFindBabbleSim.cmake72 "If you got it from Zephyr's manifest, you can do:\n\
/Zephyr-latest/samples/net/cloud/tagoio_http_post/
DREADME.rst85 After you got some logs on console it is time to create a dashboard on the
/Zephyr-latest/soc/infineon/cat1b/cyw20829/
Dlinker.ld235 *(.got.plt)
237 *(.got)
/Zephyr-latest/doc/develop/west/
Dtroubleshooting.rst96 TypeError: __init__() got an unexpected keyword argument 'requires_workspace'
149 directory you created when you :ref:`got started <getting_started>`).
/Zephyr-latest/include/zephyr/arch/arm/cortex_m/scripts/
Dlinker.ld252 *(.got.plt)
254 *(.got)
/Zephyr-latest/doc/kernel/services/other/
Dfatal.rst59 __ASSERT(foo == 0xF0CACC1A, "Invalid value of foo, got 0x%x", foo);
67 Invalid value of foo, got 0xdeadbeef

12