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>TickISR()<br />

MicroC/<strong>OS</strong>-<strong>II</strong> <br />

.<br />

Void <strong>OS</strong>TickISR(void)<br />

{<br />

(1) ;<br />

(2) <strong>OS</strong>IntEnter() <strong>OS</strong>IntNesting 1 ;<br />

(3) if( <strong>OS</strong>IntNesting == 1) {<br />

<strong>OS</strong>TCBCur-><strong>OS</strong>TCBStkPtr = ;<br />

}<br />

(4) ;<br />

(5) ( );<br />

(6) <strong>OS</strong>TimeTick();<br />

(7) <strong>OS</strong>IntExit();<br />

(8) ;<br />

(9) ;<br />

}<br />

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

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

Saved successfully!

Ooh no, something went wrong!