-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
nice to haveA feature that would be nice to have, but is not urgentA feature that would be nice to have, but is not urgent
Description
Potrzeba kilku nowych interfejsów SAL API (dmod_sal.h):
bool Dmod_IsRam(const void* address); // sprawdza czy podany adres znajduje sie w RAM
bool Dmod_IsRom(const void* address); // sprawdza czy podany adres znajduje sie w ROM
bool Dmod_IsDma(const void* address); // sprawdza czy podany adres znajduje sie w zakresie DMA
bool Dmod_IsExt(const void* address); // sprawdza czy podany adres znajduje sie w External memory
bool Dmod_IsAddressValid(const void* address); // sprawdza czy podany adres jest poprawny (RAM || ROM || DMA || EXT)
bool Dmod_DelayUs( uint64_t us ); // opoznienie w us
bool Dmod_SleepMs( uint64_t ms); // uspienie watku w msReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
nice to haveA feature that would be nice to have, but is not urgentA feature that would be nice to have, but is not urgent