Baigudin Software avatar
Baigudin Software logo
home
ru region
en region

Class «Configuration»

The configuration of a target processor.

This is a struct to configure OS for a target. NOTE: Oder of the struct members here can has difference with real declaration in source code.

  • Configuration

public: int64 cpuClock;

CPU clock in Hz.

public: void* heapAddr;

Start address of heap page.

public: int64 heapSize;

Size of heap page in bytes.

public: int64 sourceClock;

Source clock of CPU oscillator in Hz.

public: int32 stackSize;

Size of stack of user main thread in bytes.

Back to class list