Example #1
0
 protected IndirectReference(Pointer baseAddress, IntExpression offset, int exclusiveUpperBoundForConstantOffset)
 {
     this.baseAddress=baseAddress;
       this.offset=offset;
       this.exclusiveUpperBoundForConstantOffset=exclusiveUpperBoundForConstantOffset;
 }
 public void HAL_InitializeForISR(IntPointer address, FuncPointer isr, Pointer arg)
 {
     InvokeVoid(20, address, isr, arg);
 }
Example #3
0
 protected IndirectReference(Pointer baseAddress, IntExpression offset, int exclusiveUpperBoundForConstantOffset)
 {
     this.baseAddress = baseAddress;
     this.offset      = offset;
     this.exclusiveUpperBoundForConstantOffset = exclusiveUpperBoundForConstantOffset;
 }