OpenCores
URL https://opencores.org/ocsvn/thor/thor/trunk

Subversion Repositories thor

[/] [thor/] [trunk/] [software/] [emuThor/] [source/] [clsUart.cpp] - Diff between revs 32 and 35

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 32 Rev 35
Line 5... Line 5...
{
{
        ls = 0x60;
        ls = 0x60;
}
}
bool clsUart::IsSelected(unsigned int ad)
bool clsUart::IsSelected(unsigned int ad)
{
{
        return (ad & 0xFFFFFFF0LL)==0xFFFDC0A00;
        return (ad & 0xFFFFFFF0LL)==0xFFDC0A00;
}
}
 
 
unsigned int clsUart::Read(unsigned int ad)
unsigned int clsUart::Read(unsigned int ad)
{
{
        if (IsSelected(ad)) {
        if (IsSelected(ad)) {

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.