Searched refs:init (Results 201 – 225 of 749) sorted by relevance
12345678910>>...30
/Zephyr-latest/drivers/usb_c/vbus/ |
D | Kconfig | 14 int "USB-C VBUS driver init priority"
|
/Zephyr-latest/drivers/misc/devmux/ |
D | Kconfig | 17 int "Devmux init priority"
|
/Zephyr-latest/drivers/misc/mcux_flexio/ |
D | Kconfig | 17 int "FlexIO controller driver init priority"
|
/Zephyr-latest/boards/st/stm32h573i_dk/ |
D | board.cmake | 14 board_runner_args(openocd --cmd-pre-init "gdb_report_data_abort enable")
|
/Zephyr-latest/drivers/dma/ |
D | Kconfig.stm32 | 72 int "STM32 DMAMUX init priority" 76 DMAMUX driver device must be init'd after the DMA (CONFIG_DMA_INIT_PRIORITY)
|
/Zephyr-latest/drivers/auxdisplay/ |
D | Kconfig | 14 int "Auxiliary display devices init priority"
|
/Zephyr-latest/include/zephyr/linker/ |
D | common-rom.ld | 7 #include <zephyr/linker/common-rom/common-rom-init.ld>
|
/Zephyr-latest/drivers/stepper/ |
D | Kconfig | 16 int "Stepper Motor Controller init priority"
|
/Zephyr-latest/drivers/gpio/ |
D | Kconfig.ads114s0x | 20 int "Driver init priority"
|
D | Kconfig.lmp90xxx | 21 int "Driver init priority"
|
/Zephyr-latest/drivers/i2c/ |
D | Kconfig.npcx | 17 int "NPCX I2C port init priority"
|
/Zephyr-latest/drivers/usb_c/ppc/ |
D | Kconfig | 14 int "USBC PPC driver init priority"
|
/Zephyr-latest/include/zephyr/sip_svc/ |
D | sip_svc_controller.h | 59 bool init; member
|
/Zephyr-latest/drivers/cache/ |
D | Kconfig.andes | 23 int "Andes cache driver init priority"
|
/Zephyr-latest/boards/nxp/imx93_evk/ |
D | Kconfig.defconfig | 10 # Enable board mux configure during init
|
/Zephyr-latest/kernel/ |
D | sem.c | 52 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/ |
D | README.rst | 32 init :[none] 43 **init**: should be called first to initialize the display. 49 uart:~$ cfb init
|
/Zephyr-latest/drivers/pwm/ |
D | pwm_stm32.c | 781 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/ |
D | ec_host_cmd_backend_simulator.c | 54 .init = &ec_host_cmd_sim_init,
|
/Zephyr-latest/drivers/stepper/step_dir/ |
D | step_dir_stepper_work_timing.c | 73 .init = step_work_timing_source_init,
|
/Zephyr-latest/drivers/serial/ |
D | Kconfig.it8xxx2 | 18 int "ITE IT8XXX2 UART wrapper init priority"
|
/Zephyr-latest/drivers/hdlc_rcp_if/ |
D | hdlc_rcp_if_nxp.c | 102 .iface_api.init = hdlc_iface_init,
|
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/ |
D | pbp.rst | 11 When the Bluetooth stack has been initialized (:code:`bt init`), the Public Broadcast Profile is re…
|
/Zephyr-latest/drivers/adc/ |
D | Kconfig.ads7052 | 17 int "ADS7052 init priority"
|
/Zephyr-latest/boards/st/steval_stwinbx1/ |
D | board.cmake | 13 board_runner_args(openocd --cmd-pre-init "gdb_report_data_abort enable")
|
12345678910>>...30