CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to CCS Technical Support

Search found 2 matches
CCS Forum Index
Author Message
  Topic: SET BIT IN PIC REGISTER
Gabor

Replies: 6
Views: 13441

PostForum: General CCS C Discussion   Posted: Tue Jun 19, 2012 10:31 am   Subject: SET BIT IN PIC REGISTER
Thank you it's work!!!
  Topic: SET BIT IN PIC REGISTER
Gabor

Replies: 6
Views: 13441

PostForum: General CCS C Discussion   Posted: Tue Jun 19, 2012 6:42 am   Subject: SET BIT IN PIC REGISTER
Further answers:

#byte PIE1=(put address here to suit the chip concerned)
#bit PIE1BIT0=PIE1.0

Then PIE1BIT0=1 will set it, and PIE1BIT0=0 will clear it.

Or, since PIE1.0, is normally the 't ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group