Home
last modified time | relevance | path

Searched refs:init (Results 201 – 225 of 749) sorted by relevance

12345678910>>...30

/Zephyr-latest/drivers/usb_c/vbus/
DKconfig14 int "USB-C VBUS driver init priority"
/Zephyr-latest/drivers/misc/devmux/
DKconfig17 int "Devmux init priority"
/Zephyr-latest/drivers/misc/mcux_flexio/
DKconfig17 int "FlexIO controller driver init priority"
/Zephyr-latest/boards/st/stm32h573i_dk/
Dboard.cmake14 board_runner_args(openocd --cmd-pre-init "gdb_report_data_abort enable")
/Zephyr-latest/drivers/dma/
DKconfig.stm3272 int "STM32 DMAMUX init priority"
76 DMAMUX driver device must be init'd after the DMA (CONFIG_DMA_INIT_PRIORITY)
/Zephyr-latest/drivers/auxdisplay/
DKconfig14 int "Auxiliary display devices init priority"
/Zephyr-latest/include/zephyr/linker/
Dcommon-rom.ld7 #include <zephyr/linker/common-rom/common-rom-init.ld>
/Zephyr-latest/drivers/stepper/
DKconfig16 int "Stepper Motor Controller init priority"
/Zephyr-latest/drivers/gpio/
DKconfig.ads114s0x20 int "Driver init priority"
DKconfig.lmp90xxx21 int "Driver init priority"
/Zephyr-latest/drivers/i2c/
DKconfig.npcx17 int "NPCX I2C port init priority"
/Zephyr-latest/drivers/usb_c/ppc/
DKconfig14 int "USBC PPC driver init priority"
/Zephyr-latest/include/zephyr/sip_svc/
Dsip_svc_controller.h59 bool init; member
/Zephyr-latest/drivers/cache/
DKconfig.andes23 int "Andes cache driver init priority"
/Zephyr-latest/boards/nxp/imx93_evk/
DKconfig.defconfig10 # Enable board mux configure during init
/Zephyr-latest/kernel/
Dsem.c52 SYS_PORT_TRACING_OBJ_FUNC(k_sem, init, sem, -EINVAL); in z_impl_k_sem_init()
60 SYS_PORT_TRACING_OBJ_FUNC(k_sem, init, sem, 0); in z_impl_k_sem_init()
/Zephyr-latest/samples/subsys/display/cfb_shell/
DREADME.rst32 init :[none]
43 **init**: should be called first to initialize the display.
49 uart:~$ cfb init
/Zephyr-latest/drivers/pwm/
Dpwm_stm32.c781 LL_TIM_InitTypeDef init; in pwm_stm32_init() local
814 LL_TIM_StructInit(&init); in pwm_stm32_init()
816 init.Prescaler = cfg->prescaler; in pwm_stm32_init()
817 init.CounterMode = cfg->countermode; in pwm_stm32_init()
818 init.Autoreload = 0u; in pwm_stm32_init()
819 init.ClockDivision = LL_TIM_CLOCKDIVISION_DIV1; in pwm_stm32_init()
821 if (LL_TIM_Init(cfg->timer, &init) != SUCCESS) { in pwm_stm32_init()
/Zephyr-latest/subsys/mgmt/ec_host_cmd/backends/
Dec_host_cmd_backend_simulator.c54 .init = &ec_host_cmd_sim_init,
/Zephyr-latest/drivers/stepper/step_dir/
Dstep_dir_stepper_work_timing.c73 .init = step_work_timing_source_init,
/Zephyr-latest/drivers/serial/
DKconfig.it8xxx218 int "ITE IT8XXX2 UART wrapper init priority"
/Zephyr-latest/drivers/hdlc_rcp_if/
Dhdlc_rcp_if_nxp.c102 .iface_api.init = hdlc_iface_init,
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/
Dpbp.rst11 When the Bluetooth stack has been initialized (:code:`bt init`), the Public Broadcast Profile is re…
/Zephyr-latest/drivers/adc/
DKconfig.ads705217 int "ADS7052 init priority"
/Zephyr-latest/boards/st/steval_stwinbx1/
Dboard.cmake13 board_runner_args(openocd --cmd-pre-init "gdb_report_data_abort enable")

12345678910>>...30