blanker.c File Reference

Display Blanker (implementation). More...

#include "blanker.h"
#include "hw/hw_blanker.h"
#include <drv/kbd.h>
#include <drv/timer.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 3877 2010-05-28 15:03:48Z batt
Author:
Bernie Innocenti <bernie@codewiz.org>

Definition in file blanker.c.


Variable Documentation

bool blk_active [static]

Display blanker is engaged right now.

Definition at line 62 of file blanker.c.

bool blk_enabled [static]

Display blanking function is enabled.

Definition at line 59 of file blanker.c.

Keyboard event handler to listen for key presses in blanker.

Definition at line 53 of file blanker.c.

Time since last key event.

Definition at line 56 of file blanker.c.