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

drivers: counter: Add user_data to alarm callback #11572

Merged

Commits on Jan 22, 2019

  1. drivers: counter: Add user_data to alarm callback

    Modify alarm callback to return user_data and channel_id.
    Set_alarm and disable_alarm updated accordingly. Renamed
    counter_*_ch_alarm to counter_*_channel_alarm. Updated test
    and nrf implementations.
    
    Updated doxygen comments.
    
    Signed-off-by: Krzysztof Chruscinski <[email protected]>
    nordic-krch committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    0ff4c78 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2019

  1. drivers: counter: Rename wrap to top_value

    Renamed:
    - counter_set_wrap to counter_set_top_value
    - counter_get_wrap to counter_get_top_value
    - counter_get_max_wrap to counter_get_max_top_value
    
    Updated nRF implementations and counter test.
    
    Signed-off-by: Krzysztof Chruscinski <[email protected]>
    nordic-krch committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    fdd8849 View commit details
    Browse the repository at this point in the history