Home
last modified time | relevance | path

Searched refs:init (Results 26 – 50 of 749) sorted by relevance

12345678910>>...30

/Zephyr-latest/boards/raspberrypi/rpi_pico2/
Dboard.cmake7 board_runner_args(openocd --cmd-pre-init "source [find interface/${RPI_PICO_DEBUG_ADAPTER}.cfg]")
8 board_runner_args(openocd --cmd-pre-init "source [find target/rp2350.cfg]")
13 board_runner_args(openocd --cmd-pre-init "set_adapter_speed_if_not_set 5000")
/Zephyr-latest/tests/drivers/regulator/fixed/src/
Dmain.c23 int64_t init; in ZTEST() local
38 init = k_uptime_get(); in ZTEST()
41 zassert_true(k_uptime_delta(&init) >= off_on_delay_ms); in ZTEST()
/Zephyr-latest/kernel/
DKconfig.device57 int "Default init priority"
60 Default minimal init priority for each init level.
63 int "Default init priority for device drivers"
68 uses this init priority.
71 int "Default init priority for application level drivers"
/Zephyr-latest/samples/bluetooth/tmap_bms/src/
Dmain.c18 static int init(void) in init() function
37 err = init(); in main()
/Zephyr-latest/drivers/power_domain/
DKconfig16 int "Power domain init priority"
33 int "GPIO power domain init priority"
51 int "Intel ADSP power domain init priority"
69 int "GPIO monitor power domain init priority"
86 int "NXP SCU-managed PD driver init priority"
/Zephyr-latest/boards/st/stm32h745i_disco/support/
Dopenocd.cfg25 # to reset halt just after openocd init.
26 rename init old_init
27 proc init {} {
/Zephyr-latest/boards/adi/max32670evkit/
Dboard.cmake4 board_runner_args(openocd --cmd-pre-init "source [find interface/cmsis-dap.cfg]")
5 board_runner_args(openocd --cmd-pre-init "source [find target/max32670.cfg]")
/Zephyr-latest/boards/adi/max32672fthr/
Dboard.cmake4 board_runner_args(openocd --cmd-pre-init "source [find interface/cmsis-dap.cfg]")
5 board_runner_args(openocd --cmd-pre-init "source [find target/max32672.cfg]")
/Zephyr-latest/boards/adi/max32655fthr/
Dboard.cmake4 board_runner_args(openocd --cmd-pre-init "source [find interface/cmsis-dap.cfg]")
5 board_runner_args(openocd --cmd-pre-init "source [find target/max32655.cfg]")
/Zephyr-latest/boards/adi/max32680evkit/
Dboard.cmake4 board_runner_args(openocd --cmd-pre-init "source [find interface/cmsis-dap.cfg]")
5 board_runner_args(openocd --cmd-pre-init "source [find target/max32680.cfg]")
/Zephyr-latest/boards/adi/max78002evkit/
Dboard.cmake4 board_runner_args(openocd --cmd-pre-init "source [find interface/cmsis-dap.cfg]")
5 board_runner_args(openocd --cmd-pre-init "source [find target/max78002.cfg]")
/Zephyr-latest/boards/st/nucleo_f103rb/support/
Dopenocd.cfg16 rename init old_init
17 proc init {} {
/Zephyr-latest/boards/st/nucleo_h755zi_q/support/
Dopenocd.cfg25 # to reset halt just after openocd init.
26 rename init old_init
27 proc init {} {
/Zephyr-latest/boards/infineon/cy8ckit_062s2_ai/
Dboard.cmake4 board_runner_args(openocd "--gdb-init=disconnect")
5 board_runner_args(openocd "--gdb-init=target extended-remote :3334")
/Zephyr-latest/boards/mikroe/clicker_2/
Dboard.cmake4 board_runner_args(openocd --cmd-pre-init "source [find interface/jlink.cfg]")
5 board_runner_args(openocd --cmd-pre-init "source [find target/stm32f4x.cfg]")
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/
Dtmap.rst12 When the Bluetooth stack has been initialized (:code:`bt init`), the TMAS can be registered by
13 calling :code:`tmap init`.
21 init :Initialize and register the TMAS
Dgmap.rst12 When the Bluetooth stack has been initialized (:code:`bt init`), the GMAS can be registered by
13 by calling :code:`gmap init`. It is also strongly suggested to enable BAP via :code:`bap init`.
20 init : [none]
50 uart:~$ bt init
51 uart:~$ bap init
52 uart:~$ gmap init
/Zephyr-latest/boards/st/stm32h7s78_dk/support/
Dopenocd.cfg36 # to reset halt just after openocd init.
37 rename init old_init
38 proc init {} {
/Zephyr-latest/boards/st/nucleo_h723zg/support/
Dopenocd.cfg31 # to reset halt just after openocd init.
32 rename init old_init
33 proc init {} {
/Zephyr-latest/boards/nxp/imx93_evk/
DKconfig7 bool "Configure i.MX 93 EVK board mux control during init"
11 int "i.MX 93 EVK board mux control init priority"
/Zephyr-latest/drivers/timer/
Dgecko_burtc_timer.c186 BURTC_Init_TypeDef init = BURTC_INIT_DEFAULT; in burtc_init() local
208 init.clkDiv = 1; in burtc_init()
209 init.start = false; in burtc_init()
210 BURTC_Init(&init); in burtc_init()
/Zephyr-latest/boards/adi/max32666fthr/
Dboard.cmake4 board_runner_args(openocd --cmd-pre-init "source [find interface/cmsis-dap.cfg]")
5 board_runner_args(openocd --cmd-pre-init "source [find target/max32665.cfg]")
/Zephyr-latest/boards/adi/max32675evkit/
Dboard.cmake4 board_runner_args(openocd --cmd-pre-init "source [find interface/cmsis-dap.cfg]")
5 board_runner_args(openocd --cmd-pre-init "source [find target/max32675.cfg]")
/Zephyr-latest/boards/adi/apard32690/
Dboard.cmake4 board_runner_args(openocd --cmd-pre-init "source [find interface/cmsis-dap.cfg]")
5 board_runner_args(openocd --cmd-pre-init "source [find target/max32690.cfg]")
/Zephyr-latest/boards/adi/max32655evkit/
Dboard.cmake4 board_runner_args(openocd --cmd-pre-init "source [find interface/cmsis-dap.cfg]")
5 board_runner_args(openocd --cmd-pre-init "source [find target/max32655.cfg]")

12345678910>>...30