/Zephyr-latest/boards/st/nucleo_u5a5zj_q/ |
D | board.cmake | 5 board_runner_args(openocd --cmd-pre-init "gdb_report_data_abort enable")
|
/Zephyr-latest/boards/nordic/nrf54l15dk/ |
D | nrf54l15dk_nrf54l05_cpuapp_defconfig | 28 # Start SYSCOUNTER on driver init
|
D | nrf54l15dk_nrf54l10_cpuapp_defconfig | 28 # Start SYSCOUNTER on driver init
|
D | nrf54l15dk_nrf54l15_cpuapp_defconfig | 28 # Start SYSCOUNTER on driver init
|
/Zephyr-latest/boards/nordic/nrf54l20pdk/ |
D | nrf54l20pdk_nrf54l20_cpuapp_defconfig | 28 # Start SYSCOUNTER on driver init
|
/Zephyr-latest/subsys/retention/ |
D | Kconfig | 16 int "Retention devices init priority" 19 Retention device initialization priority (must be higher than init
|
D | Kconfig.blinfo | 35 int "Bootloader info init priority" 38 Bootloader info initialization priority (must be higher than init
|
/Zephyr-latest/drivers/modem/ |
D | Kconfig.hl7800 | 33 bool "Set APN name during driver init" 55 Leave the HL7800 RAT unchanged during modem init. 60 Enable LTE Cat-M1 mode during modem init. 65 Enable LTE Cat-NB1 mode during modem init. 294 int "HL7800 driver init priority" 303 int "Number of attempts to get IP address info during init" 320 bool "Enter airplane mode during init"
|
/Zephyr-latest/drivers/counter/ |
D | counter_ll_stm32_timer.c | 468 LL_TIM_InitTypeDef init; in counter_stm32_init_timer() local 498 LL_TIM_StructInit(&init); in counter_stm32_init_timer() 500 init.Prescaler = cfg->prescaler; in counter_stm32_init_timer() 501 init.CounterMode = LL_TIM_COUNTERMODE_UP; in counter_stm32_init_timer() 502 init.Autoreload = counter_get_max_top_value(dev); in counter_stm32_init_timer() 503 init.ClockDivision = LL_TIM_CLOCKDIVISION_DIV1; in counter_stm32_init_timer() 505 if (LL_TIM_Init(timer, &init) != SUCCESS) { in counter_stm32_init_timer()
|
/Zephyr-latest/drivers/fuel_gauge/ |
D | Kconfig | 17 int "Battery Fuel Gauge init priority"
|
/Zephyr-latest/soc/andestech/ae350/ |
D | start.S | 14 SECTION_FUNC(init, entry)
|
D | CMakeLists.txt | 12 zephyr_linker_sources(ROM_START SORT_KEY 0x0 common_linker/init.ld)
|
/Zephyr-latest/boards/st/stm32f7508_dk/support/ |
D | openocd.cfg | 14 # Event reset-init already uses the maximum speed however adapter speed
|
/Zephyr-latest/tests/bsim/bluetooth/host/iso/bis/src/ |
D | bis_broadcaster.c | 122 static void init(void) in init() function 257 init(); in test_main() 279 init(); in test_main_disable()
|
/Zephyr-latest/tests/drivers/uart/uart_async_rx/src/ |
D | main.c | 16 static void mem_fill(uint8_t *buf, uint8_t init, size_t len) in mem_fill() argument 19 buf[i] = init + i; in mem_fill() 23 static bool mem_check(uint8_t *buf, uint8_t init, size_t len) in mem_check() argument 26 if (buf[i] != init + i) { in mem_check()
|
/Zephyr-latest/drivers/ps2/ |
D | Kconfig | 21 int "PS/2 driver init priority"
|
/Zephyr-latest/drivers/ipm/ |
D | ipm_cavs_host.c | 176 static int init(const struct device *dev) in init() function 211 DEVICE_DEFINE(ipm_cavs_host, "ipm_cavs_host", init, NULL, &data, NULL,
|
/Zephyr-latest/doc/develop/west/ |
D | built-in.rst | 20 For additional help, run ``west <command> -h`` (e.g. ``west init -h``). 22 .. _west-init: 24 west init 36 west init [-m URL] [--mr REVISION] [--mf FILE] [directory] 47 west init -m https://github.com/zephyrproject-rtos/zephyr --mr v1.14.0 zp 67 west init -l [--mf FILE] directory 77 ``manifest.file`` using :ref:`west-config-cmd` after running ``west init``. 213 git submodule update --init --checkout --recursive 216 git submodule update --init --rebase --recursive 231 git submodule update --init --checkout --recursive <submodule-path> [all …]
|
/Zephyr-latest/drivers/xen/ |
D | Kconfig | 19 int "Grant table driver init priority"
|
/Zephyr-latest/drivers/i2c/ |
D | Kconfig.sc18im704 | 15 int "SC18IM704 I2C init priority"
|
/Zephyr-latest/boards/st/stm32f746g_disco/support/ |
D | openocd.cfg | 18 # Event reset-init already uses the maximum speed however adapter speed
|
/Zephyr-latest/boards/st/nucleo_h533re/ |
D | board.cmake | 11 board_runner_args(openocd --cmd-pre-init "gdb_report_data_abort enable")
|
/Zephyr-latest/boards/st/nucleo_h563zi/ |
D | board.cmake | 11 board_runner_args(openocd --cmd-pre-init "gdb_report_data_abort enable")
|
/Zephyr-latest/subsys/tracing/ |
D | tracing_backend_adsp_memory_window.c | 62 .init = tracing_backend_adsp_memory_window_init,
|
/Zephyr-latest/boards/m5stack/m5stickc_plus/ |
D | m5stickc_plus_procpu.dts | 139 regulator-init-microvolt = <3350000>; 148 regulator-init-microvolt = <2800000>; 155 regulator-init-microvolt = <3000000>;
|