Searched refs:init (Results 576 – 600 of 749) sorted by relevance
1...<<21222324252627282930
/Zephyr-latest/modules/hostap/src/ |
D | supp_main.c | 1210 static int init(void) in init() function 1221 SYS_INIT(init, APPLICATION, 0);
|
/Zephyr-latest/tests/net/checksum_offload/src/ |
D | main.c | 428 .iface_api.init = eth_iface_init, 435 .iface_api.init = eth_iface_init,
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.5.rst | 995 * :github:`31996` - tests/bluetooth/init/bluetooth.init.test_ctlr_peripheral_iso fails to build on … 1041 * :github:`31704` - tests/bluetooth/init/bluetooth.init.test_ctlr_tiny Fails to build on nrf52dk_nr… 1349 * :github:`30120` - sanitycheck fails for tests/bluetooth/init/bluetooth.init.test_ctlr_per_sync 1364 * :github:`30027` - sanitycheck failures on ``tests/bluetooth/init/bluetooth.init.test_ctlr_periphe… 1529 * :github:`29308` - GPIO bit banging i2c init before gpio clock init in stm32f401 plantform,cause s… 1583 * :github:`29056` - tests/bluetooth/init/bluetooth.init.test_ctlr_dbg fails to build on nrf51dk_nrf… 1623 * :github:`28912` - Incorrect macro being used to init a sflist 1796 * :github:`26409` - Clearing of previously initialized data during IPv6 interface init causes infin…
|
D | release-notes-4.0.rst | 100 * Deprecated ``EARLY``, ``APPLICATION`` and ``SMP`` init levels can no longer be 256 * Silabs Series 2: Use oscillator, clock and DCDC configuration from device tree during init. 547 * Fixed race condition between interrupt service and L2 init affecting carrier status in init. 570 * Fixed network carrier status race condition during init. 590 * Fixed reset times during init that were unnecessarily long. 723 * Added support for setting the modem's UART baudrate during init. 892 * Removed an init order circular dependency for the camera pipeline on NXP RT10xx platforms
|
/Zephyr-latest/drivers/wifi/nxp/ |
D | nxp_wifi_drv.c | 1884 .init = wifi_nxp_wpa_supp_dev_init, 1921 .wifi_iface.iface_api.init = nxp_wifi_sta_init, 1962 .wifi_iface.iface_api.init = nxp_wifi_uap_init,
|
/Zephyr-latest/drivers/ieee802154/ |
D | ieee802154_cc1200.c | 815 .iface_api.init = cc1200_iface_init,
|
/Zephyr-latest/drivers/ethernet/ |
D | eth_w5500.c | 463 .iface_api.init = w5500_iface_init,
|
D | eth_dwmac.c | 620 .iface_api.init = dwmac_iface_init,
|
D | eth_gecko.c | 639 .iface_api.init = eth_iface_init,
|
/Zephyr-latest/drivers/net/ |
D | Kconfig | 233 int "CAN bus network device init priority"
|
/Zephyr-latest/cmake/compiler/gcc/ |
D | compiler_flags.cmake | 105 -Woverride-init
|
/Zephyr-latest/include/zephyr/shell/ |
D | shell.h | 680 int (*init)(const struct shell_transport *transport, member
|
/Zephyr-latest/boards/arduino/nano_33_ble/doc/ |
D | index.rst | 74 done at system init. The pin is specified in the ``zephyr,user`` Devicetree node
|
/Zephyr-latest/subsys/usb/device_next/class/ |
D | bt_hci.c | 473 .init = bt_hci_init,
|
D | usbd_cdc_ncm.c | 1183 .init = usbd_cdc_ncm_init, 1189 .iface_api.init = cdc_ncm_iface_init,
|
/Zephyr-latest/subsys/usb/device_next/ |
D | usbd_shell.c | 619 SHELL_CMD_ARG(init, NULL,
|
/Zephyr-latest/doc/develop/ |
D | beyond-GSG.rst | 118 west init zephyrproject 142 # replace zephyrproject with the path you gave west init
|
/Zephyr-latest/drivers/flash/ |
D | Kconfig | 159 int "Flash init priority"
|
/Zephyr-latest/doc/develop/west/ |
D | zephyr-cmds.rst | 88 west spdx --init -d BUILD_DIR
|
/Zephyr-latest/doc/services/mem_mgmt/ |
D | index.rst | 187 are usable by the code and available at init time. The user must take of
|
/Zephyr-latest/modules/openthread/ |
D | Kconfig.features | 278 bool "Operational dataset auto init"
|
/Zephyr-latest/tests/net/socket/af_packet/src/ |
D | main.c | 94 .iface_api.init = eth_fake_iface_init,
|
/Zephyr-latest/tests/net/udp/src/ |
D | main.c | 133 .iface_api.init = net_udp_iface_init,
|
/Zephyr-latest/samples/bluetooth/bap_broadcast_sink/src/ |
D | main.c | 1275 static int init(void) in init() function 1462 err = init(); in main()
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | dfu_srv.c | 510 .init = dfu_srv_init,
|
1...<<21222324252627282930