/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/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-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/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/include/zephyr/mgmt/mcumgr/mgmt/ |
D | handlers.h | 31 const mcumgr_handler_init_t init; member 45 .init = _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/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-latest/drivers/comparator/ |
D | comparator_silabs_acmp.c | 28 ACMP_Init_TypeDef init; member 96 ACMP_Init(config->base, &config->init); in acmp_init() 236 .init.biasProg = DT_INST_PROP(inst, bias), \ 237 .init.inputRange = DT_INST_ENUM_IDX(inst, input_range), \ 238 .init.accuracy = DT_INST_ENUM_IDX(inst, accuracy_mode), \ 239 .init.hysteresisLevel = DT_INST_ENUM_IDX(inst, hysteresis_mode), \ 240 .init.inactiveValue = false, \ 241 .init.vrefDiv = DT_INST_PROP(inst, vref_divider), \ 242 .init.enable = true, \
|
/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 {} {
|
/Zephyr-latest/boards/pimoroni/pico_plus2/ |
D | board.cmake | 3 board_runner_args(openocd --cmd-pre-init "source [find interface/cmsis-dap.cfg]") 4 board_runner_args(openocd --cmd-pre-init "source [find target/rp2350.cfg]") 9 board_runner_args(openocd --cmd-pre-init "set_adapter_speed_if_not_set 5000")
|
/Zephyr-latest/drivers/regulator/ |
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"
|
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.npm2100 | 16 int "nPM2100 regulator driver init priority (common part)" 20 It must be greater than I2C init priority. 23 int "nPM2100 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"
|
/Zephyr-latest/boards/raspberrypi/rpi_pico2/ |
D | board.cmake | 7 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/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-latest/boards/st/stm32h750b_dk/support/ |
D | openocd.cfg | 25 # to reset halt just after openocd init. 26 rename init old_init 27 proc init {} {
|