HALDLS
ppu.h
Go to the documentation of this file.
1 #pragma once
2 #include "haldls/vx/genpybind.h"
3 #include "haldls/vx/ppu.h"
4 
6 
7 using PPUMemoryWord GENPYBIND(visible) = haldls::vx::PPUMemoryWord;
8 using PPUMemoryBlock GENPYBIND(visible) = haldls::vx::PPUMemoryBlock;
9 using PPUMemory GENPYBIND(visible) = haldls::vx::PPUMemory;
12 
13 } // namespace haldls::vx::v3
#define GENPYBIND_TAG_HALDLS_VX_V3
Definition: genpybind.h:6
haldls::vx::PPUMemory PPUMemory
Definition: is_readable.h:23
haldls::vx::PPUMemoryBlock PPUMemoryBlock
Definition: is_readable.h:22
haldls::vx::PPUControlRegister PPUControlRegister
Definition: ppu.h:10
haldls::vx::PPUStatusRegister PPUStatusRegister
Definition: ppu.h:11
haldls::vx::PPUMemoryWord PPUMemoryWord
Definition: ppu.h:7