Avi Weiss created an issue: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/issues/5618



## Summary
The generated LIN/SCI headers have some misnamed macros.

`CLEARINTLVL` bit 8 uses a generic name (`*_CLEARINTLVL_8`) - should be 
something like `...CLR_TX....`

Bit 25 is an overrun-error bit, but some macros call it `CE` instead of `OE`.

There is also a duplicated `*_CLEARINTLVL_CLR_CE_INT_LVL` definition in both 
LIN and SCI headers.

## Expected behaviour

- fix CLR_TX macro name
- use OE consistently for overrun-error bits
- remove duplicate

-- 
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/issues/5618
You're receiving this email because of your account on gitlab.rtems.org.


_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to