• typedef with a member "pointer to itself"
    Hello forum I've a c progamming question: I want to place a function pointer into a typedef with a function parameter "pointer to the typedef itself": typedef struct pExampleStructTypdef {...
  • Double pointer usage "freeze"
    Hello! Iam currently working on a project with the XC2785X-104F Controller, uVision 4 and Keil C166 Compiler. Within my code i have to work with matrices and several matrix calculations. Therefor...
  • xdata pointer as function parameter
    I'm pretty sure I know the answer to my question, but I like verification. Say I have an array in xdata: unsigned char xdata foo[32]; I have a function which accepts a pointer and does stuff...
  • Function pointer parameter
    From C,I called an assembly function passing in generic pointer and a function pointer. I can access the first parameter (generic pointer) by taking in the values from R2 and R1 but I have difficulty...
  • passing function pointers as parameters
    Hi, I have written a simple 8051-application using uVision2 V2.37. I have defined a function which expects a pointer to a function which is then saved in an array of function pointers: int registerFunction...