• sbit as a routine parameter
    Is is possible to have a routine with an sbit as a parmeter?
  • sbit as a routine parameter
    Is is possible to have a routine with an sbit as a parmeter?
  • How to pass sbit variables to other functions?
    Hi All, I am running into problem, where I could not pass sbit variables to a function. Here's an example: My SBIT definitions: sbit OLD_JTAG_TCK = 0xB0+3; sbit NEW_JTAG_TCK = 0x80+7; ...
  • How to pass sbit variables to other functions?
    Hi All, I am running into problem, where I could not pass sbit variables to a function. Here's an example: My SBIT definitions: sbit OLD_JTAG_TCK = 0xB0+3; sbit NEW_JTAG_TCK = 0x80+7; ...
  • Function parameter
    Hi All, I am newbie in this. Is this function declaration right, as it has bit as parameter, void myfunc(unsigned char,bit); Ashutosh