Home
last modified time | relevance | path

Searched refs:I3C_CONFIG_CONTROLLER (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/drivers/i3c/
Di3c_mcux.c1859 if (type != I3C_CONFIG_CONTROLLER) { in mcux_i3c_configure()
1932 if ((type != I3C_CONFIG_CONTROLLER) || (config == NULL)) { in mcux_i3c_config_get()
1987 ret = mcux_i3c_configure(dev, I3C_CONFIG_CONTROLLER, ctrl_config); in mcux_i3c_init()
Di3c_stm32.c621 if ((type != I3C_CONFIG_CONTROLLER) || (config == NULL)) { in i3c_stm32_config_get()
1551 i3c_stm32_configure(dev, I3C_CONFIG_CONTROLLER, &data->drv_data.ctrl_config); in i3c_stm32_init()
Di3c_shell.c309 ret = i3c_config_get(dev, I3C_CONFIG_CONTROLLER, &config); in cmd_i3c_speed()
317 ret = i3c_configure(dev, I3C_CONFIG_CONTROLLER, &config); in cmd_i3c_speed()
Di3c_npcx.c2585 if (type == I3C_CONFIG_CONTROLLER) { in npcx_i3c_configure()
2624 if (type == I3C_CONFIG_CONTROLLER) { in npcx_i3c_config_get()
/Zephyr-latest/include/zephyr/drivers/
Di3c.h510 I3C_CONFIG_CONTROLLER, enumerator