takashi kadono / Mbed OS Nucleo_446

Dependencies:   ssd1331

Embed: (wiki syntax)

« Back to documentation index

Microsecond Ticker tests

Microsecond Ticker tests
[Microsecond Ticker]

Tests to validate the proper implementation of the microsecond ticker. More...

Functions

void us_ticker_info_test (void)
 Test that the ticker has the correct frequency and number of bits.

Detailed Description

Tests to validate the proper implementation of the microsecond ticker.

To run the microsecond ticker hal tests use the command:

mbed test -t <toolchain> -m <target> -n tests-mbed_hal-common_ticker*,tests-mbed_hal-us_ticker*

See also:
Ticker Tests

Function Documentation

void us_ticker_info_test ( void   )

Test that the ticker has the correct frequency and number of bits.

Given ticker is available. When ticker information data is obtained. Then ticker information indicate that frequency between 250KHz and 8MHz and the counter is at least 16 bits wide.

Definition at line 30 of file mbed-os/TESTS/mbed_hal/us_ticker/main.cpp.