KCC - Kayte C Compiler 1.10.0
A C compiler implementation with preprocessor, lexer, parser, and code generator
Loading...
Searching...
No Matches
PSX_CPU_Specs Struct Reference

Data Fields

const char * model
unsigned long clock_speed_hz
unsigned int mips
unsigned long bus_bandwidth_bytes_per_sec
unsigned int instruction_cache_bytes
unsigned int data_cache_bytes

Detailed Description

Definition at line 32 of file psx.h.

Field Documentation

◆ bus_bandwidth_bytes_per_sec

unsigned long PSX_CPU_Specs::bus_bandwidth_bytes_per_sec

Definition at line 36 of file psx.h.

◆ clock_speed_hz

unsigned long PSX_CPU_Specs::clock_speed_hz

Definition at line 34 of file psx.h.

◆ data_cache_bytes

unsigned int PSX_CPU_Specs::data_cache_bytes

Definition at line 38 of file psx.h.

◆ instruction_cache_bytes

unsigned int PSX_CPU_Specs::instruction_cache_bytes

Definition at line 37 of file psx.h.

◆ mips

unsigned int PSX_CPU_Specs::mips

Definition at line 35 of file psx.h.

◆ model

const char* PSX_CPU_Specs::model

Definition at line 33 of file psx.h.


The documentation for this struct was generated from the following file: