-
Notifications
You must be signed in to change notification settings - Fork 244
Fix name of bit fields LPVAE and LPHFPE in DSIHOST VMCR for STM32F469 #543
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
Conversation
What about change it with: DSIHOST:
_strip:
- "DSI_"
VMCR:
_modify:
LVAE:
name: LPVAE
LPHFE:
name: LPHFPE This will remove unneeded "DSI_" prefix from all registers. |
Striping DSI_ would make sense.
If it is done it is probably nicer to do it on all of these devices. |
Then place this patch in separate file in |
Rename DSIHOST and DSIHOST1 to DSI Remove DSI_ prefix of all DSI registers
Actually there are not that much DSI modules as I expected. |
cc @adamgreig |
Partially as I can see. |
No description provided.