blanker.c File Reference
Display Blanker (implementation). More...
#include "blanker.h"
#include <drv/kbd.h>
#include <drv/timer.h>
#include <drv/power.h>
Go to the source code of this file.
Variables | |
| static KbdHandler | blk_KbdHandler |
| Keyboard event handler to listen for key presses in blanker. | |
| static ticks_t | blk_lastevent |
| Time since last key event. | |
| static bool | blk_enabled |
| Display blanking function is enabled. | |
| static bool | blk_active |
| Display blanker is engaged right now. | |
Detailed Description
Display Blanker (implementation).
- Version:
- Id
- blanker.c 840 2007-10-08 17:21:31Z marco
Definition in file blanker.c.
Variable Documentation
bool blk_active [static] |
bool blk_enabled [static] |
KbdHandler blk_KbdHandler [static] |
ticks_t blk_lastevent [static] |
