This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
我是使用CC1352P Z-stack ZNP 架構 , 現在移植 host code , 有一個參數查不到 ?
// calculate timeout
timeout = ((abs_timeout->tv_sec - time(0)) * (1000000UL / Clock_tickPeriod))
+ (abs_timeout->tv_nsec / (Clock_tickPeriod * 1000UL));
Clock_tickPeriod 這個查不到 , 不知道我 host 要如何設定這個時間 ?