Home
last modified time | relevance | path

Searched refs:extra (Results 1 – 25 of 203) sorted by relevance

123456789

/Zephyr-latest/subsys/net/lib/shell/
Dnet_shell.c133 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 …]
Dipv4.c22 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()
Droute.c77 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()
Dnet_shell_private.h91 const char *iface2str(struct net_if *iface, const char **extra);
Dipv6.c87 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/
Dda1469x_dk_pro_psram.overlay30 extra-byte-enable;
31 extra-byte = <0x0>;
39 rx-extra-mode = "quad-spi";
/Zephyr-latest/doc/
Dconf.py59 major, minor, patch, extra = m.groups(1)
61 if extra:
62 version += "-" + extra
/Zephyr-latest/subsys/debug/gdbstub/
DKconfig40 bool "GDB backend extra logging"
42 Enable extra debug logging for the GDB backend, including
/Zephyr-latest/tests/kernel/mem_protect/userspace/boards/
Dmimxrt595_evk_mimxrt595s_cm33.overlay9 * need USB but needs an extra MPU region which
Dmimxrt685_evk_mimxrt685s_cm33.overlay9 * need USB but needs an extra MPU region which
/Zephyr-latest/tests/posix/eventfd/
DKconfig29 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/
DCMakeLists.txt6 # This adds the example module to the list of extra zephyr modules
/Zephyr-latest/samples/sysbuild/with_mcuboot/
DREADME.rst10 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/
Dlll_adv_aux.c409 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/
DKconfig8 bool "Configure the SPI in LOOP mode, so that no extra wiring is needed"
/Zephyr-latest/drivers/sensor/ti/ina226/
DKconfig24 Note that enabling this option requires an extra I2C read when the
/Zephyr-latest/cmake/modules/
DFindarmclang.cmake23 # Compiler version is either terminated directly, or followed by space and extra build info.
/Zephyr-latest/cmake/linker/
Dlinker_libraries_template.cmake9 # It is also possible to define extra libraries of the form `<name>_library`, and then include
/Zephyr-latest/drivers/sensor/bosch/bma4xx/
DKconfig24 extra bus activity and increases code size.
/Zephyr-latest/soc/nxp/imxrt/imxrt6xx/
DKconfig.defconfig43 # MBEDTLS CTR_DRBG code path needs extra stack space for initialization than
/Zephyr-latest/
D.gitlint15 # Set the extra-path where gitlint will search for user defined rules
17 extra-path=scripts/gitlint
/Zephyr-latest/drivers/led_strip/
DKconfig24 # Hidden option. The extra byte enables efficient serialization and transmission
/Zephyr-latest/modules/hal_nordic/
DKconfig.nrf_regtool24 2. Print extra details for debugging purposes, such as memory maps of
/Zephyr-latest/soc/espressif/esp32/
DKconfig43 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/
DCMakeLists.txt41 # GD32E50X series HAL public headers require extra definitions
49 # GD32A50X series HAL public headers require extra definitions

123456789