RTEMS  5.1
Functions | Variables
fbcons.c File Reference

framebuffer graphic console support. More...

#include <rtems.h>
#include <rtems/libio.h>
#include <rtems/termiostypes.h>
#include <stdlib.h>
#include <libchip/serial.h>
#include <libchip/sersupp.h>
#include <bsp.h>
#include <bsp/fbcons.h>
#include <bsp/vc.h>
#include <bsp/rpi-fb.h>

Functions

void fbcons_write_polled (rtems_termios_device_context *base, char c)
 
bool fbcons_probe (rtems_termios_device_context *context)
 

Variables

const rtems_termios_device_handler fbcons_fns
 

Detailed Description

framebuffer graphic console support.

Variable Documentation

◆ fbcons_fns

const rtems_termios_device_handler fbcons_fns
Initial value:
=
{
.first_open = fbcons_open,
.last_close = fbcons_close,
.poll_read = fbcons_inbyte_nonblocking_polled,
.write = fbcons_write_support_polled,
.set_attributes = fbcons_set_attributes,
.mode = TERMIOS_POLLED
}