SMDFSetBitN

Sets bit N.

Syntax

  #include <smsutapi.h> 
   
  void SMDFSetBitN ( 
     unsigned char   c);
  

Parameters

c

(IN/OUT) Specifies the bit to set.

Remarks

Bits 6 and 7 are not affected by SMDFSetBitN.

SMDFSetBitN is actually a set of macros where N stands for the number of the bit to be set. N ranges from 1 to 6 as shown below:

  SMDFSetBit1 Set bit 0 
  SMDFSetBit6 Set bit 5