Searched refs:TEST_INT_PIN (Results 1 – 3 of 3) sorted by relevance
| /bsp/ht32/ht32f52352/applications/ |
| A D | test.c | 33 #define TEST_INT_PIN GET_PIN(D, 2) macro 245 rt_pin_attach_irq(TEST_INT_PIN,PIN_IRQ_MODE_FALLING,key_iqr_handle,RT_NULL); in gpio_input_test() 246 rt_pin_irq_enable(TEST_INT_PIN,PIN_IRQ_ENABLE); in gpio_input_test()
|
| /bsp/ht32/ht32f12366/applications/ |
| A D | test.c | 33 #define TEST_INT_PIN GET_PIN(D, 14) macro 244 rt_pin_attach_irq(TEST_INT_PIN,PIN_IRQ_MODE_FALLING,key_iqr_handle,RT_NULL); in gpio_input_test() 245 rt_pin_irq_enable(TEST_INT_PIN,PIN_IRQ_ENABLE); in gpio_input_test()
|
| /bsp/ht32/ht32f53252/applications/ |
| A D | test.c | 33 #define TEST_INT_PIN GET_PIN(D, 2) macro 245 rt_pin_attach_irq(TEST_INT_PIN,PIN_IRQ_MODE_FALLING,key_iqr_handle,RT_NULL); in gpio_input_test() 246 rt_pin_irq_enable(TEST_INT_PIN,PIN_IRQ_ENABLE); in gpio_input_test()
|
Completed in 12 milliseconds