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

R_GPT module: error in compare match register definition #378

Open
aracosta1 opened this issue Nov 5, 2024 · 1 comment
Open

R_GPT module: error in compare match register definition #378

aracosta1 opened this issue Nov 5, 2024 · 1 comment

Comments

@aracosta1
Copy link

ISSUE:
The definition of TIMER_COMPARE_MATCH_D end TIMER_COMPARE_MATCH_E are defined in wrong order

In r_timer_api.h are defined as:

typedef enum e_timer_compare_match
{
    TIMER_COMPARE_MATCH_A = 0U,        ///< Compare match A value
    TIMER_COMPARE_MATCH_B = 1U,        ///< Compare match B value
    TIMER_COMPARE_MATCH_C = 2U,        ///< Compare match C value
    TIMER_COMPARE_MATCH_D = 3U,        ///< Compare match D value
    TIMER_COMPARE_MATCH_E = 4U,        ///< Compare match E value
    TIMER_COMPARE_MATCH_F = 5U,        ///< Compare match F value
    TIMER_COMPARE_MATCH_G = 6U,        ///< Compare match G value
    TIMER_COMPARE_MATCH_H = 7U,        ///< Compare match H value
} timer_compare_match_t;

but in the manual the registers are defined as
image

@renesas-austin-hansen
Copy link
Collaborator

This issue is being internally tracked via FSPRA-3998.

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

No branches or pull requests

2 participants