Home
last modified time | relevance | path

Searched refs:_cfg (Results 1 – 25 of 54) sorted by relevance

123

/Zephyr-latest/include/zephyr/drivers/pinctrl/
Dpinctrl_esp32_common.h22 #define ESP32_PIN_BIAS(_cfg) \ argument
23 (((_cfg) >> ESP32_PIN_BIAS_SHIFT) & ESP32_PIN_BIAS_MASK)
25 #define ESP32_PIN_DRV(_cfg) \ argument
26 (((_cfg) >> ESP32_PIN_DRV_SHIFT) & ESP32_PIN_DRV_MASK)
28 #define ESP32_PIN_MODE_OUT(_cfg) \ argument
29 (((_cfg) >> ESP32_PIN_OUT_SHIFT) & ESP32_PIN_OUT_MASK)
31 #define ESP32_PIN_EN_DIR(_cfg) \ argument
32 (((_cfg) >> ESP32_PIN_EN_DIR_SHIFT) & ESP32_PIN_EN_DIR_MASK)
/Zephyr-latest/drivers/power_domain/
Dpower_domain_soc_state_change.c109 static const struct pd_deviceonoff_config pd_deviceonoff_##id##_cfg = { \
114 NULL, &pd_deviceonoff_##id##_cfg, PRE_KERNEL_1, \
Dpower_domain_gpio.c129 static const struct pd_gpio_config pd_gpio_##id##_cfg = { \
137 &pd_gpio_##id##_data, &pd_gpio_##id##_cfg, \
/Zephyr-latest/drivers/mdio/
Dmdio_nxp_s32_netc.c84 static const struct nxp_s32_mdio_config nxp_s32_mdio##n##_cfg = { \
92 &nxp_s32_mdio##n##_cfg, \
Dmdio_renesas_ra.c117 static const struct renesas_ra_mdio_config renesas_ra_mdio##node##_cfg = { \
120 &renesas_ra_mdio##node##_data, &renesas_ra_mdio##node##_cfg, \
Dmdio_nxp_imx_netc.c91 static const struct nxp_imx_netc_mdio_config nxp_imx_netc_mdio##n##_cfg = { \
97 &nxp_imx_netc_mdio##n##_data, &nxp_imx_netc_mdio##n##_cfg, \
/Zephyr-latest/drivers/interrupt_controller/
Dintc_renesas_rz_ext_irq.c156 static const external_irq_cfg_t g_external_irq##index##_cfg = { \
174 .fsp_cfg = (external_irq_cfg_t *)&g_external_irq##index##_cfg, \
199 static const external_irq_cfg_t g_external_irq##index##_cfg = { \
215 .fsp_cfg = (external_irq_cfg_t *)&g_external_irq##index##_cfg, \
/Zephyr-latest/drivers/clock_control/
Dclock_control_renesas_ra_cgc.c106 (static const struct clock_control_ra_pclk_cfg node_id##_cfg = \
113 &node_id##_cfg, PRE_KERNEL_1, \
/Zephyr-latest/drivers/gpio/
Dgpio_ads1x4s0x.c134 static const struct gpio_ads1x4s0x_config gpio_ads1x4s0x_##id##_cfg = { \
142 &gpio_ads1x4s0x_##id##_cfg, POST_KERNEL, \
Dgpio_lmp90xxx.c153 static const struct gpio_lmp90xxx_config gpio_lmp90xxx_##id##_cfg = {\
167 &gpio_lmp90xxx_##id##_cfg, POST_KERNEL, \
Dgpio_xlnx_ps.c128 static const struct gpio_xlnx_ps_dev_cfg gpio_xlnx_ps##idx##_cfg = {\
151 &gpio_xlnx_ps##idx##_data, &gpio_xlnx_ps##idx##_cfg,\
Dgpio_mmio32.c199 static const struct gpio_mmio32_config gpio_mmio32_##n##_cfg = { \
209 &gpio_mmio32_##n##_cfg, PRE_KERNEL_1, \
/Zephyr-latest/drivers/entropy/
Dentropy_sy1xx_trng.c154 static const struct sy1xx_trng_config sy1xx_trng##n##_cfg = { \
161 &sy1xx_trng##n##_cfg, PRE_KERNEL_1, CONFIG_ENTROPY_INIT_PRIORITY, \
/Zephyr-latest/drivers/led/
Dpca9633.c227 static const struct pca9633_config pca9633_##id##_cfg = { \
235 &pca9633_##id##_cfg, POST_KERNEL, \
Dis31fl3216a.c233 static const struct is31fl3216a_cfg is31fl3216a_##id##_cfg = { \
237 &is31fl3216a_##id##_cfg, POST_KERNEL, \
Dtlc59108.c219 static const struct tlc59108_cfg tlc59108_##id##_cfg = { \
226 &tlc59108_##id##_cfg, POST_KERNEL, \
Dht16k33.c426 static const struct ht16k33_cfg ht16k33_##id##_cfg = { \
435 &ht16k33_##id##_cfg, POST_KERNEL, \
440 static const struct ht16k33_cfg ht16k33_##id##_cfg = { \
450 &ht16k33_##id##_cfg, POST_KERNEL, \
/Zephyr-latest/drivers/led_strip/
Dws2812_gpio.c229 static const struct ws2812_gpio_cfg ws2812_gpio_##idx##_cfg = { \
240 &ws2812_gpio_##idx##_cfg, POST_KERNEL, \
Dws2812_spi.c207 static const struct ws2812_spi_cfg ws2812_spi_##idx##_cfg = { \
222 &ws2812_spi_##idx##_cfg, \
/Zephyr-latest/drivers/ethernet/
Deth_nxp_s32_netc_vsi.c152 static const struct nxp_s32_eth_config nxp_s32_eth##n##_cfg = { \
174 &nxp_s32_eth##n##_cfg, \
/Zephyr-latest/drivers/misc/timeaware_gpio/
Dtimeaware_gpio_intel.c215 tgpio_##n##_cfg = { \
227 &tgpio_##n##_cfg, \
/Zephyr-latest/drivers/serial/
Duart_rv32m1_lpuart.c307 static const struct rv32m1_lpuart_config rv32m1_lpuart_##n##_cfg = {\
345 static const struct rv32m1_lpuart_config rv32m1_lpuart_##n##_cfg;\
351 &rv32m1_lpuart_##n##_cfg, \
Duart_sy1xx.c296 static const struct sy1xx_uart_config sy1xx_uart_##n##_cfg = { \
308 &sy1xx_uart_##n##_cfg, PRE_KERNEL_1, CONFIG_SERIAL_INIT_PRIORITY, \
/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/gatt_test_app/src/gatt/
Dgatt_macs.h180 #define BT_GATT_H_CCC(_cfg, _cfg_changed, _handle) \ argument
/Zephyr-latest/drivers/watchdog/
Dwdt_xilinx_axi.c276 static const struct xilinx_wdt_axi_config wdt_xilinx_axi_##inst##_cfg = { \
284 &wdt_xilinx_axi_##inst##_cfg, PRE_KERNEL_1, \

123