From Registers to Vars

int pinValues = PINSA;

That's C-code to read the register PINSA and store it in an integer called "pinsValue".