7#ifndef CHIP_A3754241_08E1_4F86_B049_0FACC9D70DF5
8#define CHIP_A3754241_08E1_4F86_B049_0FACC9D70DF5
19#include "./InterruptConfig.h"
21#include "./PinConfig.h"
22#include "./Register.h"
24#include "./VersionInfo.h"
31 extern Register& GPIO0;
32 extern Register& GPIO1;
33 extern Register& GPIO2;
34 extern Register& GPIO3;
35 extern Register*
const GPIO[];
137 base.
pidr &=
static_cast<uint32
>(~mask);
147 base.
pidr |=
static_cast<uint32
>(mask);
161 base.
pcor =
static_cast<uint32
>(1UL << pin);
163 base.
psor =
static_cast<uint32
>(1UL << pin);
174 base.
psor =
static_cast<uint32
>(mask);
184 base.
pcor =
static_cast<uint32
>(mask);
194 base.
ptor =
static_cast<uint32
>(mask);
207 return ((
static_cast<uint32
>(base.
pdir) >> pin) & 0x01UL);
276 return (base.
isfr[1]);
301 if (0UL != (mask & 0xffffUL)) {
359 static inline constexpr uint32
PDOR_PDO0(uint32 value) {
372 static inline constexpr uint32
PDOR_PDO1(uint32 value) {
385 static inline constexpr uint32
PDOR_PDO2(uint32 value) {
398 static inline constexpr uint32
PDOR_PDO3(uint32 value) {
411 static inline constexpr uint32
PDOR_PDO4(uint32 value) {
424 static inline constexpr uint32
PDOR_PDO5(uint32 value) {
437 static inline constexpr uint32
PDOR_PDO6(uint32 value) {
450 static inline constexpr uint32
PDOR_PDO7(uint32 value) {
463 static inline constexpr uint32
PDOR_PDO8(uint32 value) {
476 static inline constexpr uint32
PDOR_PDO9(uint32 value) {
3271 static inline constexpr uint8
PDR_PD(uint8 value) {
3314 static inline constexpr uint32
ICR_IRQC(uint32 value) {
3331 static inline constexpr uint32
ICR_ISF(uint32 value) {
Definition chip/src/gpio/GPIO.h:41
static constexpr uint32 ISFR_ISF1(uint32 value)
ISFR - ISF1.
Definition chip/src/gpio/GPIO.h:3799
static constexpr uint32 PIDR_PID3(uint32 value)
PIDR - PID3.
Definition chip/src/gpio/GPIO.h:2894
static constexpr uint32 PDIR_PDI2(uint32 value)
PDIR - PDI2.
Definition chip/src/gpio/GPIO.h:2049
static constexpr uint32 PDDR_PDD28(uint32 value)
PDDR - PDD28.
Definition chip/src/gpio/GPIO.h:2803
static void portToggle(Register &base, uint32 mask)
Reverses the current output logic of the multiple GPIO pins.
Definition chip/src/gpio/GPIO.h:193
static constexpr uint32 PDIR_PDI27(uint32 value)
PDIR - PDI27.
Definition chip/src/gpio/GPIO.h:2374
static constexpr uint32 PTOR_PTTO6(uint32 value)
PORT - PTTO6.
Definition chip/src/gpio/GPIO.h:1685
static void gpioClearInterruptFlags(Register &base, uint32 mask)
Clears GPIO pin interrupt status flags.
static constexpr uint32 PDIR_PDI3(uint32 value)
PDIR - PDI3.
Definition chip/src/gpio/GPIO.h:2062
static constexpr uint32 PDOR_PDO0(uint32 value)
PDOR - PDO0.
Definition chip/src/gpio/GPIO.h:359
static constexpr uint32 PDOR_PDO22(uint32 value)
PDOR - PDO22.
Definition chip/src/gpio/GPIO.h:645
static constexpr uint32 PTOR_PTTO18(uint32 value)
PORT - PTTO18.
Definition chip/src/gpio/GPIO.h:1841
static constexpr uint32 ISFR_ISF16(uint32 value)
ISFR - ISF16.
Definition chip/src/gpio/GPIO.h:4054
static constexpr uint32 PDDR_PDD2(uint32 value)
PDDR - PDD2.
Definition chip/src/gpio/GPIO.h:2465
static constexpr uint32 GICHR_GIWE17(uint32 value)
GICHR - GIWE17.
Definition chip/src/gpio/GPIO.h:3574
static constexpr uint32 PSOR_PTSO21(uint32 value)
PSOR - PTSO21.
Definition chip/src/gpio/GPIO.h:1048
static constexpr uint32 PCOR_PTCO11(uint32 value)
PCOR - PTCO11.
Definition chip/src/gpio/GPIO.h:1334
static constexpr uint32 GICHR_GIWE21(uint32 value)
GICHR - GIWE21.
Definition chip/src/gpio/GPIO.h:3626
static constexpr uint32 PSOR_PTSO25(uint32 value)
PSOR - PTSO25.
Definition chip/src/gpio/GPIO.h:1100
static constexpr uint32 PSOR_PTSO9(uint32 value)
PSOR - PTSO9.
Definition chip/src/gpio/GPIO.h:892
static constexpr uint32 GICHR_GIWD(uint32 value)
GICHR - GIWD.
Definition chip/src/gpio/GPIO.h:3765
static constexpr uint32 PDDR_PDD13(uint32 value)
PDDR - PDD13.
Definition chip/src/gpio/GPIO.h:2608
static constexpr uint32 PDIR_PDI24(uint32 value)
PDIR - PDI24.
Definition chip/src/gpio/GPIO.h:2335
static constexpr uint32 PARAM_IRQNUM(uint32 value)
PARAM - IRQNUM.
Definition chip/src/gpio/GPIO.h:346
static constexpr uint32 PSOR_PTSO11(uint32 value)
PSOR - PTSO11.
Definition chip/src/gpio/GPIO.h:918
static constexpr uint32 PDDR_PDD16(uint32 value)
PDDR - PDD16.
Definition chip/src/gpio/GPIO.h:2647
static constexpr uint32 GICLR_GIWE11(uint32 value)
GICLR - GIWE11.
Definition chip/src/gpio/GPIO.h:3487
static constexpr uint32 PCOR_PTCO30(uint32 value)
PCOR - PTCO30.
Definition chip/src/gpio/GPIO.h:1581
static constexpr uint32 PDDR_PDD10(uint32 value)
PDDR - PDD10.
Definition chip/src/gpio/GPIO.h:2569
static constexpr uint32 PCOR_PTCO25(uint32 value)
PCOR - PTCO25.
Definition chip/src/gpio/GPIO.h:1516
static constexpr uint32 PDIR_PDI5(uint32 value)
PDIR - PDI5.
Definition chip/src/gpio/GPIO.h:2088
static constexpr uint32 PTOR_PTTO14(uint32 value)
PORT - PTTO14.
Definition chip/src/gpio/GPIO.h:1789
static constexpr uint32 PCOR_PTCO17(uint32 value)
PCOR - PTCO17.
Definition chip/src/gpio/GPIO.h:1412
static void getVersionInfo(Register &base, VersionInfo &info)
Get GPIO version information.
static constexpr uint32 PSOR_PTSO19(uint32 value)
PSOR - PTSO19.
Definition chip/src/gpio/GPIO.h:1022
static constexpr uint32 GICHR_GIWE20(uint32 value)
GICHR - GIWE20.
Definition chip/src/gpio/GPIO.h:3613
static constexpr uint32 PDOR_PDO18(uint32 value)
PDOR - PDO18.
Definition chip/src/gpio/GPIO.h:593
static constexpr uint32 PSOR_PTSO0(uint32 value)
PSOR - PTSO0.
Definition chip/src/gpio/GPIO.h:775
static constexpr uint32 PIDR_PID20(uint32 value)
PIDR - PID20.
Definition chip/src/gpio/GPIO.h:3115
static constexpr uint32 PDOR_PDO14(uint32 value)
PDOR - PDO14.
Definition chip/src/gpio/GPIO.h:541
static constexpr uint32 GICLR_GIWE10(uint32 value)
GICLR - GIWE10.
Definition chip/src/gpio/GPIO.h:3474
static constexpr uint32 PIDR_PID2(uint32 value)
PIDR - PID2.
Definition chip/src/gpio/GPIO.h:2881
static constexpr uint32 PDIR_PDI18(uint32 value)
PDIR - PDI18.
Definition chip/src/gpio/GPIO.h:2257
static constexpr uint32 PTOR_PTTO9(uint32 value)
PORT - PTTO9.
Definition chip/src/gpio/GPIO.h:1724
static constexpr uint32 GICHR_GIWE30(uint32 value)
GICHR - GIWE30.
Definition chip/src/gpio/GPIO.h:3743
static constexpr uint32 ISFR_ISF24(uint32 value)
ISFR - ISF24.
Definition chip/src/gpio/GPIO.h:4190
static constexpr uint32 PDIR_PDI20(uint32 value)
PDIR - PDI20.
Definition chip/src/gpio/GPIO.h:2283
static constexpr uint32 ISFR_ISF27(uint32 value)
ISFR - ISF27.
Definition chip/src/gpio/GPIO.h:4241
static constexpr uint32 GICLR_GIWE15(uint32 value)
GICLR - GIWE15.
Definition chip/src/gpio/GPIO.h:3539
static constexpr uint32 PSOR_PTSO14(uint32 value)
PSOR - PTSO14.
Definition chip/src/gpio/GPIO.h:957
static constexpr uint32 ISFR_ISF19(uint32 value)
ISFR - ISF19.
Definition chip/src/gpio/GPIO.h:4105
static constexpr uint32 PTOR_PTTO24(uint32 value)
PORT - PTTO24.
Definition chip/src/gpio/GPIO.h:1919
static constexpr uint32 PIDR_PID28(uint32 value)
PIDR - PID28.
Definition chip/src/gpio/GPIO.h:3219
static constexpr uint32 PDDR_PDD31(uint32 value)
PDDR - PDD31.
Definition chip/src/gpio/GPIO.h:2842
static constexpr uint32 PCOR_PTCO3(uint32 value)
PCOR - PTCO3.
Definition chip/src/gpio/GPIO.h:1230
static constexpr uint32 ICR_ISF(uint32 value)
ICR - ISF.
Definition chip/src/gpio/GPIO.h:3331
static constexpr uint32 GICLR_GIWE1(uint32 value)
GICLR - GIWE1.
Definition chip/src/gpio/GPIO.h:3357
static constexpr uint32 GICLR_GIWE12(uint32 value)
GICLR - GIWE12.
Definition chip/src/gpio/GPIO.h:3500
static constexpr uint32 PSOR_PTSO4(uint32 value)
PSOR - PTSO4.
Definition chip/src/gpio/GPIO.h:827
static constexpr uint32 GICHR_GIWE27(uint32 value)
GICHR - GIWE27.
Definition chip/src/gpio/GPIO.h:3704
static constexpr uint32 ISFR_ISF11(uint32 value)
ISFR - ISF11.
Definition chip/src/gpio/GPIO.h:3969
static constexpr uint32 PDIR_PDI14(uint32 value)
PDIR - PDI14.
Definition chip/src/gpio/GPIO.h:2205
static constexpr uint32 PDIR_PDI17(uint32 value)
PDIR - PDI17.
Definition chip/src/gpio/GPIO.h:2244
static constexpr uint32 PCOR_PTCO31(uint32 value)
PCOR - PTCO31.
Definition chip/src/gpio/GPIO.h:1594
static constexpr uint32 PDOR_PDO19(uint32 value)
PDOR - PDO19.
Definition chip/src/gpio/GPIO.h:606
static constexpr uint32 PIDR_PID16(uint32 value)
PIDR - PID16.
Definition chip/src/gpio/GPIO.h:3063
static constexpr uint32 PDDR_PDD4(uint32 value)
PDDR - PDD4.
Definition chip/src/gpio/GPIO.h:2491
static constexpr uint32 PTOR_PTTO8(uint32 value)
PORT - PTTO8.
Definition chip/src/gpio/GPIO.h:1711
static constexpr uint32 PIDR_PID15(uint32 value)
PIDR - PID15.
Definition chip/src/gpio/GPIO.h:3050
static constexpr uint32 GICLR_GIWE8(uint32 value)
GICLR - GIWE8.
Definition chip/src/gpio/GPIO.h:3448
static constexpr uint32 ISFR_ISF3(uint32 value)
ISFR - ISF3.
Definition chip/src/gpio/GPIO.h:3833
static constexpr uint32 PIDR_PID25(uint32 value)
PIDR - PID25.
Definition chip/src/gpio/GPIO.h:3180
static constexpr uint32 PDOR_PDO1(uint32 value)
PDOR - PDO1.
Definition chip/src/gpio/GPIO.h:372
static constexpr uint32 PTOR_PTTO11(uint32 value)
PORT - PTTO11.
Definition chip/src/gpio/GPIO.h:1750
static constexpr uint32 PCOR_PTCO19(uint32 value)
PCOR - PTCO19.
Definition chip/src/gpio/GPIO.h:1438
static constexpr uint32 PIDR_PID13(uint32 value)
PIDR - PID13.
Definition chip/src/gpio/GPIO.h:3024
static constexpr uint32 PTOR_PTTO2(uint32 value)
PORT - PTTO2.
Definition chip/src/gpio/GPIO.h:1633
static constexpr uint32 PSOR_PTSO17(uint32 value)
PSOR - PTSO17.
Definition chip/src/gpio/GPIO.h:996
static constexpr uint32 PDDR_PDD22(uint32 value)
PDDR - PDD22.
Definition chip/src/gpio/GPIO.h:2725
static constexpr uint32 PTOR_PTTO1(uint32 value)
PORT - PTTO1.
Definition chip/src/gpio/GPIO.h:1620
static constexpr uint32 PCOR_PTCO9(uint32 value)
PCOR - PTCO9.
Definition chip/src/gpio/GPIO.h:1308
static constexpr uint32 ISFR_ISF7(uint32 value)
ISFR - ISF7.
Definition chip/src/gpio/GPIO.h:3901
static constexpr uint32 PSOR_PTSO30(uint32 value)
PSOR - PTSO30.
Definition chip/src/gpio/GPIO.h:1165
static constexpr uint32 ISFR_ISF18(uint32 value)
ISFR - ISF18.
Definition chip/src/gpio/GPIO.h:4088
static constexpr uint32 PDDR_PDD25(uint32 value)
PDDR - PDD25.
Definition chip/src/gpio/GPIO.h:2764
static constexpr uint32 PCOR_PTCO12(uint32 value)
PCOR - PTCO12.
Definition chip/src/gpio/GPIO.h:1347
static void portInputDisable(Register &base, uint32 mask)
Disable port input.
Definition chip/src/gpio/GPIO.h:146
static constexpr uint32 PSOR_PTSO28(uint32 value)
PSOR - PTSO28.
Definition chip/src/gpio/GPIO.h:1139
static constexpr uint32 PDOR_PDO8(uint32 value)
PDOR - PDO8.
Definition chip/src/gpio/GPIO.h:463
static constexpr uint32 PDIR_PDI8(uint32 value)
PDIR - PDI8.
Definition chip/src/gpio/GPIO.h:2127
static constexpr uint32 PIDR_PID14(uint32 value)
PIDR - PID14.
Definition chip/src/gpio/GPIO.h:3037
static constexpr uint32 PIDR_PID18(uint32 value)
PIDR - PID18.
Definition chip/src/gpio/GPIO.h:3089
static constexpr uint32 ISFR_ISF5(uint32 value)
ISFR - ISF5.
Definition chip/src/gpio/GPIO.h:3867
static constexpr uint32 PTOR_PTTO4(uint32 value)
PORT - PTTO4.
Definition chip/src/gpio/GPIO.h:1659
static constexpr uint32 ISFR_ISF0(uint32 value)
ISFR - ISF0.
Definition chip/src/gpio/GPIO.h:3782
static uint32 pinRead(Register &base, uint32 pin)
Reads the current input value of the GPIO port.
Definition chip/src/gpio/GPIO.h:206
static void setPinInterruptConfig(Register &base, uint32 pin, InterruptConfig config)
Configures the gpio pin interrupt/DMA request.
Definition chip/src/gpio/GPIO.h:231
static constexpr uint32 PDOR_PDO20(uint32 value)
PDOR - PDO20.
Definition chip/src/gpio/GPIO.h:619
static constexpr uint32 PDOR_PDO3(uint32 value)
PDOR - PDO3.
Definition chip/src/gpio/GPIO.h:398
static constexpr uint32 PTOR_PTTO22(uint32 value)
PORT - PTTO22.
Definition chip/src/gpio/GPIO.h:1893
static constexpr uint32 GICLR_GIWE5(uint32 value)
GICLR - GIWE5.
Definition chip/src/gpio/GPIO.h:3409
static constexpr uint32 ISFR_ISF31(uint32 value)
ISFR - ISF31.
Definition chip/src/gpio/GPIO.h:4309
static constexpr uint32 GICLR_GIWE6(uint32 value)
GICLR - GIWE6.
Definition chip/src/gpio/GPIO.h:3422
static constexpr uint32 PTOR_PTTO15(uint32 value)
PORT - PTTO15.
Definition chip/src/gpio/GPIO.h:1802
static void pinClearInterruptFlag(Register &base, uint32 pin)
Clear GPIO individual pin's interrupt status flag.
static constexpr uint32 ISFR_ISF12(uint32 value)
ISFR - ISF12.
Definition chip/src/gpio/GPIO.h:3986
static constexpr uint32 PDIR_PDI31(uint32 value)
PDIR - PDI31.
Definition chip/src/gpio/GPIO.h:2426
static constexpr uint32 PDDR_PDD5(uint32 value)
PDDR - PDD5.
Definition chip/src/gpio/GPIO.h:2504
static constexpr uint32 ISFR_ISF4(uint32 value)
ISFR - ISF4.
Definition chip/src/gpio/GPIO.h:3850
static constexpr uint32 PIDR_PID10(uint32 value)
PIDR - PID10.
Definition chip/src/gpio/GPIO.h:2985
static constexpr uint32 PDIR_PDI21(uint32 value)
PDIR - PDI21.
Definition chip/src/gpio/GPIO.h:2296
static constexpr uint32 PDIR_PDI0(uint32 value)
PDIR - PDI0.
Definition chip/src/gpio/GPIO.h:2023
static constexpr uint32 PCOR_PTCO6(uint32 value)
PCOR - PTCO6.
Definition chip/src/gpio/GPIO.h:1269
static constexpr uint32 PIDR_PID27(uint32 value)
PIDR - PID27.
Definition chip/src/gpio/GPIO.h:3206
static constexpr uint32 PCOR_PTCO10(uint32 value)
PCOR - PTCO10.
Definition chip/src/gpio/GPIO.h:1321
static constexpr uint32 PDOR_PDO27(uint32 value)
PDOR - PDO27.
Definition chip/src/gpio/GPIO.h:710
static uint32 getPinsDMARequestFlags(Register &base)
Reads the GPIO DMA request flags. The corresponding flag will be cleared automatically at the complet...
Definition chip/src/gpio/GPIO.h:275
static constexpr uint32 GICHR_GIWE23(uint32 value)
GICHR - GIWE23.
Definition chip/src/gpio/GPIO.h:3652
static constexpr uint32 PDIR_PDI28(uint32 value)
PDIR - PDI28.
Definition chip/src/gpio/GPIO.h:2387
static constexpr uint32 PSOR_PTSO3(uint32 value)
PSOR - PTSO3.
Definition chip/src/gpio/GPIO.h:814
static constexpr uint32 PIDR_PID11(uint32 value)
PIDR - PID11.
Definition chip/src/gpio/GPIO.h:2998
static constexpr uint32 PDOR_PDO23(uint32 value)
PDOR - PDO23.
Definition chip/src/gpio/GPIO.h:658
static constexpr uint32 PDIR_PDI15(uint32 value)
PDIR - PDI15.
Definition chip/src/gpio/GPIO.h:2218
static constexpr uint32 PIDR_PID23(uint32 value)
PIDR - PID23.
Definition chip/src/gpio/GPIO.h:3154
static constexpr uint32 PDDR_PDD6(uint32 value)
PDDR - PDD6.
Definition chip/src/gpio/GPIO.h:2517
static constexpr uint32 ISFR_ISF22(uint32 value)
ISFR - ISF22.
Definition chip/src/gpio/GPIO.h:4156
static constexpr uint32 PDDR_PDD1(uint32 value)
PDDR - PDD1.
Definition chip/src/gpio/GPIO.h:2452
static constexpr uint32 PCOR_PTCO16(uint32 value)
PCOR - PTCO16.
Definition chip/src/gpio/GPIO.h:1399
static constexpr uint32 PDOR_PDO26(uint32 value)
PDOR - PDO26.
Definition chip/src/gpio/GPIO.h:697
static constexpr uint32 ICR_IRQC(uint32 value)
ICR - IRQC.
Definition chip/src/gpio/GPIO.h:3314
static constexpr uint32 PDIR_PDI12(uint32 value)
PDIR - PDI12.
Definition chip/src/gpio/GPIO.h:2179
static constexpr uint32 ISFR_ISF14(uint32 value)
ISFR - ISF14.
Definition chip/src/gpio/GPIO.h:4020
static constexpr uint32 ISFR_ISF30(uint32 value)
ISFR - ISF30.
Definition chip/src/gpio/GPIO.h:4292
static constexpr uint32 PDIR_PDI9(uint32 value)
PDIR - PDI9.
Definition chip/src/gpio/GPIO.h:2140
static constexpr uint32 GICLR_GIWD(uint32 value)
GICLR - GIWD.
Definition chip/src/gpio/GPIO.h:3548
static constexpr uint32 PDOR_PDO7(uint32 value)
PDOR - PDO7.
Definition chip/src/gpio/GPIO.h:450
static constexpr uint32 ISFR_ISF23(uint32 value)
ISFR - ISF23.
Definition chip/src/gpio/GPIO.h:4173
static constexpr uint32 PDDR_PDD30(uint32 value)
PDDR - PDD30.
Definition chip/src/gpio/GPIO.h:2829
static constexpr uint32 PDDR_PDD12(uint32 value)
PDDR - PDD12.
Definition chip/src/gpio/GPIO.h:2595
static constexpr uint32 PDOR_PDO13(uint32 value)
PDOR - PDO13.
Definition chip/src/gpio/GPIO.h:528
static constexpr uint32 PIDR_PID6(uint32 value)
PIDR - PID6.
Definition chip/src/gpio/GPIO.h:2933
static constexpr uint32 PIDR_PID7(uint32 value)
PIDR - PID7.
Definition chip/src/gpio/GPIO.h:2946
static constexpr uint32 PSOR_PTSO23(uint32 value)
PSOR - PTSO23.
Definition chip/src/gpio/GPIO.h:1074
static constexpr uint32 PIDR_PID29(uint32 value)
PIDR - PID29.
Definition chip/src/gpio/GPIO.h:3232
static constexpr uint32 GICHR_GIWE22(uint32 value)
GICHR - GIWE22.
Definition chip/src/gpio/GPIO.h:3639
static constexpr uint32 PDIR_PDI23(uint32 value)
PDIR - PDI23.
Definition chip/src/gpio/GPIO.h:2322
static constexpr uint32 PSOR_PTSO29(uint32 value)
PSOR - PTSO29.
Definition chip/src/gpio/GPIO.h:1152
static constexpr uint32 GICLR_GIWE0(uint32 value)
GICLR - GIWE0.
Definition chip/src/gpio/GPIO.h:3344
static constexpr uint32 PSOR_PTSO7(uint32 value)
PSOR - PTSO7.
Definition chip/src/gpio/GPIO.h:866
static constexpr uint32 PDOR_PDO10(uint32 value)
PDOR - PDO10.
Definition chip/src/gpio/GPIO.h:489
static constexpr uint32 ISFR_ISF29(uint32 value)
ISFR - ISF29.
Definition chip/src/gpio/GPIO.h:4275
static constexpr uint32 PDIR_PDI6(uint32 value)
PDIR - PDI6.
Definition chip/src/gpio/GPIO.h:2101
static constexpr uint32 PTOR_PTTO17(uint32 value)
PORT - PTTO17.
Definition chip/src/gpio/GPIO.h:1828
static void pinWrite(Register &base, uint32 pin, uint8 output)
Sets the output level of the multiple GPIO pins to the logic 1 or 0.
Definition chip/src/gpio/GPIO.h:159
static constexpr uint32 PCOR_PTCO15(uint32 value)
PCOR - PTCO15.
Definition chip/src/gpio/GPIO.h:1386
static constexpr uint8 PDR_PD(uint8 value)
PDR - PD.
Definition chip/src/gpio/GPIO.h:3271
static constexpr uint32 PCOR_PTCO23(uint32 value)
PCOR - PTCO23.
Definition chip/src/gpio/GPIO.h:1490
static constexpr uint32 PSOR_PTSO15(uint32 value)
PSOR - PTSO15.
Definition chip/src/gpio/GPIO.h:970
static constexpr uint32 VERID_MINOR(uint32 value)
VERID - MINOR.
Definition chip/src/gpio/GPIO.h:328
static constexpr uint32 PSOR_PTSO27(uint32 value)
PSOR - PTSO27.
Definition chip/src/gpio/GPIO.h:1126
static constexpr uint32 PCOR_PTCO29(uint32 value)
PCOR - PTCO29.
Definition chip/src/gpio/GPIO.h:1568
static constexpr uint32 PTOR_PTTO31(uint32 value)
PORT - PTTO31.
Definition chip/src/gpio/GPIO.h:2010
static constexpr uint32 PIDR_PID24(uint32 value)
PIDR - PID24.
Definition chip/src/gpio/GPIO.h:3167
static constexpr uint32 PDDR_PDD14(uint32 value)
PDDR - PDD14.
Definition chip/src/gpio/GPIO.h:2621
static constexpr uint32 PTOR_PTTO13(uint32 value)
PORT - PTTO13.
Definition chip/src/gpio/GPIO.h:1776
static constexpr uint32 ISFR_ISF10(uint32 value)
ISFR - ISF10.
Definition chip/src/gpio/GPIO.h:3952
static constexpr uint32 PDOR_PDO15(uint32 value)
PDOR - PDO15.
Definition chip/src/gpio/GPIO.h:554
static constexpr uint32 PDOR_PDO5(uint32 value)
PDOR - PDO5.
Definition chip/src/gpio/GPIO.h:424
static constexpr uint32 PIDR_PID9(uint32 value)
PIDR - PID9.
Definition chip/src/gpio/GPIO.h:2972
static constexpr uint32 GICLR_GIWE14(uint32 value)
GICLR - GIWE14.
Definition chip/src/gpio/GPIO.h:3526
static constexpr uint32 PIDR_PID19(uint32 value)
PIDR - PID19.
Definition chip/src/gpio/GPIO.h:3102
static constexpr uint32 PSOR_PTSO6(uint32 value)
PSOR - PTSO6.
Definition chip/src/gpio/GPIO.h:853
static constexpr uint32 PDDR_PDD3(uint32 value)
PDDR - PDD3.
Definition chip/src/gpio/GPIO.h:2478
static constexpr uint32 PTOR_PTTO12(uint32 value)
PORT - PTTO12.
Definition chip/src/gpio/GPIO.h:1763
static constexpr uint32 PCOR_PTCO7(uint32 value)
PCOR - PTCO7.
Definition chip/src/gpio/GPIO.h:1282
static constexpr uint32 PDOR_PDO29(uint32 value)
PDOR - PDO29.
Definition chip/src/gpio/GPIO.h:736
static constexpr uint32 ISFR_ISF25(uint32 value)
ISFR - ISF25.
Definition chip/src/gpio/GPIO.h:4207
static constexpr uint32 PDIR_PDI7(uint32 value)
PDIR - PDI7.
Definition chip/src/gpio/GPIO.h:2114
static constexpr uint32 PDIR_PDI30(uint32 value)
PDIR - PDI30.
Definition chip/src/gpio/GPIO.h:2413
virtual ~GPIO(void) override
Destroy the object.
static constexpr uint32 PCOR_PTCO18(uint32 value)
PCOR - PTCO18.
Definition chip/src/gpio/GPIO.h:1425
static constexpr uint32 PTOR_PTTO21(uint32 value)
PORT - PTTO21.
Definition chip/src/gpio/GPIO.h:1880
static constexpr uint32 PCOR_PTCO5(uint32 value)
PCOR - PTCO5.
Definition chip/src/gpio/GPIO.h:1256
static constexpr uint32 PIDR_PID17(uint32 value)
PIDR - PID17.
Definition chip/src/gpio/GPIO.h:3076
static constexpr uint32 PSOR_PTSO24(uint32 value)
PSOR - PTSO24.
Definition chip/src/gpio/GPIO.h:1087
static constexpr uint32 GICHR_GIWE25(uint32 value)
GICHR - GIWE25.
Definition chip/src/gpio/GPIO.h:3678
static constexpr uint32 PDIR_PDI29(uint32 value)
PDIR - PDI29.
Definition chip/src/gpio/GPIO.h:2400
static constexpr uint32 PSOR_PTSO13(uint32 value)
PSOR - PTSO13.
Definition chip/src/gpio/GPIO.h:944
static void setMultipleInterruptPinsConfig(Register &base, uint32 mask, InterruptConfig config)
Sets the GPIO interrupt configuration in PCR register for multiple pins.
Definition chip/src/gpio/GPIO.h:300
static constexpr uint32 PTOR_PTTO19(uint32 value)
PORT - PTTO19.
Definition chip/src/gpio/GPIO.h:1854
static constexpr uint32 PTOR_PTTO0(uint32 value)
PORT - PTTO0.
Definition chip/src/gpio/GPIO.h:1607
static constexpr uint32 PCOR_PTCO24(uint32 value)
PCOR - PTCO24.
Definition chip/src/gpio/GPIO.h:1503
static constexpr uint32 PDOR_PDO17(uint32 value)
PDOR - PDO17.
Definition chip/src/gpio/GPIO.h:580
static constexpr uint32 PDOR_PDO21(uint32 value)
PDOR - PDO21.
Definition chip/src/gpio/GPIO.h:632
static constexpr uint32 PTOR_PTTO26(uint32 value)
PORT - PTTO26.
Definition chip/src/gpio/GPIO.h:1945
static constexpr uint32 PDOR_PDO4(uint32 value)
PDOR - PDO4.
Definition chip/src/gpio/GPIO.h:411
static constexpr uint32 GICHR_GIWE31(uint32 value)
GICHR - GIWE31.
Definition chip/src/gpio/GPIO.h:3756
static void portClear(Register &base, uint32 mask)
Sets the output level of the multiple GPIO pins to the logic 0.
Definition chip/src/gpio/GPIO.h:183
static constexpr uint32 ISFR_ISF13(uint32 value)
ISFR - ISF13.
Definition chip/src/gpio/GPIO.h:4003
static constexpr uint32 PSOR_PTSO16(uint32 value)
PSOR - PTSO16.
Definition chip/src/gpio/GPIO.h:983
static constexpr uint32 ISFR_ISF8(uint32 value)
ISFR - ISF8.
Definition chip/src/gpio/GPIO.h:3918
static constexpr uint32 PIDR_PID0(uint32 value)
PIDR - PID0.
Definition chip/src/gpio/GPIO.h:2855
static void portInputEnable(Register &base, uint32 mask)
Enable port input.
Definition chip/src/gpio/GPIO.h:136
static constexpr uint32 PDIR_PDI22(uint32 value)
PDIR - PDI22.
Definition chip/src/gpio/GPIO.h:2309
static constexpr uint32 ISFR_ISF26(uint32 value)
ISFR - ISF26.
Definition chip/src/gpio/GPIO.h:4224
static constexpr uint32 PCOR_PTCO4(uint32 value)
PCOR - PTCO4.
Definition chip/src/gpio/GPIO.h:1243
static constexpr uint32 ISFR_ISF15(uint32 value)
ISFR - ISF15.
Definition chip/src/gpio/GPIO.h:4037
static constexpr uint32 PIDR_PID12(uint32 value)
PIDR - PID12.
Definition chip/src/gpio/GPIO.h:3011
static constexpr uint32 PCOR_PTCO27(uint32 value)
PCOR - PTCO27.
Definition chip/src/gpio/GPIO.h:1542
static constexpr uint32 GICLR_GIWE2(uint32 value)
GICLR - GIWE2.
Definition chip/src/gpio/GPIO.h:3370
static constexpr uint32 PCOR_PTCO22(uint32 value)
PCOR - PTCO22.
Definition chip/src/gpio/GPIO.h:1477
static constexpr uint32 PTOR_PTTO30(uint32 value)
PORT - PTTO30.
Definition chip/src/gpio/GPIO.h:1997
static constexpr uint32 PCOR_PTCO20(uint32 value)
PCOR - PTCO20.
Definition chip/src/gpio/GPIO.h:1451
static constexpr uint32 GICHR_GIWE19(uint32 value)
GICHR - GIWE19.
Definition chip/src/gpio/GPIO.h:3600
static constexpr uint32 PTOR_PTTO10(uint32 value)
PORT - PTTO10.
Definition chip/src/gpio/GPIO.h:1737
static constexpr uint32 PDOR_PDO25(uint32 value)
PDOR - PDO25.
Definition chip/src/gpio/GPIO.h:684
static constexpr uint32 PSOR_PTSO2(uint32 value)
PSOR - PTSO2.
Definition chip/src/gpio/GPIO.h:801
static constexpr uint32 GICHR_GIWE16(uint32 value)
GICHR - GIWE16.
Definition chip/src/gpio/GPIO.h:3561
GPIO(void)
Construct a new object.
static constexpr uint32 PCOR_PTCO2(uint32 value)
PCOR - PTCO2.
Definition chip/src/gpio/GPIO.h:1217
static constexpr uint32 PTOR_PTTO29(uint32 value)
PORT - PTTO29.
Definition chip/src/gpio/GPIO.h:1984
static constexpr uint32 PIDR_PID22(uint32 value)
PIDR - PID22.
Definition chip/src/gpio/GPIO.h:3141
static constexpr uint32 PSOR_PTSO31(uint32 value)
PSOR - PTSO31.
Definition chip/src/gpio/GPIO.h:1178
static constexpr uint32 PDDR_PDD18(uint32 value)
PDDR - PDD18.
Definition chip/src/gpio/GPIO.h:2673
static constexpr uint32 PSOR_PTSO22(uint32 value)
PSOR - PTSO22.
Definition chip/src/gpio/GPIO.h:1061
static constexpr uint32 PCOR_PTCO14(uint32 value)
PCOR - PTCO14.
Definition chip/src/gpio/GPIO.h:1373
static constexpr uint32 PDOR_PDO12(uint32 value)
PDOR - PDO12.
Definition chip/src/gpio/GPIO.h:515
static constexpr uint32 PIDR_PID21(uint32 value)
PIDR - PID21.
Definition chip/src/gpio/GPIO.h:3128
static constexpr uint32 VERID_FEATURE(uint32 value)
VERID - FEATURE.
Definition chip/src/gpio/GPIO.h:319
static constexpr uint32 PDDR_PDD19(uint32 value)
PDDR - PDD19.
Definition chip/src/gpio/GPIO.h:2686
static constexpr uint32 PCOR_PTCO26(uint32 value)
PCOR - PTCO26.
Definition chip/src/gpio/GPIO.h:1529
static constexpr uint32 GICHR_GIWE28(uint32 value)
GICHR - GIWE28.
Definition chip/src/gpio/GPIO.h:3717
static constexpr uint32 PDDR_PDD26(uint32 value)
PDDR - PDD26.
Definition chip/src/gpio/GPIO.h:2777
static constexpr uint32 PDDR_PDD0(uint32 value)
PDDR - PDD0.
Definition chip/src/gpio/GPIO.h:2439
static constexpr uint32 PDDR_PDD8(uint32 value)
PDDR - PDD8.
Definition chip/src/gpio/GPIO.h:2543
static constexpr uint32 PDOR_PDO16(uint32 value)
PDOR - PDO16.
Definition chip/src/gpio/GPIO.h:567
static constexpr uint32 PIDR_PID26(uint32 value)
PIDR - PID26.
Definition chip/src/gpio/GPIO.h:3193
static constexpr uint32 PSOR_PTSO12(uint32 value)
PSOR - PTSO12.
Definition chip/src/gpio/GPIO.h:931
static constexpr uint32 PCOR_PTCO21(uint32 value)
PCOR - PTCO21.
Definition chip/src/gpio/GPIO.h:1464
static constexpr uint32 PDIR_PDI10(uint32 value)
PDIR - PDI10.
Definition chip/src/gpio/GPIO.h:2153
static constexpr uint32 PDDR_PDD24(uint32 value)
PDDR - PDD24.
Definition chip/src/gpio/GPIO.h:2751
static constexpr uint32 PDOR_PDO6(uint32 value)
PDOR - PDO6.
Definition chip/src/gpio/GPIO.h:437
static constexpr uint32 PDDR_PDD21(uint32 value)
PDDR - PDD21.
Definition chip/src/gpio/GPIO.h:2712
static constexpr uint32 PDOR_PDO2(uint32 value)
PDOR - PDO2.
Definition chip/src/gpio/GPIO.h:385
static constexpr uint32 ISFR_ISF17(uint32 value)
ISFR - ISF17.
Definition chip/src/gpio/GPIO.h:4071
static uint32 gpioGetInterruptFlags(Register &base)
Read the GPIO interrupt status flags.
static constexpr uint32 PTOR_PTTO20(uint32 value)
PORT - PTTO20.
Definition chip/src/gpio/GPIO.h:1867
static constexpr uint32 PDOR_PDO30(uint32 value)
PDOR - PDO30.
Definition chip/src/gpio/GPIO.h:749
static constexpr uint32 PTOR_PTTO25(uint32 value)
PORT - PTTO25.
Definition chip/src/gpio/GPIO.h:1932
static constexpr uint32 PDIR_PDI1(uint32 value)
PDIR - PDI1.
Definition chip/src/gpio/GPIO.h:2036
static constexpr uint32 PCOR_PTCO13(uint32 value)
PCOR - PTCO13.
Definition chip/src/gpio/GPIO.h:1360
static constexpr uint32 PCOR_PTCO1(uint32 value)
PCOR - PTCO1.
Definition chip/src/gpio/GPIO.h:1204
static constexpr uint32 PSOR_PTSO10(uint32 value)
PSOR - PTSO10.
Definition chip/src/gpio/GPIO.h:905
static constexpr uint32 PIDR_PID8(uint32 value)
PIDR - PID8.
Definition chip/src/gpio/GPIO.h:2959
static constexpr uint32 ISFR_ISF9(uint32 value)
ISFR - ISF9.
Definition chip/src/gpio/GPIO.h:3935
static constexpr uint32 PDDR_PDD9(uint32 value)
PDDR - PDD9.
Definition chip/src/gpio/GPIO.h:2556
static constexpr uint32 PDIR_PDI16(uint32 value)
PDIR - PDI16.
Definition chip/src/gpio/GPIO.h:2231
static constexpr uint32 PDIR_PDI13(uint32 value)
PDIR - PDI13.
Definition chip/src/gpio/GPIO.h:2192
static constexpr uint32 PDIR_PDI25(uint32 value)
PDIR - PDI25.
Definition chip/src/gpio/GPIO.h:2348
static constexpr uint32 GICLR_GIWE3(uint32 value)
GICLR - GIWE3.
Definition chip/src/gpio/GPIO.h:3383
static constexpr uint32 GICLR_GIWE4(uint32 value)
GICLR - GIWE4.
Definition chip/src/gpio/GPIO.h:3396
static constexpr uint32 PIDR_PID5(uint32 value)
PIDR - PID5.
Definition chip/src/gpio/GPIO.h:2920
static constexpr uint32 PCOR_PTCO28(uint32 value)
PCOR - PTCO28.
Definition chip/src/gpio/GPIO.h:1555
static constexpr uint32 PDOR_PDO24(uint32 value)
PDOR - PDO24.
Definition chip/src/gpio/GPIO.h:671
static constexpr uint32 PSOR_PTSO5(uint32 value)
PSOR - PTSO5.
Definition chip/src/gpio/GPIO.h:840
static constexpr uint32 PSOR_PTSO26(uint32 value)
PSOR - PTSO26.
Definition chip/src/gpio/GPIO.h:1113
static constexpr uint32 PDDR_PDD27(uint32 value)
PDDR - PDD27.
Definition chip/src/gpio/GPIO.h:2790
static constexpr uint32 PSOR_PTSO20(uint32 value)
PSOR - PTSO20.
Definition chip/src/gpio/GPIO.h:1035
static constexpr uint32 PSOR_PTSO1(uint32 value)
PSOR - PTSO1.
Definition chip/src/gpio/GPIO.h:788
static constexpr uint32 PTOR_PTTO16(uint32 value)
PORT - PTTO16.
Definition chip/src/gpio/GPIO.h:1815
static constexpr uint32 PCOR_PTCO0(uint32 value)
PCOR - PTCO0.
Definition chip/src/gpio/GPIO.h:1191
static constexpr uint32 GICHR_GIWE26(uint32 value)
GICHR - GIWE26.
Definition chip/src/gpio/GPIO.h:3691
static constexpr uint32 PDDR_PDD7(uint32 value)
PDDR - PDD7.
Definition chip/src/gpio/GPIO.h:2530
static constexpr uint32 GICHR_GIWE18(uint32 value)
GICHR - GIWE18.
Definition chip/src/gpio/GPIO.h:3587
static constexpr uint32 PTOR_PTTO5(uint32 value)
PORT - PTTO5.
Definition chip/src/gpio/GPIO.h:1672
static constexpr uint32 GICHR_GIWE29(uint32 value)
GICHR - GIWE29.
Definition chip/src/gpio/GPIO.h:3730
static constexpr uint32 PDIR_PDI26(uint32 value)
PDIR - PDI26.
Definition chip/src/gpio/GPIO.h:2361
static void portSet(Register &base, uint32 mask)
Sets the output level of the multiple GPIO pins to the logic 1.
Definition chip/src/gpio/GPIO.h:173
static constexpr uint32 PTOR_PTTO23(uint32 value)
PORT - PTTO23.
Definition chip/src/gpio/GPIO.h:1906
static constexpr uint32 PDIR_PDI4(uint32 value)
PDIR - PDI4.
Definition chip/src/gpio/GPIO.h:2075
static constexpr uint32 PDDR_PDD20(uint32 value)
PDDR - PDD20.
Definition chip/src/gpio/GPIO.h:2699
static constexpr uint32 PDOR_PDO9(uint32 value)
PDOR - PDO9.
Definition chip/src/gpio/GPIO.h:476
static constexpr uint32 PTOR_PTTO3(uint32 value)
PORT - PTTO3.
Definition chip/src/gpio/GPIO.h:1646
static constexpr uint32 ISFR_ISF21(uint32 value)
ISFR - ISF21.
Definition chip/src/gpio/GPIO.h:4139
static constexpr uint32 ISFR_ISF6(uint32 value)
ISFR - ISF6.
Definition chip/src/gpio/GPIO.h:3884
static constexpr uint32 GICLR_GIWE7(uint32 value)
GICLR - GIWE7.
Definition chip/src/gpio/GPIO.h:3435
static constexpr uint32 PIDR_PID31(uint32 value)
PIDR - PID31.
Definition chip/src/gpio/GPIO.h:3258
static constexpr uint32 PDOR_PDO31(uint32 value)
PDOR - PDO31.
Definition chip/src/gpio/GPIO.h:762
static constexpr uint32 ISFR_ISF20(uint32 value)
ISFR - ISF20.
Definition chip/src/gpio/GPIO.h:4122
static constexpr uint32 PIDR_PID1(uint32 value)
PIDR - PID1.
Definition chip/src/gpio/GPIO.h:2868
static constexpr uint32 PDOR_PDO11(uint32 value)
PDOR - PDO11.
Definition chip/src/gpio/GPIO.h:502
static constexpr uint32 PTOR_PTTO27(uint32 value)
PORT - PTTO27.
Definition chip/src/gpio/GPIO.h:1958
static constexpr uint32 VERID_MAJOR(uint32 value)
VERID - MAJOR.
Definition chip/src/gpio/GPIO.h:337
static constexpr uint32 PCOR_PTCO8(uint32 value)
PCOR - PTCO8.
Definition chip/src/gpio/GPIO.h:1295
static constexpr uint32 ISFR_ISF2(uint32 value)
ISFR - ISF2.
Definition chip/src/gpio/GPIO.h:3816
static constexpr uint32 GICLR_GIWE13(uint32 value)
GICLR - GIWE13.
Definition chip/src/gpio/GPIO.h:3513
static constexpr uint32 ISFR_ISF28(uint32 value)
ISFR - ISF28.
Definition chip/src/gpio/GPIO.h:4258
static constexpr uint32 PDIR_PDI11(uint32 value)
PDIR - PDI11.
Definition chip/src/gpio/GPIO.h:2166
static void pinInit(Register &base, uint32 pin, const PinConfig &config)
Initializes a GPIO pin used by the board.
static constexpr uint32 PIDR_PID4(uint32 value)
PIDR - PID4.
Definition chip/src/gpio/GPIO.h:2907
static uint8 pinGetInterruptFlag(Register &base, uint32 pin)
Read individual pin's interrupt status flag.
static constexpr uint32 PDDR_PDD23(uint32 value)
PDDR - PDD23.
Definition chip/src/gpio/GPIO.h:2738
static constexpr uint32 PDIR_PDI19(uint32 value)
PDIR - PDI19.
Definition chip/src/gpio/GPIO.h:2270
static constexpr uint32 PSOR_PTSO8(uint32 value)
PSOR - PTSO8.
Definition chip/src/gpio/GPIO.h:879
static constexpr uint32 PTOR_PTTO28(uint32 value)
PORT - PTTO28.
Definition chip/src/gpio/GPIO.h:1971
static constexpr uint32 PTOR_PTTO7(uint32 value)
PORT - PTTO7.
Definition chip/src/gpio/GPIO.h:1698
static constexpr uint32 GICHR_GIWE24(uint32 value)
GICHR - GIWE24.
Definition chip/src/gpio/GPIO.h:3665
static constexpr uint32 PIDR_PID30(uint32 value)
PIDR - PID30.
Definition chip/src/gpio/GPIO.h:3245
static constexpr uint32 GICLR_GIWE9(uint32 value)
GICLR - GIWE9.
Definition chip/src/gpio/GPIO.h:3461
static constexpr uint32 PDOR_PDO28(uint32 value)
PDOR - PDO28.
Definition chip/src/gpio/GPIO.h:723
static constexpr uint32 PSOR_PTSO18(uint32 value)
PSOR - PTSO18.
Definition chip/src/gpio/GPIO.h:1009
static constexpr uint32 PDDR_PDD15(uint32 value)
PDDR - PDD15.
Definition chip/src/gpio/GPIO.h:2634
static constexpr uint32 PDDR_PDD17(uint32 value)
PDDR - PDD17.
Definition chip/src/gpio/GPIO.h:2660
static constexpr uint32 PDDR_PDD11(uint32 value)
PDDR - PDD11.
Definition chip/src/gpio/GPIO.h:2582
static constexpr uint32 PDDR_PDD29(uint32 value)
PDDR - PDD29.
Definition chip/src/gpio/GPIO.h:2816
Definition gpio/Count.h:22
InterruptConfig
Definition InterruptConfig.h:33
@ PTOR_PTTO2
PORT - PTTO2.
@ PCOR_PTCO8
PCOR - PTCO8.
@ PSOR_PTSO4
PSOR - PTSO4.
@ PSOR_PTSO22
PSOR - PTSO22.
@ PTOR_PTTO27
PORT - PTTO27.
@ PDDR_PDD19
PDDR - PDD19.
@ PTOR_PTTO14
PORT - PTTO14.
@ PDOR_PDO17
PDOR - PDO17.
@ PCOR_PTCO4
PCOR - PTCO4.
@ PIDR_PID10
PIDR - PID10.
@ PDOR_PDO10
PDOR - PDO10.
@ PSOR_PTSO24
PSOR - PTSO24.
@ GICLR_GIWE1
GICLR - GIWE1.
@ PTOR_PTTO26
PORT - PTTO26.
@ PIDR_PID17
PIDR - PID17.
@ ISFR_ISF29
ISFR - ISF29.
@ PDDR_PDD13
PDDR - PDD13.
@ GICLR_GIWE15
GICLR - GIWE15.
@ PSOR_PTSO21
PSOR - PTSO21.
@ PSOR_PTSO23
PSOR - PTSO23.
@ ISFR_ISF30
ISFR - ISF30.
@ PDIR_PDI18
PDIR - PDI18.
@ PDIR_PDI27
PDIR - PDI27.
@ PSOR_PTSO15
PSOR - PTSO15.
@ PSOR_PTSO2
PSOR - PTSO2.
@ ISFR_ISF28
ISFR - ISF28.
@ PCOR_PTCO18
PCOR - PTCO18.
@ PTOR_PTTO9
PORT - PTTO9.
@ ISFR_ISF10
ISFR - ISF10.
@ PDIR_PDI14
PDIR - PDI14.
@ PDDR_PDD27
PDDR - PDD27.
@ PDIR_PDI30
PDIR - PDI30.
@ PIDR_PID29
PIDR - PID29.
@ VERID_MINOR
VERID - MINOR.
@ PDIR_PDI17
PDIR - PDI17.
@ GICHR_GIWD
GICHR - GIWD.
@ PDDR_PDD20
PDDR - PDD20.
@ PSOR_PTSO30
PSOR - PTSO30.
@ PTOR_PTTO28
PORT - PTTO28.
@ GICLR_GIWE7
GICLR - GIWE7.
@ PSOR_PTSO20
PSOR - PTSO20.
@ PDDR_PDD25
PDDR - PDD25.
@ GICHR_GIWE21
GICHR - GIWE21.
@ ISFR_ISF31
ISFR - ISF31.
@ PCOR_PTCO3
PCOR - PTCO3.
@ PARAM_IRQNUM
PARAM - IRQNUM.
@ PDOR_PDO16
PDOR - PDO16.
@ PCOR_PTCO16
PCOR - PTCO16.
@ PSOR_PTSO13
PSOR - PTSO13.
@ PCOR_PTCO15
PCOR - PTCO15.
@ GICLR_GIWD
GICLR - GIWD.
@ PDDR_PDD15
PDDR - PDD15.
@ PTOR_PTTO1
PORT - PTTO1.
@ PTOR_PTTO10
PORT - PTTO10.
@ PIDR_PID26
PIDR - PID26.
@ PCOR_PTCO2
PCOR - PTCO2.
@ GICHR_GIWE23
GICHR - GIWE23.
@ PDDR_PDD26
PDDR - PDD26.
@ PSOR_PTSO11
PSOR - PTSO11.
@ GICHR_GIWE18
GICHR - GIWE18.
@ PDDR_PDD14
PDDR - PDD14.
@ PSOR_PTSO17
PSOR - PTSO17.
@ GICHR_GIWE28
GICHR - GIWE28.
@ PDIR_PDI19
PDIR - PDI19.
@ PDIR_PDI28
PDIR - PDI28.
@ PDOR_PDO18
PDOR - PDO18.
@ PSOR_PTSO19
PSOR - PTSO19.
@ PCOR_PTCO25
PCOR - PTCO25.
@ PSOR_PTSO16
PSOR - PTSO16.
@ PCOR_PTCO17
PCOR - PTCO17.
@ PCOR_PTCO28
PCOR - PTCO28.
@ ISFR_ISF12
ISFR - ISF12.
@ PDOR_PDO23
PDOR - PDO23.
@ PDIR_PDI29
PDIR - PDI29.
@ PCOR_PTCO5
PCOR - PTCO5.
@ PDIR_PDI21
PDIR - PDI21.
@ PDOR_PDO31
PDOR - PDO31.
@ PSOR_PTSO28
PSOR - PTSO28.
@ PCOR_PTCO24
PCOR - PTCO24.
@ PSOR_PTSO9
PSOR - PTSO9.
@ GICHR_GIWE22
GICHR - GIWE22.
@ PDIR_PDI13
PDIR - PDI13.
@ PTOR_PTTO20
PORT - PTTO20.
@ PTOR_PTTO21
PORT - PTTO21.
@ ISFR_ISF23
ISFR - ISF23.
@ PDIR_PDI25
PDIR - PDI25.
@ PTOR_PTTO22
PORT - PTTO22.
@ PIDR_PID20
PIDR - PID20.
@ GICHR_GIWE29
GICHR - GIWE29.
@ PTOR_PTTO25
PORT - PTTO25.
@ PCOR_PTCO9
PCOR - PTCO9.
@ PDDR_PDD21
PDDR - PDD21.
@ PDDR_PDD17
PDDR - PDD17.
@ PCOR_PTCO19
PCOR - PTCO19.
@ ISFR_ISF17
ISFR - ISF17.
@ PSOR_PTSO7
PSOR - PTSO7.
@ PCOR_PTCO7
PCOR - PTCO7.
@ PTOR_PTTO19
PORT - PTTO19.
@ PTOR_PTTO7
PORT - PTTO7.
@ PDOR_PDO22
PDOR - PDO22.
@ PSOR_PTSO31
PSOR - PTSO31.
@ PSOR_PTSO6
PSOR - PTSO6.
@ PDIR_PDI16
PDIR - PDI16.
@ PIDR_PID24
PIDR - PID24.
@ VERID_FEATURE
VERID - FEATURE.
@ PCOR_PTCO30
PCOR - PTCO30.
@ ISFR_ISF14
ISFR - ISF14.
@ PCOR_PTCO6
PCOR - PTCO6.
@ PSOR_PTSO3
PSOR - PTSO3.
@ PDOR_PDO28
PDOR - PDO28.
@ PIDR_PID22
PIDR - PID22.
@ PDOR_PDO29
PDOR - PDO29.
@ PTOR_PTTO8
PORT - PTTO8.
@ ISFR_ISF13
ISFR - ISF13.
@ PDIR_PDI12
PDIR - PDI12.
@ PDOR_PDO24
PDOR - PDO24.
@ GICHR_GIWE24
GICHR - GIWE24.
@ PDIR_PDI24
PDIR - PDI24.
@ PDDR_PDD12
PDDR - PDD12.
@ PSOR_PTSO14
PSOR - PTSO14.
@ PCOR_PTCO21
PCOR - PTCO21.
@ PIDR_PID28
PIDR - PID28.
@ PDOR_PDO19
PDOR - PDO19.
@ PIDR_PID14
PIDR - PID14.
@ GICLR_GIWE13
GICLR - GIWE13.
@ PDOR_PDO27
PDOR - PDO27.
@ PIDR_PID30
PIDR - PID30.
@ ISFR_ISF19
ISFR - ISF19.
@ GICLR_GIWE5
GICLR - GIWE5.
@ ISFR_ISF27
ISFR - ISF27.
@ PCOR_PTCO31
PCOR - PTCO31.
@ PTOR_PTTO24
PORT - PTTO24.
@ ISFR_ISF16
ISFR - ISF16.
@ PTOR_PTTO31
PORT - PTTO31.
@ ISFR_ISF24
ISFR - ISF24.
@ ISFR_ISF15
ISFR - ISF15.
@ PDIR_PDI23
PDIR - PDI23.
@ GICLR_GIWE4
GICLR - GIWE4.
@ PDIR_PDI26
PDIR - PDI26.
@ PSOR_PTSO0
PSOR - PTSO0.
@ PCOR_PTCO11
PCOR - PTCO11.
@ PDDR_PDD11
PDDR - PDD11.
@ PSOR_PTSO10
PSOR - PTSO10.
@ ISFR_ISF25
ISFR - ISF25.
@ ISFR_ISF21
ISFR - ISF21.
@ PDOR_PDO12
PDOR - PDO12.
@ PTOR_PTTO29
PORT - PTTO29.
@ PDIR_PDI11
PDIR - PDI11.
@ ISFR_ISF18
ISFR - ISF18.
@ PCOR_PTCO29
PCOR - PTCO29.
@ PCOR_PTCO13
PCOR - PTCO13.
@ PCOR_PTCO12
PCOR - PTCO12.
@ PDDR_PDD28
PDDR - PDD28.
@ PCOR_PTCO20
PCOR - PTCO20.
@ PDDR_PDD23
PDDR - PDD23.
@ GICHR_GIWE30
GICHR - GIWE30.
@ GICLR_GIWE3
GICLR - GIWE3.
@ PDIR_PDI31
PDIR - PDI31.
@ PTOR_PTTO0
PORT - PTTO0.
@ PDDR_PDD16
PDDR - PDD16.
@ PIDR_PID23
PIDR - PID23.
@ PTOR_PTTO23
PORT - PTTO23.
@ PDOR_PDO15
PDOR - PDO15.
@ PIDR_PID16
PIDR - PID16.
@ PSOR_PTSO27
PSOR - PTSO27.
@ PIDR_PID27
PIDR - PID27.
@ PSOR_PTSO29
PSOR - PTSO29.
@ PDDR_PDD30
PDDR - PDD30.
@ PDOR_PDO21
PDOR - PDO21.
@ ISFR_ISF11
ISFR - ISF11.
@ GICHR_GIWE16
GICHR - GIWE16.
@ GICLR_GIWE6
GICLR - GIWE6.
@ PDOR_PDO11
PDOR - PDO11.
@ PIDR_PID12
PIDR - PID12.
@ PDOR_PDO26
PDOR - PDO26.
@ PTOR_PTTO30
PORT - PTTO30.
@ VERID_MAJOR
VERID - MAJOR.
@ GICHR_GIWE31
GICHR - GIWE31.
@ PTOR_PTTO11
PORT - PTTO11.
@ PDOR_PDO25
PDOR - PDO25.
@ GICLR_GIWE9
GICLR - GIWE9.
@ PCOR_PTCO22
PCOR - PTCO22.
@ GICHR_GIWE27
GICHR - GIWE27.
@ PTOR_PTTO16
PORT - PTTO16.
@ PDDR_PDD31
PDDR - PDD31.
@ PIDR_PID25
PIDR - PID25.
@ PDIR_PDI22
PDIR - PDI22.
@ PDDR_PDD22
PDDR - PDD22.
@ PSOR_PTSO18
PSOR - PTSO18.
@ GICLR_GIWE11
GICLR - GIWE11.
@ PSOR_PTSO5
PSOR - PTSO5.
@ PIDR_PID18
PIDR - PID18.
@ PTOR_PTTO17
PORT - PTTO17.
@ PDDR_PDD10
PDDR - PDD10.
@ PDDR_PDD24
PDDR - PDD24.
@ ISFR_ISF26
ISFR - ISF26.
@ PDOR_PDO13
PDOR - PDO13.
@ PSOR_PTSO26
PSOR - PTSO26.
@ PDOR_PDO14
PDOR - PDO14.
@ GICHR_GIWE17
GICHR - GIWE17.
@ PDDR_PDD18
PDDR - PDD18.
@ PTOR_PTTO3
PORT - PTTO3.
@ PSOR_PTSO8
PSOR - PTSO8.
@ PDIR_PDI10
PDIR - PDI10.
@ PSOR_PTSO25
PSOR - PTSO25.
@ PIDR_PID11
PIDR - PID11.
@ PDIR_PDI15
PDIR - PDI15.
@ PCOR_PTCO26
PCOR - PTCO26.
@ GICLR_GIWE2
GICLR - GIWE2.
@ PIDR_PID15
PIDR - PID15.
@ PDIR_PDI20
PDIR - PDI20.
@ GICHR_GIWE19
GICHR - GIWE19.
@ ISFR_ISF20
ISFR - ISF20.
@ PSOR_PTSO12
PSOR - PTSO12.
@ GICLR_GIWE12
GICLR - GIWE12.
@ PIDR_PID21
PIDR - PID21.
@ PCOR_PTCO14
PCOR - PTCO14.
@ PCOR_PTCO0
PCOR - PTCO0.
@ GICHR_GIWE25
GICHR - GIWE25.
@ GICHR_GIWE20
GICHR - GIWE20.
@ PTOR_PTTO15
PORT - PTTO15.
@ PTOR_PTTO13
PORT - PTTO13.
@ GICLR_GIWE0
GICLR - GIWE0.
@ PDOR_PDO20
PDOR - PDO20.
@ GICLR_GIWE8
GICLR - GIWE8.
@ PCOR_PTCO1
PCOR - PTCO1.
@ PTOR_PTTO18
PORT - PTTO18.
@ PTOR_PTTO12
PORT - PTTO12.
@ PCOR_PTCO27
PCOR - PTCO27.
@ PTOR_PTTO4
PORT - PTTO4.
@ PIDR_PID31
PIDR - PID31.
@ PIDR_PID13
PIDR - PID13.
@ PDDR_PDD29
PDDR - PDD29.
@ PCOR_PTCO10
PCOR - PTCO10.
@ PCOR_PTCO23
PCOR - PTCO23.
@ PTOR_PTTO5
PORT - PTTO5.
@ PIDR_PID19
PIDR - PID19.
@ PSOR_PTSO1
PSOR - PTSO1.
@ GICHR_GIWE26
GICHR - GIWE26.
@ PDOR_PDO30
PDOR - PDO30.
@ PTOR_PTTO6
PORT - PTTO6.
@ ISFR_ISF22
ISFR - ISF22.
@ GICLR_GIWE14
GICLR - GIWE14.
@ GICLR_GIWE10
GICLR - GIWE10.
@ PTOR_PTTO2
PORT - PTTO2.
@ PCOR_PTCO8
PCOR - PTCO8.
@ PSOR_PTSO4
PSOR - PTSO4.
@ PSOR_PTSO22
PSOR - PTSO22.
@ PTOR_PTTO27
PORT - PTTO27.
@ PDDR_PDD19
PDDR - PDD19.
@ PTOR_PTTO14
PORT - PTTO14.
@ PDOR_PDO17
PDOR - PDO17.
@ PCOR_PTCO4
PCOR - PTCO4.
@ PIDR_PID10
PIDR - PID10.
@ PDOR_PDO10
PDOR - PDO10.
@ PSOR_PTSO24
PSOR - PTSO24.
@ GICLR_GIWE1
GICLR - GIWE1.
@ PTOR_PTTO26
PORT - PTTO26.
@ PIDR_PID17
PIDR - PID17.
@ ISFR_ISF29
ISFR - ISF29.
@ PDDR_PDD13
PDDR - PDD13.
@ GICLR_GIWE15
GICLR - GIWE15.
@ PSOR_PTSO21
PSOR - PTSO21.
@ PSOR_PTSO23
PSOR - PTSO23.
@ ISFR_ISF30
ISFR - ISF30.
@ PDIR_PDI18
PDIR - PDI18.
@ PDIR_PDI27
PDIR - PDI27.
@ PSOR_PTSO15
PSOR - PTSO15.
@ PSOR_PTSO2
PSOR - PTSO2.
@ ISFR_ISF28
ISFR - ISF28.
@ PCOR_PTCO18
PCOR - PTCO18.
@ PTOR_PTTO9
PORT - PTTO9.
@ ISFR_ISF10
ISFR - ISF10.
@ PDIR_PDI14
PDIR - PDI14.
@ PDDR_PDD27
PDDR - PDD27.
@ PDIR_PDI30
PDIR - PDI30.
@ PIDR_PID29
PIDR - PID29.
@ VERID_MINOR
VERID - MINOR.
@ PDIR_PDI17
PDIR - PDI17.
@ GICHR_GIWD
GICHR - GIWD.
@ PDDR_PDD20
PDDR - PDD20.
@ PSOR_PTSO30
PSOR - PTSO30.
@ PTOR_PTTO28
PORT - PTTO28.
@ GICLR_GIWE7
GICLR - GIWE7.
@ PSOR_PTSO20
PSOR - PTSO20.
@ PDDR_PDD25
PDDR - PDD25.
@ GICHR_GIWE21
GICHR - GIWE21.
@ ISFR_ISF31
ISFR - ISF31.
@ PCOR_PTCO3
PCOR - PTCO3.
@ PARAM_IRQNUM
PARAM - IRQNUM.
@ PDOR_PDO16
PDOR - PDO16.
@ PCOR_PTCO16
PCOR - PTCO16.
@ PSOR_PTSO13
PSOR - PTSO13.
@ PCOR_PTCO15
PCOR - PTCO15.
@ GICLR_GIWD
GICLR - GIWD.
@ PDDR_PDD15
PDDR - PDD15.
@ PTOR_PTTO1
PORT - PTTO1.
@ PTOR_PTTO10
PORT - PTTO10.
@ PIDR_PID26
PIDR - PID26.
@ PCOR_PTCO2
PCOR - PTCO2.
@ GICHR_GIWE23
GICHR - GIWE23.
@ PDDR_PDD26
PDDR - PDD26.
@ PSOR_PTSO11
PSOR - PTSO11.
@ GICHR_GIWE18
GICHR - GIWE18.
@ PDDR_PDD14
PDDR - PDD14.
@ PSOR_PTSO17
PSOR - PTSO17.
@ GICHR_GIWE28
GICHR - GIWE28.
@ PDIR_PDI19
PDIR - PDI19.
@ PDIR_PDI28
PDIR - PDI28.
@ PDOR_PDO18
PDOR - PDO18.
@ PSOR_PTSO19
PSOR - PTSO19.
@ PCOR_PTCO25
PCOR - PTCO25.
@ PSOR_PTSO16
PSOR - PTSO16.
@ PCOR_PTCO17
PCOR - PTCO17.
@ PCOR_PTCO28
PCOR - PTCO28.
@ ISFR_ISF12
ISFR - ISF12.
@ PDOR_PDO23
PDOR - PDO23.
@ PDIR_PDI29
PDIR - PDI29.
@ PCOR_PTCO5
PCOR - PTCO5.
@ PDIR_PDI21
PDIR - PDI21.
@ PDOR_PDO31
PDOR - PDO31.
@ PSOR_PTSO28
PSOR - PTSO28.
@ PCOR_PTCO24
PCOR - PTCO24.
@ PSOR_PTSO9
PSOR - PTSO9.
@ GICHR_GIWE22
GICHR - GIWE22.
@ PDIR_PDI13
PDIR - PDI13.
@ PTOR_PTTO20
PORT - PTTO20.
@ PTOR_PTTO21
PORT - PTTO21.
@ ISFR_ISF23
ISFR - ISF23.
@ PDIR_PDI25
PDIR - PDI25.
@ PTOR_PTTO22
PORT - PTTO22.
@ PIDR_PID20
PIDR - PID20.
@ GICHR_GIWE29
GICHR - GIWE29.
@ PTOR_PTTO25
PORT - PTTO25.
@ PCOR_PTCO9
PCOR - PTCO9.
@ PDDR_PDD21
PDDR - PDD21.
@ PDDR_PDD17
PDDR - PDD17.
@ PCOR_PTCO19
PCOR - PTCO19.
@ ISFR_ISF17
ISFR - ISF17.
@ PSOR_PTSO7
PSOR - PTSO7.
@ PCOR_PTCO7
PCOR - PTCO7.
@ PTOR_PTTO19
PORT - PTTO19.
@ PTOR_PTTO7
PORT - PTTO7.
@ PDOR_PDO22
PDOR - PDO22.
@ PSOR_PTSO31
PSOR - PTSO31.
@ PSOR_PTSO6
PSOR - PTSO6.
@ PDIR_PDI16
PDIR - PDI16.
@ PIDR_PID24
PIDR - PID24.
@ VERID_FEATURE
VERID - FEATURE.
@ PCOR_PTCO30
PCOR - PTCO30.
@ ISFR_ISF14
ISFR - ISF14.
@ PCOR_PTCO6
PCOR - PTCO6.
@ PSOR_PTSO3
PSOR - PTSO3.
@ PDOR_PDO28
PDOR - PDO28.
@ PIDR_PID22
PIDR - PID22.
@ PDOR_PDO29
PDOR - PDO29.
@ PTOR_PTTO8
PORT - PTTO8.
@ ISFR_ISF13
ISFR - ISF13.
@ PDIR_PDI12
PDIR - PDI12.
@ PDOR_PDO24
PDOR - PDO24.
@ GICHR_GIWE24
GICHR - GIWE24.
@ PDIR_PDI24
PDIR - PDI24.
@ PDDR_PDD12
PDDR - PDD12.
@ PSOR_PTSO14
PSOR - PTSO14.
@ PCOR_PTCO21
PCOR - PTCO21.
@ PIDR_PID28
PIDR - PID28.
@ PDOR_PDO19
PDOR - PDO19.
@ PIDR_PID14
PIDR - PID14.
@ GICLR_GIWE13
GICLR - GIWE13.
@ PDOR_PDO27
PDOR - PDO27.
@ PIDR_PID30
PIDR - PID30.
@ ISFR_ISF19
ISFR - ISF19.
@ GICLR_GIWE5
GICLR - GIWE5.
@ ISFR_ISF27
ISFR - ISF27.
@ PCOR_PTCO31
PCOR - PTCO31.
@ PTOR_PTTO24
PORT - PTTO24.
@ ISFR_ISF16
ISFR - ISF16.
@ PTOR_PTTO31
PORT - PTTO31.
@ ISFR_ISF24
ISFR - ISF24.
@ ISFR_ISF15
ISFR - ISF15.
@ PDIR_PDI23
PDIR - PDI23.
@ GICLR_GIWE4
GICLR - GIWE4.
@ PDIR_PDI26
PDIR - PDI26.
@ PSOR_PTSO0
PSOR - PTSO0.
@ PCOR_PTCO11
PCOR - PTCO11.
@ PDDR_PDD11
PDDR - PDD11.
@ PSOR_PTSO10
PSOR - PTSO10.
@ ISFR_ISF25
ISFR - ISF25.
@ ISFR_ISF21
ISFR - ISF21.
@ PDOR_PDO12
PDOR - PDO12.
@ PTOR_PTTO29
PORT - PTTO29.
@ PDIR_PDI11
PDIR - PDI11.
@ ISFR_ISF18
ISFR - ISF18.
@ PCOR_PTCO29
PCOR - PTCO29.
@ PCOR_PTCO13
PCOR - PTCO13.
@ PCOR_PTCO12
PCOR - PTCO12.
@ PDDR_PDD28
PDDR - PDD28.
@ PCOR_PTCO20
PCOR - PTCO20.
@ PDDR_PDD23
PDDR - PDD23.
@ GICHR_GIWE30
GICHR - GIWE30.
@ GICLR_GIWE3
GICLR - GIWE3.
@ PDIR_PDI31
PDIR - PDI31.
@ PTOR_PTTO0
PORT - PTTO0.
@ PDDR_PDD16
PDDR - PDD16.
@ PIDR_PID23
PIDR - PID23.
@ PTOR_PTTO23
PORT - PTTO23.
@ PDOR_PDO15
PDOR - PDO15.
@ PIDR_PID16
PIDR - PID16.
@ PSOR_PTSO27
PSOR - PTSO27.
@ PIDR_PID27
PIDR - PID27.
@ PSOR_PTSO29
PSOR - PTSO29.
@ PDDR_PDD30
PDDR - PDD30.
@ PDOR_PDO21
PDOR - PDO21.
@ ISFR_ISF11
ISFR - ISF11.
@ GICHR_GIWE16
GICHR - GIWE16.
@ GICLR_GIWE6
GICLR - GIWE6.
@ PDOR_PDO11
PDOR - PDO11.
@ PIDR_PID12
PIDR - PID12.
@ PDOR_PDO26
PDOR - PDO26.
@ PTOR_PTTO30
PORT - PTTO30.
@ VERID_MAJOR
VERID - MAJOR.
@ GICHR_GIWE31
GICHR - GIWE31.
@ PTOR_PTTO11
PORT - PTTO11.
@ PDOR_PDO25
PDOR - PDO25.
@ GICLR_GIWE9
GICLR - GIWE9.
@ PCOR_PTCO22
PCOR - PTCO22.
@ GICHR_GIWE27
GICHR - GIWE27.
@ PTOR_PTTO16
PORT - PTTO16.
@ PDDR_PDD31
PDDR - PDD31.
@ PIDR_PID25
PIDR - PID25.
@ PDIR_PDI22
PDIR - PDI22.
@ PDDR_PDD22
PDDR - PDD22.
@ PSOR_PTSO18
PSOR - PTSO18.
@ GICLR_GIWE11
GICLR - GIWE11.
@ PSOR_PTSO5
PSOR - PTSO5.
@ PIDR_PID18
PIDR - PID18.
@ PTOR_PTTO17
PORT - PTTO17.
@ PDDR_PDD10
PDDR - PDD10.
@ PDDR_PDD24
PDDR - PDD24.
@ ISFR_ISF26
ISFR - ISF26.
@ PDOR_PDO13
PDOR - PDO13.
@ PSOR_PTSO26
PSOR - PTSO26.
@ PDOR_PDO14
PDOR - PDO14.
@ GICHR_GIWE17
GICHR - GIWE17.
@ PDDR_PDD18
PDDR - PDD18.
@ PTOR_PTTO3
PORT - PTTO3.
@ PSOR_PTSO8
PSOR - PTSO8.
@ PDIR_PDI10
PDIR - PDI10.
@ PSOR_PTSO25
PSOR - PTSO25.
@ PIDR_PID11
PIDR - PID11.
@ PDIR_PDI15
PDIR - PDI15.
@ PCOR_PTCO26
PCOR - PTCO26.
@ GICLR_GIWE2
GICLR - GIWE2.
@ PIDR_PID15
PIDR - PID15.
@ PDIR_PDI20
PDIR - PDI20.
@ GICHR_GIWE19
GICHR - GIWE19.
@ ISFR_ISF20
ISFR - ISF20.
@ PSOR_PTSO12
PSOR - PTSO12.
@ GICLR_GIWE12
GICLR - GIWE12.
@ PIDR_PID21
PIDR - PID21.
@ PCOR_PTCO14
PCOR - PTCO14.
@ PCOR_PTCO0
PCOR - PTCO0.
@ GICHR_GIWE25
GICHR - GIWE25.
@ GICHR_GIWE20
GICHR - GIWE20.
@ PTOR_PTTO15
PORT - PTTO15.
@ PTOR_PTTO13
PORT - PTTO13.
@ GICLR_GIWE0
GICLR - GIWE0.
@ PDOR_PDO20
PDOR - PDO20.
@ GICLR_GIWE8
GICLR - GIWE8.
@ PCOR_PTCO1
PCOR - PTCO1.
@ PTOR_PTTO18
PORT - PTTO18.
@ PTOR_PTTO12
PORT - PTTO12.
@ PCOR_PTCO27
PCOR - PTCO27.
@ PTOR_PTTO4
PORT - PTTO4.
@ PIDR_PID31
PIDR - PID31.
@ PIDR_PID13
PIDR - PID13.
@ PDDR_PDD29
PDDR - PDD29.
@ PCOR_PTCO10
PCOR - PTCO10.
@ PCOR_PTCO23
PCOR - PTCO23.
@ PTOR_PTTO5
PORT - PTTO5.
@ PIDR_PID19
PIDR - PID19.
@ PSOR_PTSO1
PSOR - PTSO1.
@ GICHR_GIWE26
GICHR - GIWE26.
@ PDOR_PDO30
PDOR - PDO30.
@ PTOR_PTTO6
PORT - PTTO6.
@ ISFR_ISF22
ISFR - ISF22.
@ GICLR_GIWE14
GICLR - GIWE14.
@ GICLR_GIWE10
GICLR - GIWE10.
The GPIO pin configuration structure.
Definition PinConfig.h:39
GPIO_Peripheral_Access_Layer GPIO Peripheral Access Layer.
Definition gpio/Register.h:34
__O uint32 pcor
Definition gpio/Register.h:40
__IO uint32 isfr[1]
Definition gpio/Register.h:51
__O uint32 ptor
Definition gpio/Register.h:41
__O uint32 giclr
Definition gpio/Register.h:48
__O uint32 psor
Definition gpio/Register.h:39
__IO uint32 icr[32]
Definition gpio/Register.h:47
__IO uint32 pidr
Definition gpio/Register.h:44
__O uint32 gichr
Definition gpio/Register.h:49
__I uint32 pdir
Definition gpio/Register.h:42
Definition VersionInfo.h:29