Home
last modified time | relevance | path

Searched refs:init (Results 251 – 275 of 749) sorted by relevance

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

/Zephyr-latest/subsys/logging/backends/
Dlog_backend_spinel.c107 .init = log_backend_spinel_init,
/Zephyr-latest/scripts/footprint/
Dfpdiff.py37 colorama.init()
/Zephyr-latest/boards/st/b_u585i_iot02a/
Dboard.cmake24 board_runner_args(openocd --cmd-pre-init "gdb_report_data_abort enable")
/Zephyr-latest/tests/net/conn_mgr_conn/src/
Dtest_ifaces.c28 .iface_api.init = test_iface_init,
/Zephyr-latest/tests/subsys/logging/log_switch_format/src/
Dmock_backend.c117 .init = mock_init,
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/
Dbap_broadcast_assistant.rst21 When the Bluetooth stack has been initialized (:code:`bt init`),
58 uart:~$ bt init
59 uart:~$ bap init
Dcap.rst16 When the Bluetooth stack has been initialized (:code:`bt init`), the Acceptor can be registered by
17 calling :code:`cap_acceptor init`, which will register the CAS and CSIS services, as well as
26 init :Initialize the service and register callbacks [size <int>]
75 When the Bluetooth stack has been initialized (:code:`bt init`), the Initiator can discover CAS and
116 :code:`bap discover` operation to discover the ASEs and PAC records. The :code:`bap init`
205 bt init
206 bap init
252 When the Bluetooth stack has been initialized (:code:`bt init`), the Commander can discover CAS and
278 :code:`bap discover` operation to discover the ASEs and PAC records. The :code:`bap init`
/Zephyr-latest/tests/bsim/bluetooth/host/iso/cis/src/
Dcis_central.c146 static void init(void) in init() function
425 init(); in test_main()
444 init(); in test_main_disable()
/Zephyr-latest/subsys/shell/backends/
Dshell_websocket.c231 static int init(const struct shell_transport *transport, in init() function
373 .init = init,
/Zephyr-latest/subsys/bluetooth/mesh/
Dsol_pdu_rpl_srv.c113 .init = sol_pdu_rpl_srv_init,
/Zephyr-latest/drivers/sensor/bosch/bmi270/
Dbmi270_spi.c99 .init = bmi270_bus_init_spi,
/Zephyr-latest/drivers/sensor/bosch/bmi323/
Dbmi323_spi.c96 .init = bosch_bmi323_spi_init};
/Zephyr-latest/drivers/retained_mem/
DKconfig13 int "Retained memory devices init priority"
/Zephyr-latest/modules/hal_nordic/nrfs/dvfs/
DKconfig19 bool "Local domain scale down after init"
/Zephyr-latest/boards/nxp/mimxrt1010_evk/
DCMakeLists.txt8 zephyr_library_sources(init.c)
/Zephyr-latest/samples/bluetooth/tmap_central/src/
Dmain.c69 static int init(void) in init() function
276 err = init(); in main()
/Zephyr-latest/tests/bsim/bluetooth/host/iso/frag_2/src/
Dbroadcaster.c162 static void init(void) in init() function
227 init(); in entrypoint_broadcaster()
/Zephyr-latest/boards/nordic/nrf9160dk/
Dboard.c163 static int init(void) in init() function
213 SYS_INIT(init, POST_KERNEL, CONFIG_KERNEL_INIT_PRIORITY_DEVICE);
/Zephyr-latest/drivers/mbox/
DKconfig28 int "MBOX init priority"
/Zephyr-latest/drivers/reset/
DKconfig20 int "Reset Controller driver init priority"
/Zephyr-latest/drivers/charger/
DKconfig17 int "Battery charger init priority"
/Zephyr-latest/subsys/task_wdt/
Dtask_wdt_shell.c103 SHELL_CMD(init, NULL, "Initialize task watchdog", cmd_init),
/Zephyr-latest/subsys/usb/device/class/netusb/
Dnetusb.c141 .iface_api.init = netusb_init,
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dcsip_set_coordinator_test.c292 static void init(void) in init() function
427 init(); in test_main()
509 init(); in test_new_sirk()
/Zephyr-latest/drivers/ethernet/
Deth_test.c110 .iface_api.init = vnd_ethernet_init,

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