Class Access

java.lang.Object
be.lmenten.avr.core.analysis.Access

public class Access extends Object
This class describe an access description to a memory zone of the core.
Since:
1.0
Version:
1.0, (12 Jul 2020)
Author:
Laurent Menten
  • Constructor Details

  • Method Details

    • getTick

      public long getTick()
      Get cycle clock counter value at the time of the access.
      Returns:
      the cycle clock counter
    • getInstruction

      public Instruction getInstruction()
      Get the accessing instruction.
      Returns:
      the accessing instruction
    • getAccessType

      public AccessType getAccessType()
      Get the type of access.
      Returns:
      the type of access