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

Subversion Repositories rf6809

[/] [rf6809/] [trunk/] [software/] [vbcc/] [datatypes/] [dt48f.c] - Blame information for rev 18

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 18 robfinch
from)
2
{
3
  DTTTYPE to;
4
        to=(from.a[0]&255LL)|((from.a[1]&255LL)<<8LL)|((from.a[2]&255LL)<<16LL)|
5
                        ((from.a[3]&255LL)<<24LL)|((from.a[4]&255LL)<<32LL)|((from.a[5]&255LL)<<40LL);
6
  return to;
7
}
8
 

powered by: WebSVN 2.1.0

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