ReactOS
0.4.16-dev-2104-gb84fa49
arm.h
Go to the documentation of this file.
1
/*
2
* PROJECT: ReactOS Boot Video Driver for ARM devices
3
* LICENSE: BSD - See COPYING.ARM in root directory
4
* PURPOSE: PrimeCell Color LCD Controller (PL110) definitions
5
* COPYRIGHT: Copyright 2008 ReactOS Portable Systems Group <ros.arm@reactos.org>
6
*/
7
8
#pragma once
9
10
#define READ_REGISTER_ULONG(r) (*(volatile ULONG * const)(r))
11
#define WRITE_REGISTER_ULONG(r, v) (*(volatile ULONG *)(r) = (v))
12
13
#define READ_REGISTER_USHORT(r) (*(volatile USHORT * const)(r))
14
#define WRITE_REGISTER_USHORT(r, v) (*(volatile USHORT *)(r) = (v))
15
16
VOID
17
InitPaletteWithTable
(
18
_In_reads_
(
Count
)
const
ULONG
*
Table
,
19
_In_
ULONG
Count
);
20
21
#define PrepareForSetPixel()
22
23
VOID
24
SetPixel
(
25
_In_
ULONG
Left,
26
_In_
ULONG
Top
,
27
_In_
UCHAR
Color
);
SetPixel
VOID SetPixel(_In_ ULONG Left, _In_ ULONG Top, _In_ UCHAR Color)
Definition:
bootvid.c:52
InitPaletteWithTable
VOID InitPaletteWithTable(_In_reads_(Count) const ULONG *Table, _In_ ULONG Count)
Definition:
bootvid.c:220
Top
static LPHIST_ENTRY Top
Definition:
history.c:53
Table
ASMGENDATA Table[]
Definition:
genincdata.c:61
void
Definition:
nsiface.idl:2307
_In_reads_
#define _In_reads_(s)
Definition:
no_sal2.h:168
_In_
#define _In_
Definition:
no_sal2.h:158
Count
int Count
Definition:
noreturn.cpp:7
Color
Definition:
gdipluscolor.h:301
ULONG
uint32_t ULONG
Definition:
typedefs.h:59
UCHAR
unsigned char UCHAR
Definition:
xmlstorage.h:181
drivers
base
bootvid
arm
arm.h
Generated on Wed Jan 7 2026 06:06:03 for ReactOS by
1.9.6