Home
last modified time | relevance | path

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

12

/Zephyr-Core-3.6.0/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-Core-3.6.0/include/zephyr/drivers/gpio/
Dgpio_mmio32.h47 static const struct gpio_mmio32_config _CONCAT(Z_DEVICE_DT_DEV_ID(node_id), _cfg) = { \
59 &_CONCAT(Z_DEVICE_DT_DEV_ID(node_id), _cfg), \
/Zephyr-Core-3.6.0/drivers/kscan/
Dkscan_ht16k33.c53 static const struct kscan_ht16k33_cfg kscan_ht16k33_##id##_cfg = { \
59 &kscan_ht16k33_##id##_cfg, POST_KERNEL, \
/Zephyr-Core-3.6.0/drivers/gpio/
Dgpio_xlnx_ps.c108 static const struct gpio_xlnx_ps_dev_cfg gpio_xlnx_ps##idx##_cfg = {\
131 &gpio_xlnx_ps##idx##_data, &gpio_xlnx_ps##idx##_cfg,\
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_bank.c435 static const struct gpio_xlnx_ps_bank_dev_cfg gpio_xlnx_ps_bank##idx##_cfg = {\
444 &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, \
/Zephyr-Core-3.6.0/drivers/mdio/
Dmdio_nxp_s32_netc.c92 static const struct nxp_s32_mdio_config nxp_s32_mdio##n##_cfg = { \
100 &nxp_s32_mdio##n##_cfg, \
/Zephyr-Core-3.6.0/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-Core-3.6.0/drivers/clock_control/
Dclock_control_r8a779f0_cpg_mssr.c164 static struct r8a779f0_cpg_mssr_cfg cpg_mssr##inst##_cfg = { \
181 &cpg_mssr##inst##_cfg, \
/Zephyr-Core-3.6.0/drivers/led/
Dpca9633.c227 static const struct pca9633_config pca9633_##id##_cfg = { \
235 &pca9633_##id##_cfg, POST_KERNEL, \
Dtlc59108.c219 static const struct tlc59108_cfg tlc59108_##id##_cfg = { \
226 &tlc59108_##id##_cfg, POST_KERNEL, \
Dis31fl3216a.c233 static const struct is31fl3216a_cfg is31fl3216a_##id##_cfg = { \
237 &is31fl3216a_##id##_cfg, POST_KERNEL, \
Dht16k33.c443 static const struct ht16k33_cfg ht16k33_##id##_cfg = { \
452 &ht16k33_##id##_cfg, POST_KERNEL, \
457 static const struct ht16k33_cfg ht16k33_##id##_cfg = { \
467 &ht16k33_##id##_cfg, POST_KERNEL, \
/Zephyr-Core-3.6.0/drivers/led_strip/
Dws2812_gpio.c244 static const struct ws2812_gpio_cfg ws2812_gpio_##idx##_cfg = { \
254 &ws2812_gpio_##idx##_cfg, POST_KERNEL, \
Dws2812_spi.c226 static const struct ws2812_spi_cfg ws2812_spi_##idx##_cfg = { \
241 &ws2812_spi_##idx##_cfg, \
Dws2812_i2s.c248 static const struct ws2812_i2s_cfg ws2812_i2s_##idx##_cfg = { \
262 DEVICE_DT_INST_DEFINE(idx, ws2812_i2s_init, NULL, NULL, &ws2812_i2s_##idx##_cfg, \
/Zephyr-Core-3.6.0/drivers/serial/
Duart_native_tty.c212 static const struct native_tty_config native_tty_##inst##_cfg = { \
228 &native_tty_##inst##_cfg, PRE_KERNEL_1, 55, \
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, \
/Zephyr-Core-3.6.0/drivers/ethernet/
Deth_nxp_s32_netc_vsi.c155 static const struct nxp_s32_eth_config nxp_s32_eth##n##_cfg = { \
177 &nxp_s32_eth##n##_cfg, \
/Zephyr-Core-3.6.0/drivers/misc/timeaware_gpio/
Dtimeaware_gpio_intel.c215 tgpio_##n##_cfg = { \
227 &tgpio_##n##_cfg, \
/Zephyr-Core-3.6.0/drivers/i2c/target/
Deeprom_target.c255 i2c_eeprom_target_##inst##_cfg = { \
265 &i2c_eeprom_target_##inst##_cfg, \
/Zephyr-Core-3.6.0/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, \
/Zephyr-Core-3.6.0/tests/bsim/bluetooth/ll/edtt/gatt_test_app/src/gatt/
Dgatt_macs.h180 #define BT_GATT_H_CCC(_cfg, _cfg_changed, _handle) \ argument

12