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

Mixing UART C3 registers with C2 bit flags #37

Open
ssilverman opened this issue Dec 3, 2019 · 0 comments
Open

Mixing UART C3 registers with C2 bit flags #37

ssilverman opened this issue Dec 3, 2019 · 0 comments

Comments

@ssilverman
Copy link

ssilverman commented Dec 3, 2019

UART0_C3 &= ~(UART_C3_FEIE | UART_C2_RIE | UART_C2_ILIE);

Seems to be mixing UART register C3 with register C2 bit flags; also for UARTs 1-5.

@ssilverman ssilverman changed the title Mixing C3 registers with C2 bit flags Mixing UART C3 registers with C2 bit flags Dec 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant