We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
what does the symbol " -> " mean in KEIL MDK? RCC->AHBENR |= RCC_AHBENR_GPIOAEN;
also list of all syntax symbols used in KEIL MDK. I am trying to do one project in ARM Cortex M0(STM32F0 R8). please help me.
GPIOA->AFR[1] = (GPIOA->AFR[1] &~ (GPIO_AFRH_AFRH1 | GPIO_AFRH_AFRH2))\ | (1 << (1 * 4)) | (1 << (2 * 4)); /* (2)
the symbol " -> " is it used in ANSI C? Is it means - > ? (minus then right shift? Please help. Also where can I find KEIL Compiler full list of syntaxes and symbols?
Oh for crying out lout, get yourself a C textbook and learn the language you're planning on doing a project in!
It predates ANSI C
www.iups.org/.../C.pdf pg 112 6.4 Pointers to Structures
Spot on answer. Someone's got to tell these consultants to learn to read the text books that they like to preach from.
Look at this site for the best ever great tutorial. I wrote it last week.
http://www.
Old programmers don't die. They exit the loop construct.
There's a free online 'C' textbook at publications.gbdirect.co.uk/.../
And some more 'C' resources: blog.antronics.co.uk/.../