![]() |
MT7697 API Reference
LinkIt SDK v4
|
Typedefs | |
| typedef void(* | hal_eint_callback_t) (void *user_data) |
| This defines the callback function prototype. More... | |
| typedef void(* hal_eint_callback_t) (void *user_data) |
This defines the callback function prototype.
A callback function should be registered for every EINT in use. This function will be called after an EINT interrupt is triggered in the EINT ISR. For more details about the callback function, please refer to hal_eint_register_callback().
| [out] | user_data | is the parameter which is set manually using hal_eint_register_callback() function. |