Direct port acces on MKR Zero

Is there a way at get a direct port access similar to manipulating the registers DDRx, PINx and PORTx in Arduino Uno? What are the register names for direction and output registers for MKR Zero in Arduino IDE?

I found in this document and in this doc that the direction and out registers (32-bit) can be just set like in the picture, but that is to be used in ASF/AtmelStudio environment. But what is the right name for the direction and out registers in Arduino IDE?

example_1_pio.jpg

OK, I found the answer in another thread