C Reference

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 
3,152件の閲覧回数
JulsPower
Contributor II
Hi
Im using codewarrior for my QE8 micro
It work good with the debugger
currently on the badge demo board

But I was asking myself many time if there is a document about C Reference

saying everything about the type that exist like int int16 long...

and all about embed function

thanks if such a thing exist
ラベル(1)
タグ(1)
0 件の賞賛
返信
1 解決策
1,552件の閲覧回数
Lundin
Senior Contributor IV
You should only need to concern yourself with ISO 9899:1999, aka the C standard.

But yes there is such a reference in the Codewarrior help.

Help -> HC(S)08 Build Tools Reference -> HC(S)08 Build Tools Reference

元の投稿で解決策を見る

0 件の賞賛
返信
4 返答(返信)
1,553件の閲覧回数
Lundin
Senior Contributor IV
You should only need to concern yourself with ISO 9899:1999, aka the C standard.

But yes there is such a reference in the Codewarrior help.

Help -> HC(S)08 Build Tools Reference -> HC(S)08 Build Tools Reference
0 件の賞賛
返信
1,552件の閲覧回数
JulsPower
Contributor II
Hi again

is there any build-in function for delay?
or I have to use some asm and loop to make delay?
Thanks
0 件の賞賛
返信
1,552件の閲覧回数
Lundin
Senior Contributor IV
Use one of the built-in hardware timers.
0 件の賞賛
返信
1,552件の閲覧回数
JulsPower
Contributor II
thanks this is what i was looking for
0 件の賞賛
返信