Mistake on this page?
Report an issue in GitHub or email us
Functions
Microsecond Ticker tests

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. More...
 

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:

  • counter frequency is between 250KHz and 8MHz for counters which are less than 32 bits wide
  • counter frequency is up to 100MHz for counters which are 32 bits wide
  • the counter is at least 16 bits wide.
Important Information for this Arm website

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies. If you are not happy with the use of these cookies, please review our Cookie Policy to learn how they can be disabled. By disabling cookies, some features of the site will not work.