Home
last modified time | relevance | path

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

123

/Zephyr-latest/drivers/spi/
Dspi_smartbond.c1315 static const struct spi_smartbond_cfg spi_smartbond_##id##_cfg = { \
1335 &spi_smartbond_##id##_cfg, \
/Zephyr-latest/drivers/serial/
Duart_ifx_cat1.c1111 static struct ifx_cat1_uart_config ifx_cat1_uart##n##_cfg = { \
1122 &ifx_cat1_uart##n##_cfg, PRE_KERNEL_1, CONFIG_SERIAL_INIT_PRIORITY, \
/Zephyr-latest/drivers/gpio/
Dgpio_pca_series.c2188 static const struct gpio_pca_series_config gpio_##part_no##_##inst##_cfg = { \
2210 &gpio_##part_no##_##inst##_cfg, POST_KERNEL, \
/Zephyr-latest/subsys/bluetooth/host/
Dgatt.c513 #define CF_ROBUST_CACHING(_cfg) (_cfg->data[0] & BIT(CF_BIT_ROBUST_CACHING)) argument
514 #define CF_EATT(_cfg) (_cfg->data[0] & BIT(CF_BIT_EATT)) argument
515 #define CF_NOTIFY_MULTI(_cfg) (_cfg->data[0] & BIT(CF_BIT_NOTIFY_MULTI)) argument

123