Rev 519 | Rev 523 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 519 | Rev 522 | ||
---|---|---|---|
Line 68... | Line 68... | ||
68 | 68 | ||
69 | /** Display character on debug console |
69 | /** Display character on debug console |
70 | * |
70 | * |
71 | * Use SSC (Simulator System Call) to |
71 | * Use SSC (Simulator System Call) to |
72 | * get character from debug console. |
72 | * get character from debug console. |
- | 73 | * Non blocking HW call |
|
- | 74 | * @return Returns ascii code of pressed key or 0 if no key pressed |
|
73 | */ |
75 | */ |
74 | __s32 ski_getchar(void) |
76 | __s32 ski_getchar(void) |
75 | { |
77 | { |
76 | __u64 ch; |
78 | __u64 ch; |
77 | 79 |