Solved
Does stm32g473 support multiple concurrent I2C ports? uC has 4 I2C devices mux'd to unique port pins but appears to have only 1 ISR register for all. This application both I2C devices are slaves and may be accessed concurrently.
..
..
Yes, I think you've figured it out.
It is inconsistent in the RM that sometimes registers have an "x" in them to denote that they are per-peripheral or per-channel or per-whatever, while other times they do not.
Timer registers are TIMx_*** in the manual:
While I2C registers are not:
I can see that being confusing. After looking at RMs enough you just gloss over that part of it. Not saying it shouldn't be improved.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.