![]() |
MT7687 API Reference
LinkIt SDK v4
|
Typedefs | |
| typedef void(* | hal_gpt_callback_t) (void *user_data) |
| Register a callback function when using GPT oneshot or repeat modes. More... | |
| typedef void(* hal_gpt_callback_t) (void *user_data) |
Register a callback function when using GPT oneshot or repeat modes.
The callback is called after the timer expires and triggers an interrupt in the GPT ISR routine. For more details about the callback function, please refer to hal_gpt_register_callback().
| [in] | user_data | is the pointer to the user defined data to pass to the callback function. |