Searched refs:inst_num (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/modules/hal_nordic/nrfx/ |
D | nrfx_config.h | 1017 #define NRFX_DPPI_PUB_CONFIG_ALLOWED_CHANNELS_MASK_BY_INST_NUM(inst_num) \ argument 1018 NRFX_CONFIG_MASK_DT(DT_NODELABEL(_CONCAT(dppic, inst_num)), source_channels) 1021 #define NRFX_DPPI_SUB_CONFIG_ALLOWED_CHANNELS_MASK_BY_INST_NUM(inst_num) \ argument 1022 NRFX_CONFIG_MASK_DT(DT_NODELABEL(_CONCAT(dppic, inst_num)), sink_channels) 1024 #define NRFX_DPPI_PUB_OR_SUB_MASK(inst_num) \ argument 1025 UTIL_OR(DT_NODE_HAS_PROP(DT_NODELABEL(_CONCAT(dppic, inst_num)), source_channels), \ 1026 DT_NODE_HAS_PROP(DT_NODELABEL(_CONCAT(dppic, inst_num)), sink_channels)) 1030 #define NRFX_DPPI_CHANNELS_SINGLE_VAR_NAME_BY_INST_NUM(inst_num) \ argument 1031 NRFX_CONFIG_DPPI_CHANNELS_ENTRY_NAME(DT_NODELABEL(_CONCAT(dppic, inst_num))) 1069 #define NRFX_CONFIG_IPCT_NODE_BY_INST_NUM(inst_num) \ argument [all …]
|
/Zephyr-latest/drivers/usb_c/tcpc/ |
D | ucpd_stm32.c | 1445 static int inst_num; in config_tcpc_irq() local 1450 if (++inst_num == DT_NUM_INST_STATUS_OKAY(DT_DRV_COMPAT)) { in config_tcpc_irq()
|