I have programmed microcontroller before and used instructions like IODIR, IOSET, PORTD, DDRD and etc. I am now using Arduino Due which have the ATSAM3X8E Cortex M3 microcontroller. Iam programming the Arduino Due using Atmel Studio 6. I have figured out that the SAM3X microcontroller don't use the IODIR, IOSET, PORTD. My question now is if somebody now what functions corresponds to IODIR, IOSET and PORTD. I am using also the Atmel Software Framework (ASF) to program.
For example how do you do this using Atmel Software Framework (ASF): PORTD &= ~(1 << RS);