Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of ST_FREQUENCY_DIVIDER by
FrequencyDivider Class Reference
A frequency divider class. More...
#include <FrequencyDivider.h>
Public Member Functions | |
| FrequencyDivider () | |
| Creating a frequency divider. | |
| void | start (void) |
| Start dividing a frequency. | |
Detailed Description
A frequency divider class.
Synchronization level: No Synchronization.
Definition at line 13 of file FrequencyDivider.h.
Constructor & Destructor Documentation
| FrequencyDivider | ( | ) |
Creating a frequency divider.
Definition at line 4 of file FrequencyDivider.cpp.
Member Function Documentation
| void start | ( | void | ) |
Start dividing a frequency.
Definition at line 9 of file FrequencyDivider.cpp.
Generated on Wed Jul 13 2022 23:07:37 by
1.7.2
