[FEATURE] Clean up RCC handling #89
Labels
enhancement
New feature or request
rework_pending
something that's partially complete and waiting for other components to be ready
Is your feature request related to a problem? Please describe.
Right now we pass raw pointers to the RCC objects in a nasty way that violates the innards of the object model.
Change this to do it right - use object_property_set_link() for example.
Also, use native clock types and leverage qemu's clock_ticks_to_ns instead of manually calculating it where peripheral behaviour is clock-driven.
The text was updated successfully, but these errors were encountered: