Home
last modified time | relevance | path

Searched full:init (Results 1 – 25 of 2196) sorted by relevance

12345678910>>...88

/Zephyr-latest/tests/bluetooth/init/
Dtestcase.yaml5 bluetooth.init.test:
7 bluetooth.init.test_0:
10 bluetooth.init.test_1:
13 bluetooth.init.test_10:
16 bluetooth.init.test_11:
19 bluetooth.init.test_12:
22 bluetooth.init.test_13:
25 bluetooth.init.test_14:
28 bluetooth.init.test_15:
31 bluetooth.init.test_16:
[all …]
/Zephyr-latest/drivers/regulator/
DKconfig.max2033516 int "MAX20335 regulator driver init priority (common part)"
19 Init priority for the Maxim MAX20335 regulator driver
20 (common part). It must be greater than I2C and MFD init priority.
23 int "MAX20335 regulator driver init priority"
26 Init priority for the Maxim MAX20335 regulator driver. It must be
DKconfig.npm130016 int "nPM1300 regulator driver init priority (common part)"
19 Init priority for the Nordic nPM1300 regulator driver (common part).
20 It must be greater than I2C init priority.
23 int "nPM1300 regulator driver init priority"
26 Init priority for the Nordic nPM1300 regulator driver. It must be
DKconfig.npm210016 int "nPM2100 regulator driver init priority (common part)"
19 Init priority for the Nordic nPM2100 regulator driver (common part).
20 It must be greater than I2C init priority.
23 int "nPM2100 regulator driver init priority"
26 Init priority for the Nordic nPM2100 regulator driver. It must be
DKconfig.pca942015 int "NXP PCA9420 regulator driver init priority (common part)"
18 Init priority for the NXP PCA9420 regulator driver (common part). It
19 must be greater than I2C init priority.
22 int "NXP PCA9420 regulator driver init priority"
25 Init priority for the NXP PCA9420 regulator driver. It must be
DKconfig.fake14 int "Fake regulator driver init priority (common part)"
17 Init priority for the fake regulator driver (common part).
20 int "Fake regulator driver init priority"
23 Init priority for the fake regulator driver. It must be
DKconfig.cp931413 int "CP9314 regulator driver init priority"
17 Init priority for the Cirrus Logic CP9314 Switched Cap
19 init priority.
DKconfig.mpm5430415 int "MPM54304 regulator driver init priority"
18 Init priority for the MPS MPM54304 regulator driver.
19 It must be greater than I2C init priority.
/Zephyr-latest/boards/common/
Desp32.board.cmake6 board_runner_args(openocd --no-init --no-halt --no-targets --no-load)
7 board_runner_args(openocd --gdb-init "set remote hardware-watchpoint-limit 2")
9 board_runner_args(openocd --gdb-init "maintenance flush register-cache")
10 board_runner_args(openocd --gdb-init "mon reset halt")
11 board_runner_args(openocd --gdb-init "thb main")
/Zephyr-latest/include/zephyr/
Dinit.h27 * priorities init sequence can be adjusted as needed. The available
56 * Init entries need to be defined following these rules:
59 * - They must be placed in a special init section, given by
68 * If the init function belongs to a SYS_INIT, this field stored the
73 * If the init entry belongs to a device, this fields stores a
89 /* Init level ordinals */
98 * @brief Obtain init entry name.
100 * @param init_id Init entry unique identifier.
105 * @brief Init entry section.
107 * Each init entry is placed in a section with a name crafted so that it allows
[all …]
/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/drivers/memc/
Dmemc_stm32_nor_psram.c23 FMC_NORSRAM_InitTypeDef init; member
45 memcpy(&hnor.Init, &bank_config->init, sizeof(hnor.Init)); in memc_stm32_nor_init()
47 if (bank_config->init.ExtendedMode == FMC_EXTENDED_MODE_ENABLE) { in memc_stm32_nor_init()
71 memcpy(&hsram.Init, &bank_config->init, sizeof(hsram.Init)); in memc_stm32_psram_init()
73 if (bank_config->init.ExtendedMode == FMC_EXTENDED_MODE_ENABLE) { in memc_stm32_psram_init()
96 memory_type = config->banks[bank_idx].init.MemoryType; in memc_stm32_nor_psram_init()
115 memory_type, config->banks[bank_idx].init.NSBank, ret); in memc_stm32_nor_psram_init()
126 { .init = { \
/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/tests/subsys/fs/littlefs/src/
Dtest_util.c33 "bad root init return"); in ZTEST()
34 zassert_str_equal(path.path, "/", "bad root init path"); in ZTEST()
38 "bad mnt init return"); in ZTEST()
39 zassert_str_equal(path.path, mnt.mnt_point, "bad mnt init path"); in ZTEST()
67 "bad overrun init return"); in ZTEST()
69 "bad overrun init"); in ZTEST()
80 MNT "/" ELT1, "bad mnt init elt1"); in ZTEST()
83 MNT "/" ELT1 "/" ELT2, "bad mnt init elt1 elt2"); in ZTEST()
/Zephyr-latest/boards/witte/linum/support/
Dopenocd.cfg16 # to reset halt just after openocd init.
17 rename init old_init
18 proc init {} {
/Zephyr-latest/boards/st/nucleo_h753zi/support/
Dopenocd.cfg16 # to reset halt just after openocd init.
17 rename init old_init
18 proc init {} {
/Zephyr-latest/boards/st/nucleo_h743zi/support/
Dopenocd.cfg16 # to reset halt just after openocd init.
17 rename init old_init
18 proc init {} {
/Zephyr-latest/boards/st/stm32h573i_dk/support/
Dopenocd.cfg18 # to reset halt just after openocd init.
19 rename init old_init
20 proc init {} {
/Zephyr-latest/boards/st/nucleo_h533re/support/
Dopenocd.cfg18 # to reset halt just after openocd init.
19 rename init old_init
20 proc init {} {
/Zephyr-latest/boards/st/nucleo_h503rb/support/
Dopenocd.cfg18 # to reset halt just after openocd init.
19 rename init old_init
20 proc init {} {
/Zephyr-latest/boards/st/nucleo_h563zi/support/
Dopenocd.cfg18 # to reset halt just after openocd init.
19 rename init old_init
20 proc init {} {
/Zephyr-latest/boards/arduino/opta/support/
Dopenocd_opta_stm32h747xx_m7.cfg23 # to reset halt just after openocd init.
24 rename init old_init
25 proc init {} {
/Zephyr-latest/boards/arduino/nicla_vision/support/
Dopenocd_arduino_nicla_vision_m7.cfg23 # to reset halt just after openocd init.
24 rename init old_init
25 proc init {} {
/Zephyr-latest/boards/st/stm32h747i_disco/support/
Dopenocd_stm32h747i_disco_m7.cfg23 # to reset halt just after openocd init.
24 rename init old_init
25 proc init {} {
/Zephyr-latest/boards/arduino/giga_r1/support/
Dopenocd_arduino_giga_r1_m7.cfg23 # to reset halt just after openocd init.
24 rename init old_init
25 proc init {} {

12345678910>>...88