W
Winston
Guest
I'm dissecting MX32 'example code' to get a gut-level understanding of how
it all works. A major slowdown in that path is my inability to
understand the meanings of the variable names quickly, because I
don't know which 'include' file they are from, and searching is
drudgery.
For example, "MULT_20".
I guess (from context) it means '101' destined for bits 6:4 of the
DEVCGG2 Configuration Word Register to denote a 20x clock multiplier.
Assumptions make my neck itch, though.
Please tell me if there is an index where I can look up "MULT_20"
to quickly let me know what that variable really means and which
'include' file contains it?
Thanks!
--Winston
it all works. A major slowdown in that path is my inability to
understand the meanings of the variable names quickly, because I
don't know which 'include' file they are from, and searching is
drudgery.
For example, "MULT_20".
I guess (from context) it means '101' destined for bits 6:4 of the
DEVCGG2 Configuration Word Register to denote a 20x clock multiplier.
Assumptions make my neck itch, though.
Please tell me if there is an index where I can look up "MULT_20"
to quickly let me know what that variable really means and which
'include' file contains it?
Thanks!
--Winston