Low Level API function to register map for STM32G4 family
Hi there,
in the ADC FIrmware driver API Description for the STM32G0 family a table exists that shows which LL function accesses what register. In the UM2570 (which is the same doc but for STM32G4) this table is missing. This is giving me a hard time figuring out which function to use to achieve what I want to do as the TRM is just talking about registers.
Another thing I'd love to have is a bunch of predefined structs that address the various registers so that I could write something like this:
ADC1.ADC_CR.bit.ADCCAL = ADC_CAL_ENABLE;
Is there a header file that implements something like this or is the LL and HAL API the usual way to program the registers?
Thanks in advance!
Lenn