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.
Dependents: mbed-os-example-blinky-gr-lychee GR-Boads_Camera_sample GR-Boards_Audio_Recoder GR-Boads_Camera_DisplayApp ... more
ticker_interface_t Struct Reference
[Hal]
  Ticker's interface structure - required API for a ticker. More...
#include <ticker_api.h>
| Data Fields | |
| void(* | init )(void) | 
| Init function. | |
| uint32_t(* | read )(void) | 
| Read function. | |
| void(* | disable_interrupt )(void) | 
| Disable interrupt function. | |
| void(* | clear_interrupt )(void) | 
| Clear interrupt function. | |
| void(* | set_interrupt )(timestamp_t timestamp) | 
| Set interrupt function. | |
Detailed Description
Ticker's interface structure - required API for a ticker.
Definition at line 39 of file ticker_api.h.
Field Documentation
| void(* clear_interrupt)(void) | 
Clear interrupt function.
Definition at line 43 of file ticker_api.h.
| void(* disable_interrupt)(void) | 
Disable interrupt function.
Definition at line 42 of file ticker_api.h.
| void(* init)(void) | 
Init function.
Definition at line 40 of file ticker_api.h.
| uint32_t(* read)(void) | 
Read function.
Definition at line 41 of file ticker_api.h.
| void(* set_interrupt)(timestamp_t timestamp) | 
Set interrupt function.
Definition at line 44 of file ticker_api.h.
Generated on Tue Jul 12 2022 11:02:42 by
 1.7.2
 1.7.2