Home
last modified time | relevance | path

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

/bsp/gd32/arm/libraries/gd32_drivers/
A Ddrv_hw_i2c.h36 IRQn_Type ev_irq_type; /* Event IRQn */ member
A Ddrv_hw_i2c.c23 .ev_irq_type = I2C0_EV_IRQn, .er_irq_type = I2C0_ER_IRQn,
31 .ev_irq_type = I2C1_EV_IRQn, .er_irq_type = I2C1_ER_IRQn,
577 nvic_irq_enable(config->ev_irq_type, 2); in rt_hw_i2c_init()

Completed in 7 milliseconds