Searched refs:enType (Results 1 – 6 of 6) sorted by relevance
| /bsp/hc32l136/Libraries/HC32L136_StdPeriph_Driver/src/ |
| A D | gpio.c | 335 en_gpio_irqtype_t enType, in _GpioEnableIrq() argument 339 if (enType & GpioIrqHigh) in _GpioEnableIrq() 344 if (enType & GpioIrqLow) in _GpioEnableIrq() 349 if (enType & GpioIrqRising) in _GpioEnableIrq() 354 if (enType & GpioIrqFalling) in _GpioEnableIrq() 372 en_result_t Gpio_EnableIrq(en_gpio_port_t enPort, en_gpio_pin_t enPin, en_gpio_irqtype_t enType) in Gpio_EnableIrq() argument 374 _GpioEnableIrq(enPort, enPin, enType, TRUE); in Gpio_EnableIrq() 389 en_result_t Gpio_DisableIrq(en_gpio_port_t enPort, en_gpio_pin_t enPin, en_gpio_irqtype_t enType) in Gpio_DisableIrq() argument 391 _GpioEnableIrq(enPort, enPin, enType, FALSE); in Gpio_DisableIrq()
|
| A D | lvd.c | 156 en_result_t Lvd_EnableIrq(en_lvd_irq_type_t enType) in Lvd_EnableIrq() argument 160 if (enType > LvdIrqFall) in Lvd_EnableIrq() 165 { switch (enType) in Lvd_EnableIrq()
|
| /bsp/hc32l196/Libraries/HC32L196_StdPeriph_Driver/src/ |
| A D | hc32l196_gpio.c | 323 en_result_t Gpio_EnableIrq(en_gpio_port_t enPort, en_gpio_pin_t enPin, en_gpio_irqtype_t enType) in Gpio_EnableIrq() argument 327 u32PieAddr = ((uint32_t)((&M0P_GPIO->PAHIE) + enType)) + enPort; in Gpio_EnableIrq() 344 en_result_t Gpio_DisableIrq(en_gpio_port_t enPort, en_gpio_pin_t enPin, en_gpio_irqtype_t enType) in Gpio_DisableIrq() argument 348 u32PieAddr = ((uint32_t)((&M0P_GPIO->PAHIE) + enType)) + enPort; in Gpio_DisableIrq()
|
| /bsp/hc32l136/Libraries/HC32L136_StdPeriph_Driver/inc/ |
| A D | gpio.h | 467 en_result_t Gpio_EnableIrq(en_gpio_port_t enPort, en_gpio_pin_t enPin, en_gpio_irqtype_t enType); 468 en_result_t Gpio_DisableIrq(en_gpio_port_t enPort, en_gpio_pin_t enPin, en_gpio_irqtype_t enType);
|
| A D | lvd.h | 181 en_result_t Lvd_EnableIrq(en_lvd_irq_type_t enType);
|
| /bsp/hc32l196/Libraries/HC32L196_StdPeriph_Driver/inc/ |
| A D | hc32l196_gpio.h | 1187 en_result_t Gpio_EnableIrq(en_gpio_port_t enPort, en_gpio_pin_t enPin, en_gpio_irqtype_t enType); 1188 en_result_t Gpio_DisableIrq(en_gpio_port_t enPort, en_gpio_pin_t enPin, en_gpio_irqtype_t enType);
|
Completed in 20 milliseconds