Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/drivers/interrupt_controller/
Dintc_xmc4xxx.c65 XMC_ERU_ETL_CONFIG_t etl_config = {0}; in intc_xmc4xxx_gpio_enable_interrupt() local
108 etl_config.edge_detection = trig_xmc; in intc_xmc4xxx_gpio_enable_interrupt()
109 etl_config.input_a = eru_src; in intc_xmc4xxx_gpio_enable_interrupt()
110 etl_config.input_b = eru_src; in intc_xmc4xxx_gpio_enable_interrupt()
111 etl_config.source = eru_src >> 2; in intc_xmc4xxx_gpio_enable_interrupt()
112 etl_config.status_flag_mode = XMC_ERU_ETL_STATUS_FLAG_MODE_HWCTRL; in intc_xmc4xxx_gpio_enable_interrupt()
113 etl_config.enable_output_trigger = 1; in intc_xmc4xxx_gpio_enable_interrupt()
114 etl_config.output_trigger_channel = eru_ch; in intc_xmc4xxx_gpio_enable_interrupt()
118 XMC_ERU_ETL_Init(eru, eru_ch, &etl_config); in intc_xmc4xxx_gpio_enable_interrupt()