BeRTOS
Variables
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).

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 61 of file blanker.c.

bool blk_enabled [static]

Display blanking function is enabled.

Definition at line 58 of file blanker.c.

Keyboard event handler to listen for key presses in blanker.

Definition at line 52 of file blanker.c.

Time since last key event.

Definition at line 55 of file blanker.c.