/Zephyr-latest/tests/bluetooth/init/ |
D | testcase.yaml | 5 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/ |
D | Kconfig.max20335 | 16 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
|
D | Kconfig.npm1300 | 16 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
|
D | Kconfig.npm2100 | 16 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
|
D | Kconfig.pca9420 | 15 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
|
D | Kconfig.fake | 14 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
|
D | Kconfig.cp9314 | 13 int "CP9314 regulator driver init priority" 17 Init priority for the Cirrus Logic CP9314 Switched Cap 19 init priority.
|
D | Kconfig.mpm54304 | 15 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/ |
D | esp32.board.cmake | 6 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/ |
D | init.h | 27 * 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/ |
D | Kconfig.device | 57 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/ |
D | memc_stm32_nor_psram.c | 23 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/ |
D | Kconfig | 16 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/ |
D | test_util.c | 33 "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/ |
D | openocd.cfg | 16 # to reset halt just after openocd init. 17 rename init old_init 18 proc init {} {
|
/Zephyr-latest/boards/st/nucleo_h753zi/support/ |
D | openocd.cfg | 16 # to reset halt just after openocd init. 17 rename init old_init 18 proc init {} {
|
/Zephyr-latest/boards/st/nucleo_h743zi/support/ |
D | openocd.cfg | 16 # to reset halt just after openocd init. 17 rename init old_init 18 proc init {} {
|
/Zephyr-latest/boards/st/stm32h573i_dk/support/ |
D | openocd.cfg | 18 # to reset halt just after openocd init. 19 rename init old_init 20 proc init {} {
|
/Zephyr-latest/boards/st/nucleo_h533re/support/ |
D | openocd.cfg | 18 # to reset halt just after openocd init. 19 rename init old_init 20 proc init {} {
|
/Zephyr-latest/boards/st/nucleo_h503rb/support/ |
D | openocd.cfg | 18 # to reset halt just after openocd init. 19 rename init old_init 20 proc init {} {
|
/Zephyr-latest/boards/st/nucleo_h563zi/support/ |
D | openocd.cfg | 18 # to reset halt just after openocd init. 19 rename init old_init 20 proc init {} {
|
/Zephyr-latest/boards/arduino/opta/support/ |
D | openocd_opta_stm32h747xx_m7.cfg | 23 # to reset halt just after openocd init. 24 rename init old_init 25 proc init {} {
|
/Zephyr-latest/boards/arduino/nicla_vision/support/ |
D | openocd_arduino_nicla_vision_m7.cfg | 23 # to reset halt just after openocd init. 24 rename init old_init 25 proc init {} {
|
/Zephyr-latest/boards/st/stm32h747i_disco/support/ |
D | openocd_stm32h747i_disco_m7.cfg | 23 # to reset halt just after openocd init. 24 rename init old_init 25 proc init {} {
|
/Zephyr-latest/boards/arduino/giga_r1/support/ |
D | openocd_arduino_giga_r1_m7.cfg | 23 # to reset halt just after openocd init. 24 rename init old_init 25 proc init {} {
|