Searched refs:gd32_exti_range (Results 1 – 1 of 1) sorted by relevance
26 struct gd32_exti_range { struct48 static const struct gd32_exti_range line0_range = {0U, 0U}; argument49 static const struct gd32_exti_range line1_range = {1U, 1U};50 static const struct gd32_exti_range line2_range = {2U, 2U};51 static const struct gd32_exti_range line3_range = {3U, 3U};52 static const struct gd32_exti_range line4_range = {4U, 4U};53 static const struct gd32_exti_range line5_9_range = {5U, 9U};54 static const struct gd32_exti_range line10_15_range = {10U, 15U};93 const struct gd32_exti_range *range = isr_data; in gd32_exti_isr()