![]() |
MT7687 API Reference
LinkIt SDK v4
|
Typedefs | |
| typedef void(* | hal_nvic_isr_t) (hal_nvic_irq_t irq_number) |
| This defines the callback function prototype. More... | |
| typedef void(* hal_nvic_isr_t) (hal_nvic_irq_t irq_number) |
This defines the callback function prototype.
User should register a callback (an ISR) for each NVIC IRQ in use. The callback function is called in the NVIC ISR after the NVIC IRQ is triggered. For more details about the callback, please refer to hal_nvic_register_isr_handler().
| [in] | irq_number | is given by driver to notify the current NVIC IRQ. |