Home
last modified time | relevance | path

Searched refs:init (Results 401 – 425 of 749) sorted by relevance

1...<<11121314151617181920>>...30

/Zephyr-latest/subsys/shell/backends/
Dshell_telnet.c616 static int init(const struct shell_transport *transport, in init() function
779 .init = init,
/Zephyr-latest/tests/net/socket/offload_dispatcher/src/
Dmain.c303 .iface_api.init = offloaded_1_iface_init,
365 .iface_api.init = offloaded_2_iface_init,
395 .iface_api.init = dummy_native_iface_init,
/Zephyr-latest/doc/develop/west/
Dconfig.rst80 ``west init``, so be careful!
161 root directory to the manifest file used by ``west init`` and other
172 which parse the manifest. Set locally by ``west init``.
253 one) during ``west init``. If the variable is already set, then this
Drelease-notes.rst59 - ``west init`` aborts if the destination directory already exists.
161 - ``west update``: new ``--submodule-init-config`` option.
356 - The changes made in west v0.10.1 to the ``west init --manifest-rev`` option
359 instead of ``git init`` and ``git fetch``. See `issue #522`_ for details.
372 ``west init --manifest-rev`` option value, if given, must now be either a
376 and check out such revisions manually after running ``west init``.
420 - The :ref:`west-init` command's ``--manifest-rev`` (``--mr``) option no longer
532 - A bug affecting the behavior of the ``west init -l .`` command was fixed; see
565 - ``west init`` now supports an ``--mf foo.yml`` option, which initializes the
622 - The ``west -vv init`` command now prints the git operations being performed,
[all …]
Dinstall.rst40 like ``west init``, ``west update``, along with any extensions discovered
/Zephyr-latest/tests/kernel/semaphore/semaphore/src/
Dmain.c40 #define expect_k_sem_init(sem, init, max, exp, str) do { \ argument
41 int _act = k_sem_init((sem), (init), (max)); \
54 #define expect_k_sem_init_nomsg(sem, init, max, exp) \ argument
55 expect_k_sem_init((sem), (init), (max), (exp), \
/Zephyr-latest/subsys/bluetooth/mesh/
Dop_agg_cli.c227 .init = op_agg_cli_init,
Dpriv_beacon_srv.c259 .init = priv_beacon_srv_init,
Dsar_cfg_cli.c124 .init = bt_mesh_sar_cfg_cli_init,
/Zephyr-latest/subsys/logging/backends/
Dlog_backend_rtt.c306 .init = log_backend_rtt_init,
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dhas_client.c265 SHELL_CMD_ARG(init, NULL, HELP_NONE, cmd_has_client_init, 1, 0),
/Zephyr-latest/drivers/wifi/eswifi/
Deswifi_bus_spi.c269 .init = eswifi_spi_init,
/Zephyr-latest/drivers/wifi/simplelink/
Dsimplelink.c283 .wifi_iface.iface_api.init = simplelink_iface_init,
/Zephyr-latest/drivers/ethernet/phy/
DKconfig21 int "Ethernet PHY driver init priority"
/Zephyr-latest/drivers/flash/
DKconfig.nordic_qspi_nor51 the QSPI NOR init priority must be set so that no XIP code in the
/Zephyr-latest/soc/nuvoton/npcx/common/ecst/
Decst_args.py252 colorama.init()
/Zephyr-latest/tests/subsys/tracing/tracing_api/src/
Dmain.c97 .init = NULL,
/Zephyr-latest/doc/kernel/drivers/
Dindex.rst286 In the implementation of the common init function:
345 allow the user to specify at what time during the boot sequence the init
385 To defer a device driver initialization, add the property ``zephyr,deferred-init``
393 zephyr,deferred-init;
446 establish the mapping within the driver's init function. Other systems
462 is made within the init function:
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dcap_initiator_unicast_test.c435 static void init(void) in init() function
815 init(); in test_main_cap_initiator_unicast()
852 init(); in test_main_cap_initiator_unicast_inval()
886 init(); in test_cap_initiator_unicast_timeout()
950 init(); in test_cap_initiator_unicast_ase_error()
1316 init(); in test_cap_initiator_ac()
/Zephyr-latest/soc/espressif/esp32/
Dmcuboot.ld128 *(.init.literal)
129 *(.init)
/Zephyr-latest/soc/espressif/esp32s3/
Dmcuboot.ld131 *(.init.literal)
132 *(.init)
/Zephyr-latest/doc/connectivity/usb/device_next/
Dusb_device.rst160 :start-after: doc device init start
161 :end-before: doc device init end
185 :start-after: doc device init-and-msg start
186 :end-before: doc device init-and-msg end
/Zephyr-latest/subsys/mgmt/ec_host_cmd/backends/
Dec_host_cmd_backend_uart.c303 .init = ec_host_cmd_uart_init,
/Zephyr-latest/boards/gardena/sgrm/doc/
Dindex.rst105 openocd -f board/gardena_radio.cfg -c init
/Zephyr-latest/boards/nxp/imx93_evk/
Dimx93_evk_mimx9352_a55.dts76 * enabled to configure it during init.

1...<<11121314151617181920>>...30