mbed library sources. Supersedes mbed-src.

Dependents:   Nucleo_Hello_Encoder BLE_iBeaconScan AM1805_DEMO DISCO-F429ZI_ExportTemplate1 ... more

Embed: (wiki syntax)

« Back to documentation index

ticker_info_t Struct Reference

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 53 of file cmsis/BUILD/mbed/hal/ticker_api.h.


Field Documentation

uint32_t bits

Number of bits this ticker supports.

Definition at line 55 of file cmsis/BUILD/mbed/hal/ticker_api.h.

uint32_t frequency

Frequency in Hz this ticker runs at.

Definition at line 54 of file cmsis/BUILD/mbed/hal/ticker_api.h.