Searched full:come (Results 1 – 25 of 169) sorted by relevance
1234567
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/ |
D | radio_nrf5.h | 9 * These has to come before the radio_*.h include below. 17 * These has to come before the radio_*.h include below. 67 * This has to come before the ppi/dppi includes below. 71 /* This has to come before the ppi/dppi includes below. */
|
/Zephyr-latest/samples/boards/nordic/dynamic_pinctrl/ |
D | prj.conf | 3 # configure serial and console to come after remap hook
|
/Zephyr-latest/drivers/adc/ |
D | Kconfig.ads7052 | 20 ADS7052 device initialization priority must come
|
/Zephyr-latest/tests/kernel/fpu_sharing/generic/ |
D | CMakeLists.txt | 11 # the speed of the test but it will come at the expense of precision.
|
/Zephyr-latest/tests/subsys/openthread/ |
D | CMakeLists.txt | 14 # Add your source file to the "app" target. This must come after
|
/Zephyr-latest/tests/boards/native_sim/cpu_wait/src/ |
D | main.c | 74 * Thread meant to come up and waste time during the k_busy_wait() and 230 /* Just after ONE_TICK_TIME (10ms) the timer interrupt has come, in ZTEST() 246 /* Just after ONE_TICK_TIME (10ms) the timer interrupt has come, in ZTEST() 263 /* Just after ONE_TICK_TIME (10ms) the timer interrupt has come, in ZTEST() 279 /* Just after ONE_TICK_TIME (10ms) the timer interrupt has come, in ZTEST()
|
/Zephyr-latest/boards/nordic/thingy52/ |
D | board.c | 27 k_sleep(K_MSEC(1)); /* Wait for the rail to come up and stabilize */ in pwr_ctrl_init()
|
/Zephyr-latest/samples/boards/nxp/s32/netc/src/ |
D | main.c | 90 LOG_INF("Waiting for iface %d to come up", net_if_get_by_iface(iface)); in wait_for_iface() 104 /* Wait for PSI iface to come up before attempting configuration */ in main()
|
/Zephyr-latest/soc/openisa/rv32m1/ |
D | vector_table.ld | 11 * must come after that offset from ROM_BASE.
|
/Zephyr-latest/ |
D | version.h.in | 4 /* The template values come from cmake/version.cmake
|
/Zephyr-latest/dts/bindings/ethernet/ |
D | nxp,enet-mac.yaml | 36 3 bytes will come from the chip's unique ID.
|
/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/ |
D | _private.py | 27 "Note that #*-cells properties come either from the parent node or "
|
/Zephyr-latest/samples/boards/arc_secure_services/src/ |
D | main.c | 34 printk("should not come here\n"); in threadA()
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | blob_srv.rst | 15 BLOB Transfer Client model, the BLOB Transfer Server must allow blocks to come in any order. The 16 chunks within a block may also come in any order, but all chunks in a block must be received before
|
/Zephyr-latest/include/zephyr/linker/ |
D | iterable_sections.h | 61 * is, `SECNAME_10` will come after `SECNAME_2`. `_` separator is required, and 114 * is, `SECNAME10` will come after `SECNAME2`. Up to 2 numeric digits are
|
/Zephyr-latest/soc/nxp/s32/s32k3/ |
D | s32k3xx_startup.S | 30 /* If we come from a destructive reset, then ignore functional reset flags */
|
/Zephyr-latest/arch/arm/core/cortex_m/tz/ |
D | Kconfig | 72 The library will typically come from building the Secure
|
/Zephyr-latest/samples/boards/nxp/s32/netc/ |
D | README.rst | 51 [00:00:00.058,000] <inf> nxp_s32_netc_sample: Waiting for iface 1 to come up 76 [00:00:00.058,000] <inf> nxp_s32_netc_sample: Waiting for iface 1 to come up
|
/Zephyr-latest/scripts/west_commands/ |
D | completion.py | 42 (these must come after "--" as shown above)
|
/Zephyr-latest/arch/arc/core/secureshield/ |
D | arc_secure.S | 120 /* should not come here */
|
/Zephyr-latest/doc/project/ |
D | code_flow.rst | 55 - All changes to collaboration branches shall come in form of github pull requests.
|
/Zephyr-latest/cmake/modules/ |
D | pre_dt.cmake | 50 # DTS directories can come from multiple places. Some places, like a
|
/Zephyr-latest/include/zephyr/drivers/console/ |
D | ipm_console.h | 36 * they come in. Should be sized CONFIG_IPM_CONSOLE_STACK_SIZE
|
/Zephyr-latest/subsys/logging/frontends/ |
D | Kconfig | 113 be interleaved because they may come from multiple cores (majors).
|
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/src/ |
D | gesture_predictor.cpp | 72 /* Reset the suppression counter so we don't come up with another prediction in PredictGesture()
|
1234567