Home
last modified time | relevance | path

Searched refs:init (Results 101 – 125 of 749) sorted by relevance

12345678910>>...30

/Zephyr-latest/boards/actinius/common/
DKconfig8 Sets the init priority for the Board Control module.
/Zephyr-latest/boards/phytec/phyboard_lyra/
Dboard.cmake8 board_runner_args(openocd "--no-init" "--no-halt" "--no-targets" "--gdb-client-port=3339")
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/
Dbap_scan_delegator.rst26 init : Initialize the service and register callbacks
50 uart:~$ bt init
51 uart:~$ bap_scan_delegator init
/Zephyr-latest/drivers/bluetooth/hci/
DKconfig.nxp10 If enabled, the Controller auto sleep mode will be configured and enabled during HCI init.
18 If enabled, the Host will send calibration data to the BLE Controller during HCI init.
24 init.
/Zephyr-latest/subsys/shell/backends/
Dshell_rpmsg.c51 static int init(const struct shell_transport *transport, in init() function
181 .init = init,
/Zephyr-latest/soc/gd/gd32/gd32vf103/
DCMakeLists.txt9 zephyr_linker_sources(ROM_START SORT_KEY 0x0 init.ld)
Dentry.S13 SECTION_FUNC(init, __nuclei_start)
/Zephyr-latest/boards/ti/sk_am62/
Dboard.cmake8 board_runner_args(openocd "--no-init" "--no-halt" "--no-targets" "--gdb-client-port=3339")
/Zephyr-latest/tests/net/offloaded_netdev/src/
Dmain.c83 .iface_api.init = sock_offload_l2_iface_init,
88 .iface_api.init = sock_offload_l2_iface_init
93 .iface_api.init = net_offload_l2_iface_init,
98 .iface_api.init = net_offload_l2_iface_init
/Zephyr-latest/drivers/stepper/step_dir/
Dstep_dir_stepper_timing_source.h65 stepper_timing_source_init init; member
/Zephyr-latest/drivers/ethernet/
Deth_slip_tap.c31 .iface_api.init = slip_iface_init,
DKconfig.enc28j6034 int "Time to wait for the CLKRDY bit on driver init"
40 by the CLKRDY bit set. If timeout driver init will fail
/Zephyr-latest/subsys/tracing/
Dtracing_backend_ram.c43 .init = tracing_backend_ram_init,
/Zephyr-latest/doc/develop/west/
Dtroubleshooting.rst137 west: error: argument <command>: invalid choice: 'build' (choose from 'init', [...])
140 west: error: argument <command>: invalid choice: 'flash' (choose from 'init', [...])
167 init: create a west workspace
179 "invalid choice: 'post-init'"
182 If you see this error when running ``west init``:
186 west: error: argument <command>: invalid choice: 'post-init'
187 (choose from 'init', 'update', 'list', 'manifest', 'diff',
205 #. Run ``west init`` again.
210 You may see this error when running ``west init`` with west 0.6:
/Zephyr-latest/drivers/sensor/ite/ite_vcmp_it8xxx2/
DKconfig19 int "ITE it8xxx2 voltage comparator device instance init priority"
22 This option sets ITE voltage comparator device instance init priority.
/Zephyr-latest/drivers/serial/
DKconfig.xen31 int "Xen hypervisor console init priority"
35 Set init priority for Xen HVC, should be inited before UART
/Zephyr-latest/include/zephyr/logging/
Dlog_multidomain_helper.h144 int (*init)(struct log_multidomain_link *link); member
185 int (*init)(struct log_multidomain_backend *backend); member
/Zephyr-latest/drivers/regulator/
DKconfig.nxp_vref12 int "NXP VREF peripheral driver init priority"
DKconfig.da1469x12 int "Renesas DA1469x regulators driver init priority"
/Zephyr-latest/subsys/logging/backends/
Dlog_multidomain_backend.c193 static void init(struct log_backend const *const backend) in init() function
201 err = backend_remote->transport_api->init(backend_remote); in init()
244 .init = init,
/Zephyr-latest/boards/m5stack/m5stack_core2/
Dm5stack_core2_procpu.dts141 regulator-init-microvolt = <3350000>;
150 regulator-init-microvolt = <2800000>;
157 regulator-init-microvolt = <3300000>;
164 regulator-init-microvolt = <2800000>;
/Zephyr-latest/boards/st/stm32u5a9j_dk/
Dboard.cmake8 board_runner_args(openocd --cmd-pre-init "gdb_report_data_abort enable")
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/lll/
Dlll_test.c160 static uint8_t init(uint8_t chan, uint8_t phy, void (*isr)(void *)) in init() function
219 err = init(chan, phy, isr_tx); in ll_test_tx()
303 err = init(chan, phy, isr_rx); in ll_test_rx()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_filter.h7 void ull_filter_reset(bool init);
/Zephyr-latest/drivers/hwspinlock/
DKconfig14 int "HW spinlock init priority"

12345678910>>...30