![]() |
MT7697 API Reference
LinkIt SDK v4
|
Typedefs | |
| typedef void(* | hal_irrx_callback_t) (hal_irrx_event_t event, void *user_data) |
| This defines the callback function prototype. More... | |
| typedef void(* hal_irrx_callback_t) (hal_irrx_event_t event, void *user_data) |
This defines the callback function prototype.
Register a callback function when in an interrupt mode, this function is called in IRRX interrupt service routine after a transaction is complete.
| [in] | event | is the transaction event for the current transaction. Application obtains the transaction result from this parameter. For more details about the event type, please refer to hal_irrx_event_t. |
| [in] | user_data | is a parameter provided by the application. |