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: TYBLE16_simple_data_logger TYBLE16_MP3_Air
nfc_scheduler.c File Reference
Copyright (c) ARM Ltd 2015 More...
Go to the source code of this file.
Functions | |
void | nfc_scheduler_init (nfc_scheduler_t *pScheduler, nfc_scheduler_timer_t *pTimer) |
Init scheduler. | |
uint32_t | nfc_scheduler_iteration (nfc_scheduler_t *pScheduler, uint32_t events) |
Iterate through all tasks. | |
void | nfc_scheduler_queue_task (nfc_scheduler_t *pScheduler, nfc_task_t *pTask) |
Queue a task to execute. | |
void | nfc_scheduler_dequeue_task (nfc_scheduler_t *pScheduler, bool abort, nfc_task_t *pTask) |
Remove a task to execute. | |
void | task_init (nfc_task_t *pTask, uint32_t events, uint32_t timeout, nfc_task_fn fn, void *pUserData) |
Initialize task with the following parameters. |
Detailed Description
Copyright (c) ARM Ltd 2015
Definition in file nfc_scheduler.c.
Generated on Tue Jul 12 2022 13:55:16 by
