ReactOS 0.4.16-dev-2104-gb84fa49
arm.h File Reference

Go to the source code of this file.

Macros

#define READ_REGISTER_ULONG(r)   (*(volatile ULONG * const)(r))
 
#define WRITE_REGISTER_ULONG(r, v)   (*(volatile ULONG *)(r) = (v))
 
#define READ_REGISTER_USHORT(r)   (*(volatile USHORT * const)(r))
 
#define WRITE_REGISTER_USHORT(r, v)   (*(volatile USHORT *)(r) = (v))
 
#define PrepareForSetPixel()
 

Functions

VOID InitPaletteWithTable (_In_reads_(Count) const ULONG *Table, _In_ ULONG Count)
 
VOID SetPixel (_In_ ULONG Left, _In_ ULONG Top, _In_ UCHAR Color)
 

Macro Definition Documentation

◆ PrepareForSetPixel

#define PrepareForSetPixel ( )

Definition at line 21 of file arm.h.

◆ READ_REGISTER_ULONG

#define READ_REGISTER_ULONG (   r)    (*(volatile ULONG * const)(r))

Definition at line 10 of file arm.h.

◆ READ_REGISTER_USHORT

#define READ_REGISTER_USHORT (   r)    (*(volatile USHORT * const)(r))

Definition at line 13 of file arm.h.

◆ WRITE_REGISTER_ULONG

#define WRITE_REGISTER_ULONG (   r,
  v 
)    (*(volatile ULONG *)(r) = (v))

Definition at line 11 of file arm.h.

◆ WRITE_REGISTER_USHORT

#define WRITE_REGISTER_USHORT (   r,
  v 
)    (*(volatile USHORT *)(r) = (v))

Definition at line 14 of file arm.h.

Function Documentation

◆ InitPaletteWithTable()

VOID InitPaletteWithTable ( _In_reads_(Count) const ULONG Table,
_In_ ULONG  Count 
)

Definition at line 220 of file bootvid.c.

223{
225}
#define UNIMPLEMENTED
Definition: ntoskrnl.c:15

Referenced by VidBitBlt().

◆ SetPixel()

VOID SetPixel ( _In_ ULONG  Left,
_In_ ULONG  Top,
_In_ UCHAR  Color 
)