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 mbed-dev by
ticker_info_t Struct Reference
[Hal]
Information about the ticker implementation. More...
#include <ticker_api.h>
Data Fields | |
uint32_t | frequency |
Frequency in Hz this ticker runs at. | |
uint32_t | bits |
Number of bits this ticker supports. |
Detailed Description
Information about the ticker implementation.
Definition at line 52 of file ticker_api.h.
Field Documentation
uint32_t bits |
Number of bits this ticker supports.
Definition at line 54 of file ticker_api.h.
uint32_t frequency |
Frequency in Hz this ticker runs at.
Definition at line 53 of file ticker_api.h.
Generated on Tue Jul 12 2022 20:37:47 by
