|
Last change
on this file was
76,
checked in by megakiss, 10 years ago
|
|
1W 대기전력을 만족시키기 위하여 POWEROFF시 튜너를 Standby 상태로 함
|
-
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.