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
During code doxygen documentation the internal voltage reference HAL was found to have unclear or confusing programming.
This issue is focusing on the "ref.h" and "ref.c" files.
void Enable_Reference(unsigned char set);
This is a confusing function name. It should be split in the future to a specific enable/disable function with no function argument.
void Enable_Reference_External_Output(unsigned char set);
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Overview
During code doxygen documentation the internal voltage reference HAL was found to have unclear or confusing programming.
This issue is focusing on the "ref.h" and "ref.c" files.
Enable Reference Wording
void Enable_Reference(unsigned char set);
This is a confusing function name. It should be split in the future to a specific enable/disable function with no function argument.
Enable External Reference Output
void Enable_Reference_External_Output(unsigned char set);
This is a confusing function name. It should be split in the future to a specific enable/disable function with no function argument.
The text was updated successfully, but these errors were encountered: