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()
96 uint8_t service_request; member338 mo->MOIPR = FIELD_PREP(CAN_MO_MOIPR_RXINP_Msk, dev_cfg->service_request); in can_xmc4xxx_init_fifo()883 dev_cfg->service_request); in can_xmc4xxx_init()886 dev_cfg->service_request); in can_xmc4xxx_init()889 dev_cfg->service_request); in can_xmc4xxx_init()892 dev_cfg->service_request); in can_xmc4xxx_init()909 mo->MOIPR = FIELD_PREP(CAN_MO_MOIPR_TXINP_Msk, dev_cfg->service_request); in can_xmc4xxx_init()990 .service_request = DT_INST_IRQN(inst) - CAN_XMC4XXX_IRQ_MIN, \
441 uint8_t service_request = (irq_num - USIC_IRQ_MIN) % IRQS_PER_USIC; \444 XMC_I2C_CH_INTERRUPT_NODE_POINTER_RECEIVE, service_request); \446 XMC_I2C_CH_INTERRUPT_NODE_POINTER_ALTERNATE_RECEIVE, service_request); \
633 uint8_t service_request; \637 service_request = (irq_num - USIC_IRQ_MIN) % IRQS_PER_USIC; \640 config->spi, XMC_SPI_CH_INTERRUPT_NODE_POINTER_RECEIVE, service_request); \643 service_request); \
120 isr_config.service_request = XMC_ERU_OGU_SERVICE_REQUEST_ON_TRIGGER; in intc_xmc4xxx_gpio_enable_interrupt()