/Zephyr-latest/subsys/net/lib/shell/ |
D | net_shell.c | 133 const char *iface2str(struct net_if *iface, const char **extra) in iface2str() argument 137 if (extra) { in iface2str() 138 *extra = "============="; in iface2str() 150 if (extra) { in iface2str() 151 *extra = "===="; in iface2str() 157 if (extra) { in iface2str() 158 *extra = "========"; in iface2str() 167 if (extra) { in iface2str() 168 *extra = "======="; in iface2str() 177 if (extra) { in iface2str() [all …]
|
D | ipv4.c | 22 const char *extra; in ip_address_lifetime_cb() local 27 net_if_get_by_iface(iface), iface, iface2str(iface, &extra)); in ip_address_lifetime_cb() 28 PR("============================================%s\n", extra); in ip_address_lifetime_cb()
|
D | route.c | 77 const char *extra; in iface_per_route_cb() local 81 iface2str(iface, &extra)); in iface_per_route_cb() 82 PR("=========================================%s\n", extra); in iface_per_route_cb()
|
D | net_shell_private.h | 91 const char *iface2str(struct net_if *iface, const char **extra);
|
D | ipv6.c | 87 const char *extra; in address_lifetime_cb() local 92 net_if_get_by_iface(iface), iface, iface2str(iface, &extra)); in address_lifetime_cb() 93 PR("============================================%s\n", extra); in address_lifetime_cb()
|
/Zephyr-latest/boards/renesas/da1469x_dk_pro/dts/ |
D | da1469x_dk_pro_psram.overlay | 30 extra-byte-enable; 31 extra-byte = <0x0>; 39 rx-extra-mode = "quad-spi";
|
/Zephyr-latest/doc/ |
D | conf.py | 59 major, minor, patch, extra = m.groups(1) 61 if extra: 62 version += "-" + extra
|
/Zephyr-latest/subsys/debug/gdbstub/ |
D | Kconfig | 40 bool "GDB backend extra logging" 42 Enable extra debug logging for the GDB backend, including
|
/Zephyr-latest/tests/kernel/mem_protect/userspace/boards/ |
D | mimxrt595_evk_mimxrt595s_cm33.overlay | 9 * need USB but needs an extra MPU region which
|
D | mimxrt685_evk_mimxrt685s_cm33.overlay | 9 * need USB but needs an extra MPU region which
|
/Zephyr-latest/tests/posix/eventfd/ |
D | Kconfig | 29 bool "Add extra assertions into the hot path" 32 as possible on the hot path. Say 'y' here to add extra assertions
|
/Zephyr-latest/tests/subsys/mgmt/mcumgr/handler_demo/ |
D | CMakeLists.txt | 6 # This adds the example module to the list of extra zephyr modules
|
/Zephyr-latest/samples/sysbuild/with_mcuboot/ |
D | README.rst | 10 It showcases how the sample can adjust the configuration of extra image by 25 The :file:`sysbuild/mcuboot.conf` file will be used as an extra fragment that
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
D | lll_adv_aux.c | 409 struct event_done_extra *extra; in isr_early_abort() local 413 extra = ull_done_extra_type_set(EVENT_DONE_EXTRA_TYPE_ADV_AUX); in isr_early_abort() 414 LL_ASSERT(extra); in isr_early_abort() 430 struct event_done_extra *extra; in isr_done() local 436 extra = ull_done_extra_type_set(EVENT_DONE_EXTRA_TYPE_ADV_AUX); in isr_done() 437 LL_ASSERT(extra); in isr_done() 924 ftr->extra = ull_pdu_rx_alloc(); in isr_rx_pdu() 1001 rx = ftr->extra; in isr_tx_connect_rsp()
|
/Zephyr-latest/tests/drivers/spi/spi_loopback/ |
D | Kconfig | 8 bool "Configure the SPI in LOOP mode, so that no extra wiring is needed"
|
/Zephyr-latest/drivers/sensor/ti/ina226/ |
D | Kconfig | 24 Note that enabling this option requires an extra I2C read when the
|
/Zephyr-latest/cmake/modules/ |
D | Findarmclang.cmake | 23 # Compiler version is either terminated directly, or followed by space and extra build info.
|
/Zephyr-latest/cmake/linker/ |
D | linker_libraries_template.cmake | 9 # It is also possible to define extra libraries of the form `<name>_library`, and then include
|
/Zephyr-latest/drivers/sensor/bosch/bma4xx/ |
D | Kconfig | 24 extra bus activity and increases code size.
|
/Zephyr-latest/soc/nxp/imxrt/imxrt6xx/ |
D | Kconfig.defconfig | 43 # MBEDTLS CTR_DRBG code path needs extra stack space for initialization than
|
/Zephyr-latest/ |
D | .gitlint | 15 # Set the extra-path where gitlint will search for user defined rules 17 extra-path=scripts/gitlint
|
/Zephyr-latest/drivers/led_strip/ |
D | Kconfig | 24 # Hidden option. The extra byte enables efficient serialization and transmission
|
/Zephyr-latest/modules/hal_nordic/ |
D | Kconfig.nrf_regtool | 24 2. Print extra details for debugging purposes, such as memory maps of
|
/Zephyr-latest/soc/espressif/esp32/ |
D | Kconfig | 43 without any extra delay, this time is approximately 900us, although 46 By default extra delay is set to 2000us. When optimizing startup time
|
/Zephyr-latest/modules/hal_gigadevice/ |
D | CMakeLists.txt | 41 # GD32E50X series HAL public headers require extra definitions 49 # GD32A50X series HAL public headers require extra definitions
|