-
Hello, I'm trying to transplant openthread to the system. Here's a question for you. See the function void otplatalarmmillistartat (otinstance * ainstance, uint32_t at0, uint32_t ADT); When looking at the transplantation case, this function is not blocked. Please ask where the alarm clock triggered by this function works. |
Beta Was this translation helpful? Give feedback.
Answered by
jwhui
Feb 25, 2022
Replies: 1 comment
-
When the alarm fires, it should call |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jwhui
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When the alarm fires, it should call
otPlatAlarmMilliFired()
.