Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

us ticker read - should not return timestamp_t type? #77

Open
0xc0170 opened this issue Mar 15, 2016 · 1 comment
Open

us ticker read - should not return timestamp_t type? #77

0xc0170 opened this issue Mar 15, 2016 · 1 comment
Labels

Comments

@0xc0170
Copy link
Contributor

0xc0170 commented Mar 15, 2016

As the title says, us_ticker_read() should probably return timestamp_t return value.

/** Read the current counter
 *
 * @return The current timer's counter value in microseconds
 */
uint32_t us_ticker_read(void);

/** Set interrupt for specified timestamp
 *
 * @param timestamp The time in microseconds to be set
 */
void us_ticker_set_interrupt(timestamp_t timestamp);
@ciarmcom
Copy link
Member

ARM Internal Ref: IOTSFW-2353

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants