Home
last modified time | relevance | path

Searched refs:_cfg (Results 26 – 50 of 54) sorted by relevance

123

/Zephyr-latest/drivers/i2c/target/
Deeprom_target.c277 i2c_eeprom_target_##inst##_cfg = { \
287 &i2c_eeprom_target_##inst##_cfg, \
/Zephyr-latest/drivers/led_strip/
Dws2812_i2s.c232 static const struct ws2812_i2s_cfg ws2812_i2s_##idx##_cfg = { \
247 DEVICE_DT_INST_DEFINE(idx, ws2812_i2s_init, NULL, NULL, &ws2812_i2s_##idx##_cfg, \
/Zephyr-latest/drivers/clock_control/
Dclock_control_r8a779f0_cpg_mssr.c265 static struct r8a779f0_cpg_mssr_cfg cpg_mssr##inst##_cfg = { \
282 &cpg_mssr##inst##_cfg, \
/Zephyr-latest/drivers/gpio/
Dgpio_xlnx_ps_bank.c453 static const struct gpio_xlnx_ps_bank_dev_cfg gpio_xlnx_ps_bank##idx##_cfg = {\
463 &gpio_xlnx_ps_bank##idx##_data, &gpio_xlnx_ps_bank##idx##_cfg,\
Dgpio_cy8c95xx.c277 static const struct cy8c95xx_config cy8c95xx_##idx##_cfg = { \
288 &cy8c95xx_##idx##_drvdata, &cy8c95xx_##idx##_cfg, \
Dgpio_fxl6408.c406 static const struct gpio_fxl6408_config gpio_fxl6408_##inst##_cfg = { \
426 &gpio_fxl6408_##inst##_cfg, POST_KERNEL, \
Dgpio_max22017.c398 static const struct gpio_adi_max22017_config gpio_adi_max22017_##id##_cfg = { \
407 &gpio_adi_max22017_##id##_cfg, POST_KERNEL, \
Dgpio_max14916.c369 static const struct max14916_config max##model##_##id##_cfg = { \
395 &max##model##_##id##_cfg, POST_KERNEL, \
Dgpio_nrfx.c554 static const struct gpio_nrfx_cfg gpio_nrfx_p##id##_cfg = { \
571 &gpio_nrfx_p##id##_cfg, \
Dgpio_max14906.c443 static const struct max14906_config max14906_##id##_cfg = { \
492 &max14906_##id##_cfg, POST_KERNEL, \
Dgpio_max22190.c639 static const struct max22190_config max22190_##id##_cfg = { \
663 &max22190_##id##_cfg, POST_KERNEL, \
Dgpio_renesas_rz.c577 static ioport_cfg_t g_ioport_##inst##_cfg = { \
591 .fsp_cfg = &g_ioport_##inst##_cfg, \
Dgpio_pca95xx.c821 static const struct gpio_pca95xx_config gpio_pca95xx_##inst##_cfg = { \
856 &gpio_pca95xx_##inst##_cfg, \
/Zephyr-latest/drivers/mbox/
Dmbox_renesas_rz_mhu.c299 static mhu_cfg_t g_mhu_ns##idx##_cfg = { \
318 .fsp_cfg = &g_mhu_ns##idx##_cfg, \
/Zephyr-latest/drivers/serial/
Duart_native_tty.c396 static const struct native_tty_config native_tty_##inst##_cfg = { \
412 &native_tty_##inst##_cfg, NATIVE_TTY_INIT_LEVEL, 55, \
Duart_renesas_rz_sci.c454 static uart_cfg_t g_uart##n##_cfg = { \
478 .fsp_cfg = &g_uart##n##_cfg, \
Duart_renesas_rz_scif.c485 static uart_cfg_t g_uart##n##_cfg = { \
516 .fsp_cfg = &g_uart##n##_cfg, \
Duart_smartbond.c783 static const struct uart_smartbond_cfg uart_smartbond_##id##_cfg = { \
811 &uart_smartbond_##id##_cfg, \
/Zephyr-latest/drivers/dma/
Ddma_max32.c342 static const struct max32_dma_config dma##inst##_cfg = { \
350 DEVICE_DT_INST_DEFINE(inst, &max32_dma_init, NULL, &dma##inst##_data, &dma##inst##_cfg, \
/Zephyr-latest/drivers/mipi_dsi/
Ddsi_renesas_ra.c255 static const mipi_phy_cfg_t mipi_phy_##n##_cfg = { \
270 .p_cfg = &mipi_phy_##n##_cfg, \
/Zephyr-latest/drivers/i2c/
Di2c_renesas_rz_riic.c494 static i2c_master_cfg_t g_i2c_master##index##_cfg = { \
514 .fsp_cfg = &g_i2c_master##index##_cfg, \
Di2c_smartbond.c661 static const struct i2c_smartbond_cfg i2c_smartbond_##id##_cfg = { \
675 &i2c_smartbond_##id##_cfg, POST_KERNEL, \
/Zephyr-latest/drivers/counter/
Dcounter_renesas_rz_gtm.c520 static timer_cfg_t g_timer##inst##_cfg = { \
541 .fsp_cfg = &g_timer##inst##_cfg, .fsp_ctrl = &g_timer##inst##_ctrl}; \
/Zephyr-latest/drivers/pwm/
Dpwm_renesas_rz_gpt.c637 static timer_cfg_t g_timer##inst##_cfg = { \
650 .fsp_cfg = &g_timer##inst##_cfg, .fsp_ctrl = &g_timer##inst##_ctrl}; \
/Zephyr-latest/drivers/ethernet/
Deth_cyclonev.c1150 static const struct eth_cyclonev_config eth_cyclonev_##inst##_cfg = { \
1158 &eth_cyclonev_##inst##_cfg, \

123