예제 #1
0
파일: attotime.cs 프로젝트: kwanboy/mcs
 u64 as_ticks(XTAL xtal)
 {
     return(as_ticks(xtal.value()));
 }
예제 #2
0
 public static attotime from_ticks(u64 ticks, XTAL xtal)
 {
     return(from_ticks(ticks, xtal.value()));
 }