28.12.2014 Views

uC/OS-II (Structure) - 경희대학교

uC/OS-II (Structure) - 경희대학교

uC/OS-II (Structure) - 경희대학교

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

MicroC/<strong>OS</strong><br />

/<strong>OS</strong>-<strong>II</strong> Porting (Cont’d)<br />

• <strong>OS</strong>_CPU.H<br />

, C <br />

.<br />

‣ Ex) 16 , Integer 16 32<br />

, Integer 32 .<br />

typedef unsigned char BOOLEAN;<br />

typedef unsigned char INT8U; /* 8 */<br />

typedef signed char INT8S; /* 8 */<br />

typedef unsigned int INT16U; /* 16 */<br />

typedef signed int INT16S; /* 16 */<br />

typedef unsigned long INT32U; /* 32 */<br />

typedef signed long INT32S; /* 32 */<br />

typedef float FP32; /* */<br />

typedef double FP64; /* */<br />

typedef unsigned int <strong>OS</strong>_STK; /* 16 */<br />

Embedded System Lab. <strong>II</strong> 119

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!