We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rt_inline void cvi_wdt_top_setting() { uint32_t val; mmio_write_32(CV_TOP + CV_TOP_WDT_OFFSET, CV_TOP_WDT_VAL); // <------- 这里的设置和手册对不上,感觉是无用的代码 val = mmio_read_32(CV_RST_REG); mmio_write_32(CV_RST_REG, val & ~CV_RST_WDT); rt_hw_us_delay(10); mmio_write_32(CV_RST_REG, val | CV_RST_WDT); }
The text was updated successfully, but these errors were encountered:
moved to RT-Thread#8931
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: