Home
last modified time | relevance | path

Searched refs:_cfg_ (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.5.0/drivers/ieee802154/
Dieee802154_cc1200_regs.h23 #define GPIO3_CFG(_cfg_) (_cfg_ & 0x3F) argument
28 #define GPIO2_CFG(_cfg_) (_cfg_ & 0x3F) argument
33 #define GPIO1_CFG(_cfg_) (_cfg_ & 0x3F) argument
38 #define GPIO0_CFG(_cfg_) (_cfg_ & 0x3F) argument
46 #define SYNC_MODE(_cfg_) (_cfg_ & 0xE0) argument
47 #define SYNC_THR(_cfg_) (_cfg_ & 0x1F) argument
55 #define STRICT_SYNC_CHECK(_cfg_) (_cfg_ & 0x03) argument
60 #define MODEM_MODE(_cfg_) (_cfg_ & 0xC0) argument
61 #define MOD_FORMAT(_cfg_) (_cfg_ & 0x38) argument
62 #define DEV_E(_cfg_) (_cfg_ & 0x07) argument
[all …]
/Zephyr-Core-3.5.0/subsys/modbus/
Dmodbus_core.c19 static struct gpio_dt_spec prop##_cfg_##inst = { \
35 (&prop##_cfg_##inst), (NULL))
/Zephyr-Core-3.5.0/drivers/adc/
Dadc_max1125x.c776 static const struct max1125x_config max##t##_cfg_##n = { \
799 &max##t##_cfg_##n, POST_KERNEL, CONFIG_ADC_MAX1125X_INIT_PRIORITY, \