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 5 matches
CCS Forum Index
Author Message
  Topic: Is this a FAQ? Shift operator problem.
Manzo Saita

Replies: 3
Views: 6189

PostForum: General CCS C Discussion   Posted: Wed Jun 27, 2012 6:09 pm   Subject: Is this a FAQ? Shift operator problem.
Thanks! ckielstra, Ttelmah.

I did not want to use the bit_set().
I did not know the features of the automatic type conversion of ccs-c.
Thank you very mach.
  Topic: Is this a FAQ? Shift operator problem.
Manzo Saita

Replies: 3
Views: 6189

PostForum: General CCS C Discussion   Posted: Wed Jun 27, 2012 1:37 am   Subject: Is this a FAQ? Shift operator problem.
Sorry. I don't write english well. Please to decipher.


This work well.
my_int32 = ( 1 << 20 );
your_int32 |= my_int32;

But, this does not work.
your_int32 |= ( 1 << ...
  Topic: Access to element of structure with pointer(V4.104)
Manzo Saita

Replies: 1
Views: 3624

PostForum: General CCS C Discussion   Posted: Thu Feb 04, 2010 7:03 pm   Subject: Access to element of structure with pointer(V4.104)
Hello.

The access to the element of the structure with the pointer doesn't go well.

Is this a specification?

typedef struct
{
int1 open;
uint32 holdSect;
uint8 index;
uint8 ...
  Topic: Function return value can't cast. Help please.
Manzo Saita

Replies: 4
Views: 4845

PostForum: General CCS C Discussion   Posted: Thu Jul 23, 2009 2:03 am   Subject: Thank you!
Thank you! I feel much better with that out of the way. Surprised
  Topic: Function return value can't cast. Help please.
Manzo Saita

Replies: 4
Views: 4845

PostForum: General CCS C Discussion   Posted: Wed Jul 22, 2009 11:51 pm   Subject: Function return value can't cast. Help please.
Hello.
I use PCH3.249.
I wrote the following code.
Variable my_float became 0.
And, variable your_float became 5. ( <--- Result of anticipation)
Is this a problem of CCS-C?

unsigned int32 ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group