![]() |
MT7697 API Reference
LinkIt SDK v4
|
Typedefs | |
| typedef void(* | hal_irtx_pulse_data_callback_t) (hal_irtx_event_t event, void *user_data) |
| This defines the callback function prototype. More... | |
| typedef void(* hal_irtx_pulse_data_callback_t) (hal_irtx_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 the IRTX interrupt service routine after a transaction is complete.
| [in] | event | is the transaction event for the current transaction, application can get the transaction result from this parameter. For more details about the event type, please refer to hal_irtx_event_t. |
| [in] | user_data | is a parameter provided by the application.The IRTX callback |