Thread: typedef enum statement confusion.

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #4
    Registered User
    Join Date
    Jun 2012
    Posts
    21
    Thanks for the quick replies! I still do not understand what
    Code:
    CLK_Prescaler_TypeDef;
    means though? Does it need to be there? All the statements like this have something at the end similar.
    Why does the statement have
    Code:
    CLK_Prescaler_TypeDef;
    written outside of the parenthesis? Thanks!

    Last edited by Daniel.Blesener; 06-19-2012 at 12:18 PM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. how do you print a typedef enum?
    By -EquinoX- in forum C Programming
    Replies: 1
    Last Post: 10-19-2008, 08:50 PM
  2. typedef'd enum specifying type
    By trillianjedi in forum C Programming
    Replies: 4
    Last Post: 05-27-2008, 01:31 PM
  3. Confusion with typedef
    By capvirgo in forum C Programming
    Replies: 4
    Last Post: 02-19-2008, 07:21 PM
  4. need help with typedef enum
    By Lince in forum C Programming
    Replies: 4
    Last Post: 12-06-2006, 01:14 PM
  5. typedef enum question
    By .shifty in forum Windows Programming
    Replies: 2
    Last Post: 06-30-2003, 04:43 AM