Searched refs:init (Results 676 – 700 of 749) sorted by relevance
1...<<21222324252627282930
/Zephyr-latest/tests/net/6lo/src/ |
D | main.c | 274 .iface_api.init = net_6lo_iface_init,
|
/Zephyr-latest/subsys/usb/device_next/class/ |
D | usbd_cdc_acm.c | 1081 .init = usbd_cdc_acm_init,
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.4.rst | 403 * STM32: Number of changes including k_malloc removal, driver priority init 858 * Tracing backed API now checks if init function exists prio to calling it. 965 * :github:`28275` - drivers: bluetooth: hci_spi: hci driver is init before spi causing an error on … 988 * :github:`28206` - mimxrt685_cm33: many cases has no console output seems hangs in kernel init. 1053 * :github:`28017` - tests/bluetooth/init/bluetooth.init.test_controller_dbg_ll_sw_split fails to bu… 1357 * :github:`26555` - uart: uart_nrfx_uarte: async init does not cleanup previous sync rx
|
D | release-notes-3.0.rst | 923 * :github:`42227` - Teensy41 support SDHC - Storage init Error 1062 * :github:`41097` - west init issue 1287 * :github:`39311` - SPDX --init fails on windows systems 1296 … gsm_ppp: stop & starting not working as expected with nullpointer dereference & no full modem init
|
D | release-notes-3.3.rst | 320 * Added an "EARLY" init level that runs immediately on entry to z_cstart() 500 * Fixed cy8c95xx I2C GPIO port init on HSDK board 732 * spi_nor: Added check if the flash is busy during init. This used to cause 2741 - :github:`53823` - Bluetooth init failed on nrf5340_audio_dk_nrf5340_cpuapp 2803 - :github:`54581` - STM32H7 adc sequence init function unstable logic return 2898 * :github:`54499` - stm32u5 lptimer driver init must wait after interrupt reg 3150 …rror if it fails are incompatible with boards like thingy53 with auto-USB init (i.e. USB CDC for l… 3326 * :github:`51713` - drivers: flash: spi_nor: init fails when flash is busy 3478 * :github:`50781` - LE Audio: ``mpl init`` causes warnings when adding objects 3711 * :github:`40833` - driver: i2c: TCA9546a: Have compilation fails when driver init priority missmat…
|
D | release-notes-2.3.rst | 201 a generic init end-point. SYS_INIT() generates only a struct init_entry via 563 * Added dedicated video init priority 879 * :github:`25190` - West - init/update module SHA with --depth = 1 1243 * :github:`22356` - An application hook for early init
|
/Zephyr-latest/samples/tfm_integration/psa_crypto/ |
D | README.rst | 359 [00:00:06.386,000] <inf> app: PSA crypto init completed
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | access.c | 1051 if (mod->cb && mod->cb->init) { in mod_init() 1052 *err = mod->cb->init(mod); in mod_init()
|
D | dfu_cli.c | 1002 .init = dfu_cli_init,
|
D | dfd_srv.c | 976 .init = dfd_srv_init,
|
D | rpr_srv.c | 1349 .init = rpr_srv_init,
|
/Zephyr-latest/drivers/modem/ |
D | wncm14a2a.c | 1781 .iface_api.init = offload_iface_init,
|
/Zephyr-latest/drivers/net/ |
D | nsos_sockets.c | 1585 .iface_api.init = nsos_iface_api_init,
|
/Zephyr-latest/tests/net/dhcpv6/src/ |
D | main.c | 72 .iface_api.init = test_iface_init,
|
/Zephyr-latest/tests/net/ethernet_mgmt/src/ |
D | main.c | 505 .iface_api.init = eth_fake_iface_init,
|
/Zephyr-latest/tests/net/ipv6_fragment/src/ |
D | main.c | 1579 .iface_api.init = net_iface_init,
|
/Zephyr-latest/doc/develop/west/ |
D | manifest.rst | 405 - Optional. The path ``west init`` should clone the manifest repository 1366 west init -m https://git.example.com/my-repo my-downstream 1370 After ``west init``, :file:`my-downstream/my-repo` will be cloned. 1404 west init -m https://git.example.com/my-repo my-downstream
|
/Zephyr-latest/subsys/bluetooth/mesh/shell/ |
D | shell.c | 1786 SHELL_CMD_ARG(init, NULL, NULL, cmd_init, 1, 0),
|
/Zephyr-latest/drivers/ieee802154/ |
D | ieee802154_dw1000.c | 1660 .iface_api.init = dwt_iface_api_init,
|
/Zephyr-latest/drivers/ethernet/nxp_enet/ |
D | eth_mcux.c | 1200 .iface_api.init = eth_iface_init,
|
/Zephyr-latest/drivers/usb/udc/ |
D | udc_numaker.c | 1717 .init = udc_numaker_init,
|
/Zephyr-latest/drivers/wifi/esp_at/ |
D | esp.c | 1532 .wifi_iface.iface_api.init = esp_iface_init,
|
/Zephyr-latest/drivers/ethernet/ |
D | eth_stm32_hal.c | 1274 .iface_api.init = eth_iface_init,
|
/Zephyr-latest/include/zephyr/net/ |
D | net_if.h | 3223 void (*init)(struct net_if *iface); member
|
/Zephyr-latest/boards/intel/adsp/doc/ |
D | chromebooks_adsp.rst | 354 dev$ git submodule init
|
1...<<21222324252627282930