Home
last modified time | relevance | path

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

12

/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/include/zephyr/drivers/gpio/
Dgpio_mmio32.h51 static const struct gpio_mmio32_config _CONCAT(Z_DEVICE_DT_DEV_ID(node_id), _cfg) = { \
63 &_CONCAT(Z_DEVICE_DT_DEV_ID(node_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_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, \
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, \
/Zephyr-latest/drivers/clock_control/
Dclock_control_renesas_ra_cgc.c92 (static const struct clock_control_ra_pclk_cfg node_id##_cfg = \
99 &node_id##_cfg, PRE_KERNEL_1, \
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_ads114s0x.c134 static const struct gpio_ads114s0x_config gpio_ads114s0x_##id##_cfg = { \
142 &gpio_ads114s0x_##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,\
/Zephyr-latest/drivers/power_domain/
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/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, \
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/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.c309 static const struct sy1xx_uart_config sy1xx_uart_##n##_cfg = { \
320 &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/i2c/target/
Deeprom_target.c277 i2c_eeprom_target_##inst##_cfg = { \
287 &i2c_eeprom_target_##inst##_cfg, \
/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, \

12