/Zephyr-Core-3.6.0/include/zephyr/drivers/pinctrl/ |
D | pinctrl_esp32_common.h | 22 #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/ |
D | gpio_mmio32.h | 47 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/ |
D | kscan_ht16k33.c | 53 static const struct kscan_ht16k33_cfg kscan_ht16k33_##id##_cfg = { \ 59 &kscan_ht16k33_##id##_cfg, POST_KERNEL, \
|
/Zephyr-Core-3.6.0/drivers/gpio/ |
D | gpio_xlnx_ps.c | 108 static const struct gpio_xlnx_ps_dev_cfg gpio_xlnx_ps##idx##_cfg = {\ 131 &gpio_xlnx_ps##idx##_data, &gpio_xlnx_ps##idx##_cfg,\
|
D | gpio_ads114s0x.c | 134 static const struct gpio_ads114s0x_config gpio_ads114s0x_##id##_cfg = { \ 142 &gpio_ads114s0x_##id##_cfg, POST_KERNEL, \
|
D | gpio_lmp90xxx.c | 153 static const struct gpio_lmp90xxx_config gpio_lmp90xxx_##id##_cfg = {\ 167 &gpio_lmp90xxx_##id##_cfg, POST_KERNEL, \
|
D | gpio_xlnx_ps_bank.c | 435 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,\
|
D | gpio_cy8c95xx.c | 277 static const struct cy8c95xx_config cy8c95xx_##idx##_cfg = { \ 288 &cy8c95xx_##idx##_drvdata, &cy8c95xx_##idx##_cfg, \
|
/Zephyr-Core-3.6.0/drivers/mdio/ |
D | mdio_nxp_s32_netc.c | 92 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/ |
D | power_domain_gpio.c | 129 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/ |
D | clock_control_r8a779f0_cpg_mssr.c | 164 static struct r8a779f0_cpg_mssr_cfg cpg_mssr##inst##_cfg = { \ 181 &cpg_mssr##inst##_cfg, \
|
/Zephyr-Core-3.6.0/drivers/led/ |
D | pca9633.c | 227 static const struct pca9633_config pca9633_##id##_cfg = { \ 235 &pca9633_##id##_cfg, POST_KERNEL, \
|
D | tlc59108.c | 219 static const struct tlc59108_cfg tlc59108_##id##_cfg = { \ 226 &tlc59108_##id##_cfg, POST_KERNEL, \
|
D | is31fl3216a.c | 233 static const struct is31fl3216a_cfg is31fl3216a_##id##_cfg = { \ 237 &is31fl3216a_##id##_cfg, POST_KERNEL, \
|
D | ht16k33.c | 443 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/ |
D | ws2812_gpio.c | 244 static const struct ws2812_gpio_cfg ws2812_gpio_##idx##_cfg = { \ 254 &ws2812_gpio_##idx##_cfg, POST_KERNEL, \
|
D | ws2812_spi.c | 226 static const struct ws2812_spi_cfg ws2812_spi_##idx##_cfg = { \ 241 &ws2812_spi_##idx##_cfg, \
|
D | ws2812_i2s.c | 248 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/ |
D | uart_native_tty.c | 212 static const struct native_tty_config native_tty_##inst##_cfg = { \ 228 &native_tty_##inst##_cfg, PRE_KERNEL_1, 55, \
|
D | uart_rv32m1_lpuart.c | 307 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/ |
D | eth_nxp_s32_netc_vsi.c | 155 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/ |
D | timeaware_gpio_intel.c | 215 tgpio_##n##_cfg = { \ 227 &tgpio_##n##_cfg, \
|
/Zephyr-Core-3.6.0/drivers/i2c/target/ |
D | eeprom_target.c | 255 i2c_eeprom_target_##inst##_cfg = { \ 265 &i2c_eeprom_target_##inst##_cfg, \
|
/Zephyr-Core-3.6.0/drivers/watchdog/ |
D | wdt_xilinx_axi.c | 276 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/ |
D | gatt_macs.h | 180 #define BT_GATT_H_CCC(_cfg, _cfg_changed, _handle) \ argument
|