Searched refs:service_request (Results 1 – 5 of 5) sorted by relevance
251 uint8_t service_request; in adc_xmc4xxx_init() local292 service_request = (config->irq_num - VADC_IRQ_MIN) % IRQS_PER_VADC_GROUP; in adc_xmc4xxx_init()295 XMC_VADC_GROUP_ScanSetReqSrcEventInterruptNode(adc_group, service_request); in adc_xmc4xxx_init()
83 uint8_t service_request; member323 mo->MOIPR = FIELD_PREP(CAN_MO_MOIPR_RXINP_Msk, dev_cfg->service_request); in can_xmc4xxx_init_fifo()825 dev_cfg->service_request); in can_xmc4xxx_init()828 dev_cfg->service_request); in can_xmc4xxx_init()831 dev_cfg->service_request); in can_xmc4xxx_init()834 dev_cfg->service_request); in can_xmc4xxx_init()851 mo->MOIPR = FIELD_PREP(CAN_MO_MOIPR_TXINP_Msk, dev_cfg->service_request); in can_xmc4xxx_init()930 .service_request = DT_INST_IRQN(inst) - CAN_XMC4XXX_IRQ_MIN, \
445 uint8_t service_request = (irq_num - USIC_IRQ_MIN) % IRQS_PER_USIC; \448 XMC_I2C_CH_INTERRUPT_NODE_POINTER_RECEIVE, service_request); \450 XMC_I2C_CH_INTERRUPT_NODE_POINTER_ALTERNATE_RECEIVE, service_request); \
637 uint8_t service_request; \641 service_request = (irq_num - USIC_IRQ_MIN) % IRQS_PER_USIC; \644 config->spi, XMC_SPI_CH_INTERRUPT_NODE_POINTER_RECEIVE, service_request); \647 service_request); \
120 isr_config.service_request = XMC_ERU_OGU_SERVICE_REQUEST_ON_TRIGGER; in intc_xmc4xxx_gpio_enable_interrupt()