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: Nucleo_Hello_Encoder BLE_iBeaconScan AM1805_DEMO DISCO-F429ZI_ExportTemplate1 ... more
ticker_event_s Struct Reference
[Hal]
  Ticker's event structure. More...
#include <ticker_api.h>
| Data Fields | |
| us_timestamp_t | timestamp | 
| Event's timestamp. | |
| uint32_t | id | 
| TimerEvent object. | |
| struct ticker_event_s * | next | 
| Next event in the queue. | |
Detailed Description
Ticker's event structure.
Definition at line 43 of file cmsis/BUILD/mbed/hal/ticker_api.h.
Field Documentation
| uint32_t id | 
TimerEvent object.
Definition at line 45 of file cmsis/BUILD/mbed/hal/ticker_api.h.
| struct ticker_event_s * next | 
Next event in the queue.
Definition at line 46 of file cmsis/BUILD/mbed/hal/ticker_api.h.
Event's timestamp.
Definition at line 44 of file cmsis/BUILD/mbed/hal/ticker_api.h.
Generated on Tue Jul 12 2022 20:41:17 by
 1.7.2
 1.7.2 
    

