|
Last change
on this file since 69 was
69,
checked in by phkim, 10 years ago
|
|
1.phkim
- 광주방송
- 변경내용
|
-
Property svn:executable set to
*
|
|
File size:
344 bytes
|
| Line | |
|---|
| 1 | |
|---|
| 2 | #include "bstd.h" |
|---|
| 3 | #include "bsynclib_timer.h" |
|---|
| 4 | |
|---|
| 5 | BDBG_MODULE(synclib); |
|---|
| 6 | |
|---|
| 7 | /* |
|---|
| 8 | Summary: |
|---|
| 9 | */ |
|---|
| 10 | void BSYNClib_Timer_Init(BSYNClib_Timer * psTimer) |
|---|
| 11 | { |
|---|
| 12 | BDBG_ASSERT(psTimer); |
|---|
| 13 | BKNI_Memset(psTimer, 0, sizeof(BSYNClib_Timer)); |
|---|
| 14 | } |
|---|
| 15 | |
|---|
| 16 | /* |
|---|
| 17 | Summary: |
|---|
| 18 | */ |
|---|
| 19 | void BSYNClib_Timer_Reset_isr(BSYNClib_Timer * psTimer) |
|---|
| 20 | { |
|---|
| 21 | BDBG_ASSERT(psTimer); |
|---|
| 22 | psTimer->bScheduled = false; |
|---|
| 23 | } |
|---|
| 24 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.