t
Fork of mbed-dev by
Functions | |
| const ticker_data_t * | get_us_ticker_data (void) |
| Get ticker's data. | |
| void | us_ticker_irq_handler (void) |
| The wrapper for ticker_irq_handler, to pass us ticker's data. | |
| void | us_ticker_init (void) |
| Initialize the ticker. | |
| uint32_t | us_ticker_read (void) |
| Read the current counter. | |
| void | us_ticker_set_interrupt (timestamp_t timestamp) |
| Set interrupt for specified timestamp. | |
| void | us_ticker_disable_interrupt (void) |
| Disable us ticker interrupt. | |
| void | us_ticker_clear_interrupt (void) |
| Clear us ticker interrupt. | |
| void | us_ticker_fire_interrupt (void) |
| Set pending interrupt that should be fired right away. | |
Function Documentation
| const ticker_data_t* get_us_ticker_data | ( | void | ) |
Get ticker's data.
- Returns:
- The low power ticker data
Definition at line 34 of file mbed_us_ticker_api.c.
| void us_ticker_clear_interrupt | ( | void | ) |
Clear us ticker interrupt.
| void us_ticker_disable_interrupt | ( | void | ) |
Disable us ticker interrupt.
| void us_ticker_fire_interrupt | ( | void | ) |
Set pending interrupt that should be fired right away.
The ticker should be initialized prior calling this function.
| void us_ticker_init | ( | void | ) |
Initialize the ticker.
| void us_ticker_irq_handler | ( | void | ) |
The wrapper for ticker_irq_handler, to pass us ticker's data.
Definition at line 39 of file mbed_us_ticker_api.c.
| uint32_t us_ticker_read | ( | void | ) |
Read the current counter.
- Returns:
- The current timer's counter value in microseconds
| void us_ticker_set_interrupt | ( | timestamp_t | timestamp ) |
Set interrupt for specified timestamp.
- Parameters:
-
timestamp The time in microseconds to be set
Generated on Tue Jul 12 2022 14:01:39 by
1.7.2
