/Zephyr-Core-3.7.0/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 "flushregs") 10 board_runner_args(openocd --gdb-init "mon reset halt") 11 board_runner_args(openocd --gdb-init "thb main")
|
/Zephyr-Core-3.7.0/samples/drivers/i2s/echo/src/ |
D | codec.c | 22 static const uint8_t init[][2] = { in init_wm8731_i2c() local 110 for (int i = 0; i < ARRAY_SIZE(init); ++i) { in init_wm8731_i2c() 111 const uint8_t *entry = init[i]; in init_wm8731_i2c()
|
/Zephyr-Core-3.7.0/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-Core-3.7.0/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-Core-3.7.0/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-Core-3.7.0/subsys/tracing/include/ |
D | tracing_backend.h | 31 void (*init)(void); member 64 if (backend && backend->api && backend->api->init) { in tracing_backend_init() 65 backend->api->init(); in tracing_backend_init()
|
/Zephyr-Core-3.7.0/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-Core-3.7.0/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-Core-3.7.0/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-Core-3.7.0/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-Core-3.7.0/include/zephyr/mgmt/mcumgr/mgmt/ |
D | handlers.h | 31 const mcumgr_handler_init_t init; member 45 .init = _init, \
|
/Zephyr-Core-3.7.0/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 {} {
|
/Zephyr-Core-3.7.0/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-Core-3.7.0/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-Core-3.7.0/drivers/regulator/ |
D | Kconfig.npm1300 | 16 int "nPM1300 regulator driver init priority (common part)" 20 It must be greater than I2C init priority. 23 int "nPM1300 regulator driver init priority"
|
D | Kconfig.pca9420 | 15 int "NXP PCA9420 regulator driver init priority (common part)" 19 must be greater than I2C init priority. 22 int "NXP PCA9420 regulator driver init priority"
|
D | Kconfig.max20335 | 16 int "MAX20335 regulator driver init priority (common part)" 20 (common part). It must be greater than I2C and MFD init priority. 23 int "MAX20335 regulator driver init priority"
|
/Zephyr-Core-3.7.0/boards/st/stm32h750b_dk/support/ |
D | openocd.cfg | 25 # to reset halt just after openocd init. 26 rename init old_init 27 proc init {} {
|
/Zephyr-Core-3.7.0/boards/st/nucleo_h7a3zi_q/support/ |
D | openocd.cfg | 25 # to reset halt just after openocd init. 26 rename init old_init 27 proc init {} {
|
/Zephyr-Core-3.7.0/tests/drivers/regulator/fixed/src/ |
D | main.c | 23 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-Core-3.7.0/boards/st/stm32h735g_disco/support/ |
D | openocd.cfg | 25 # to reset halt just after openocd init. 26 rename init old_init 27 proc init {} {
|
/Zephyr-Core-3.7.0/boards/st/nucleo_h745zi_q/support/ |
D | openocd.cfg | 24 # to reset halt just after openocd init. 25 rename init old_init 26 proc init {} {
|
/Zephyr-Core-3.7.0/samples/bluetooth/tmap_bms/src/ |
D | main.c | 18 static int init(void) in init() function 37 err = init(); in main()
|
/Zephyr-Core-3.7.0/boards/st/stm32h745i_disco/support/ |
D | openocd.cfg | 25 # to reset halt just after openocd init. 26 rename init old_init 27 proc init {} {
|
/Zephyr-Core-3.7.0/boards/adi/max32655fthr/ |
D | board.cmake | 4 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]")
|