7#ifndef MCXA153_A3754241_08E1_4F86_B049_0FACC9D70DF5
8#define MCXA153_A3754241_08E1_4F86_B049_0FACC9D70DF5
16#include "./../gpio/Count.h"
17#include "./../gpio/InterruptConfig.h"
18#include "./../gpio/Mask.h"
19#include "./../gpio/PinConfig.h"
20#include "./../gpio/Register.h"
21#include "./../gpio/Shift.h"
22#include "./../gpio/VersionInfo.h"
31 extern Register& GPIO0;
32 extern Register& GPIO1;
33 extern Register& GPIO2;
34 extern Register& GPIO3;
35 extern Register*
const GPIO[];
146 virtual ~GPIO(
void)
override =
default;
219 base.
pidr &=
static_cast<uint32
>(~mask);
229 base.
pidr |=
static_cast<uint32
>(mask);
243 base.
pcor =
static_cast<uint32
>(1UL << pin);
245 base.
psor =
static_cast<uint32
>(1UL << pin);
256 base.
psor =
static_cast<uint32
>(mask);
266 base.
pcor =
static_cast<uint32
>(mask);
276 base.
ptor =
static_cast<uint32
>(mask);
289 return ((
static_cast<uint32
>(base.
pdir) >> pin) & 0x01UL);
365 return (base.
isfr[1]);
395 if (0UL != (mask & 0xffffUL)) {
453 static inline constexpr uint32
PDOR_PDO0(uint32 value) {
466 static inline constexpr uint32
PDOR_PDO1(uint32 value) {
479 static inline constexpr uint32
PDOR_PDO2(uint32 value) {
492 static inline constexpr uint32
PDOR_PDO3(uint32 value) {
505 static inline constexpr uint32
PDOR_PDO4(uint32 value) {
518 static inline constexpr uint32
PDOR_PDO5(uint32 value) {
531 static inline constexpr uint32
PDOR_PDO6(uint32 value) {
544 static inline constexpr uint32
PDOR_PDO7(uint32 value) {
557 static inline constexpr uint32
PDOR_PDO8(uint32 value) {
570 static inline constexpr uint32
PDOR_PDO9(uint32 value) {
3365 static inline constexpr uint8
PDR_PD(uint8 value) {
3366 return static_cast<uint8
>((value << static_cast<uint8>(+
Shift::PDR_PD)) &
3411 static inline constexpr uint32
ICR_IRQC(uint32 value) {
3428 static inline constexpr uint32
ICR_ISF(uint32 value) {
MCXA153 通用輸入/輸出 (General Purpose Input/Output) 控制器靜態工具類別
Definition chip/gpio/GPIO.h:129
static constexpr uint32 PDDR_PDD12(uint32 value)
PDDR - PDD12.
Definition chip/gpio/GPIO.h:2689
static constexpr uint32 PDDR_PDD3(uint32 value)
PDDR - PDD3.
Definition chip/gpio/GPIO.h:2572
static constexpr uint32 PDIR_PDI2(uint32 value)
PDIR - PDI2.
Definition chip/gpio/GPIO.h:2143
static constexpr uint32 ISFR_ISF23(uint32 value)
ISFR - ISF23.
Definition chip/gpio/GPIO.h:4270
static constexpr uint32 PDOR_PDO8(uint32 value)
PDOR - PDO8.
Definition chip/gpio/GPIO.h:557
static constexpr uint32 GICLR_GIWE10(uint32 value)
GICLR - GIWE10.
Definition chip/gpio/GPIO.h:3571
static constexpr uint32 PDDR_PDD31(uint32 value)
PDDR - PDD31.
Definition chip/gpio/GPIO.h:2936
static constexpr uint32 PDIR_PDI17(uint32 value)
PDIR - PDI17.
Definition chip/gpio/GPIO.h:2338
static constexpr uint32 PDOR_PDO27(uint32 value)
PDOR - PDO27.
Definition chip/gpio/GPIO.h:804
static constexpr uint32 GICHR_GIWE18(uint32 value)
GICHR - GIWE18.
Definition chip/gpio/GPIO.h:3684
static void setMultipleInterruptPinsConfig(Register &base, uint32 mask, InterruptConfig config)
Sets the GPIO interrupt configuration in PCR register for multiple pins.
Definition chip/gpio/GPIO.h:392
static constexpr uint32 PSOR_PTSO21(uint32 value)
PSOR - PTSO21.
Definition chip/gpio/GPIO.h:1142
static constexpr uint32 GICHR_GIWE31(uint32 value)
GICHR - GIWE31.
Definition chip/gpio/GPIO.h:3853
static constexpr uint32 VERID_MAJOR(uint32 value)
VERID - MAJOR.
Definition chip/gpio/GPIO.h:431
static constexpr uint32 PDIR_PDI3(uint32 value)
PDIR - PDI3.
Definition chip/gpio/GPIO.h:2156
static constexpr uint32 PDDR_PDD28(uint32 value)
PDDR - PDD28.
Definition chip/gpio/GPIO.h:2897
static constexpr uint32 PIDR_PID11(uint32 value)
PIDR - PID11.
Definition chip/gpio/GPIO.h:3092
static constexpr uint32 ISFR_ISF4(uint32 value)
ISFR - ISF4.
Definition chip/gpio/GPIO.h:3947
static constexpr uint32 PDDR_PDD30(uint32 value)
PDDR - PDD30.
Definition chip/gpio/GPIO.h:2923
static constexpr uint32 PDDR_PDD7(uint32 value)
PDDR - PDD7.
Definition chip/gpio/GPIO.h:2624
static void portInputEnable(Register &base, uint32 mask)
Enable port input.
Definition chip/gpio/GPIO.h:218
static uint32 getPinsDMARequestFlags(Register &base)
Reads the GPIO DMA request flags. The corresponding flag will be cleared automatically at the complet...
Definition chip/gpio/GPIO.h:364
static constexpr uint32 PDOR_PDO21(uint32 value)
PDOR - PDO21.
Definition chip/gpio/GPIO.h:726
static void portSet(Register &base, uint32 mask)
Sets the output level of the multiple GPIO pins to the logic 1.
Definition chip/gpio/GPIO.h:255
static constexpr uint32 PDIR_PDI8(uint32 value)
PDIR - PDI8.
Definition chip/gpio/GPIO.h:2221
static constexpr uint32 GICHR_GIWE29(uint32 value)
GICHR - GIWE29.
Definition chip/gpio/GPIO.h:3827
static constexpr uint32 PDDR_PDD17(uint32 value)
PDDR - PDD17.
Definition chip/gpio/GPIO.h:2754
static constexpr uint32 GICLR_GIWD(uint32 value)
GICLR - GIWD.
Definition chip/gpio/GPIO.h:3645
static constexpr uint32 PSOR_PTSO6(uint32 value)
PSOR - PTSO6.
Definition chip/gpio/GPIO.h:947
static constexpr uint32 PCOR_PTCO15(uint32 value)
PCOR - PTCO15.
Definition chip/gpio/GPIO.h:1480
static constexpr uint32 ISFR_ISF11(uint32 value)
ISFR - ISF11.
Definition chip/gpio/GPIO.h:4066
static constexpr uint32 PSOR_PTSO7(uint32 value)
PSOR - PTSO7.
Definition chip/gpio/GPIO.h:960
static constexpr uint32 PDIR_PDI20(uint32 value)
PDIR - PDI20.
Definition chip/gpio/GPIO.h:2377
static constexpr uint32 PTOR_PTTO1(uint32 value)
PORT - PTTO1.
Definition chip/gpio/GPIO.h:1714
static constexpr uint32 PIDR_PID29(uint32 value)
PIDR - PID29.
Definition chip/gpio/GPIO.h:3326
static constexpr uint32 PDDR_PDD4(uint32 value)
PDDR - PDD4.
Definition chip/gpio/GPIO.h:2585
static constexpr uint32 PDIR_PDI15(uint32 value)
PDIR - PDI15.
Definition chip/gpio/GPIO.h:2312
static constexpr uint32 PCOR_PTCO1(uint32 value)
PCOR - PTCO1.
Definition chip/gpio/GPIO.h:1298
static constexpr uint32 ISFR_ISF15(uint32 value)
ISFR - ISF15.
Definition chip/gpio/GPIO.h:4134
static constexpr uint32 GICLR_GIWE7(uint32 value)
GICLR - GIWE7.
Definition chip/gpio/GPIO.h:3532
static constexpr uint32 PIDR_PID10(uint32 value)
PIDR - PID10.
Definition chip/gpio/GPIO.h:3079
static constexpr uint32 PDDR_PDD16(uint32 value)
PDDR - PDD16.
Definition chip/gpio/GPIO.h:2741
static constexpr uint32 PIDR_PID20(uint32 value)
PIDR - PID20.
Definition chip/gpio/GPIO.h:3209
static constexpr uint32 ISFR_ISF17(uint32 value)
ISFR - ISF17.
Definition chip/gpio/GPIO.h:4168
static constexpr uint32 PSOR_PTSO30(uint32 value)
PSOR - PTSO30.
Definition chip/gpio/GPIO.h:1259
static constexpr uint32 ISFR_ISF19(uint32 value)
ISFR - ISF19.
Definition chip/gpio/GPIO.h:4202
static constexpr uint32 PTOR_PTTO16(uint32 value)
PORT - PTTO16.
Definition chip/gpio/GPIO.h:1909
static constexpr uint32 PSOR_PTSO12(uint32 value)
PSOR - PTSO12.
Definition chip/gpio/GPIO.h:1025
static constexpr uint32 PDDR_PDD22(uint32 value)
PDDR - PDD22.
Definition chip/gpio/GPIO.h:2819
static constexpr uint32 PCOR_PTCO7(uint32 value)
PCOR - PTCO7.
Definition chip/gpio/GPIO.h:1376
static constexpr uint32 PDIR_PDI26(uint32 value)
PDIR - PDI26.
Definition chip/gpio/GPIO.h:2455
static constexpr uint32 GICHR_GIWE19(uint32 value)
GICHR - GIWE19.
Definition chip/gpio/GPIO.h:3697
static constexpr uint32 PCOR_PTCO17(uint32 value)
PCOR - PTCO17.
Definition chip/gpio/GPIO.h:1506
static constexpr uint32 PIDR_PID27(uint32 value)
PIDR - PID27.
Definition chip/gpio/GPIO.h:3300
static constexpr uint32 GICHR_GIWE20(uint32 value)
GICHR - GIWE20.
Definition chip/gpio/GPIO.h:3710
static constexpr uint32 PIDR_PID17(uint32 value)
PIDR - PID17.
Definition chip/gpio/GPIO.h:3170
static constexpr uint32 ISFR_ISF6(uint32 value)
ISFR - ISF6.
Definition chip/gpio/GPIO.h:3981
static constexpr uint32 PDOR_PDO25(uint32 value)
PDOR - PDO25.
Definition chip/gpio/GPIO.h:778
static uint8 pinGetInterruptFlag(Register &base, uint32 pin)
Read individual pin's interrupt status flag.
static constexpr uint32 PCOR_PTCO13(uint32 value)
PCOR - PTCO13.
Definition chip/gpio/GPIO.h:1454
static constexpr uint32 PDDR_PDD20(uint32 value)
PDDR - PDD20.
Definition chip/gpio/GPIO.h:2793
static constexpr uint32 PCOR_PTCO2(uint32 value)
PCOR - PTCO2.
Definition chip/gpio/GPIO.h:1311
static constexpr uint32 ISFR_ISF18(uint32 value)
ISFR - ISF18.
Definition chip/gpio/GPIO.h:4185
static constexpr uint32 PIDR_PID24(uint32 value)
PIDR - PID24.
Definition chip/gpio/GPIO.h:3261
static constexpr uint32 PTOR_PTTO14(uint32 value)
PORT - PTTO14.
Definition chip/gpio/GPIO.h:1883
static constexpr uint32 PDOR_PDO14(uint32 value)
PDOR - PDO14.
Definition chip/gpio/GPIO.h:635
static constexpr uint32 PDDR_PDD5(uint32 value)
PDDR - PDD5.
Definition chip/gpio/GPIO.h:2598
static constexpr uint32 PDDR_PDD13(uint32 value)
PDDR - PDD13.
Definition chip/gpio/GPIO.h:2702
static constexpr uint32 PTOR_PTTO5(uint32 value)
PORT - PTTO5.
Definition chip/gpio/GPIO.h:1766
static constexpr uint32 PSOR_PTSO1(uint32 value)
PSOR - PTSO1.
Definition chip/gpio/GPIO.h:882
static constexpr uint32 PDIR_PDI14(uint32 value)
PDIR - PDI14.
Definition chip/gpio/GPIO.h:2299
static constexpr uint32 PTOR_PTTO3(uint32 value)
PORT - PTTO3.
Definition chip/gpio/GPIO.h:1740
static constexpr uint32 ICR_ISF(uint32 value)
ICR - ISF.
Definition chip/gpio/GPIO.h:3428
virtual ~GPIO(void) override=default
Destroy the object.
static constexpr uint32 ISFR_ISF27(uint32 value)
ISFR - ISF27.
Definition chip/gpio/GPIO.h:4338
static constexpr uint32 PTOR_PTTO11(uint32 value)
PORT - PTTO11.
Definition chip/gpio/GPIO.h:1844
static constexpr uint32 PSOR_PTSO5(uint32 value)
PSOR - PTSO5.
Definition chip/gpio/GPIO.h:934
static constexpr uint32 PIDR_PID5(uint32 value)
PIDR - PID5.
Definition chip/gpio/GPIO.h:3014
static void pinClearInterruptFlag(Register &base, uint32 pin)
Clear GPIO individual pin's interrupt status flag.
static constexpr uint32 PTOR_PTTO23(uint32 value)
PORT - PTTO23.
Definition chip/gpio/GPIO.h:2000
static constexpr uint32 PTOR_PTTO15(uint32 value)
PORT - PTTO15.
Definition chip/gpio/GPIO.h:1896
static void setPinInterruptConfig(Register &base, uint32 pin, InterruptConfig config)
Configures the gpio pin interrupt/DMA request.
Definition chip/gpio/GPIO.h:316
static constexpr uint32 PSOR_PTSO15(uint32 value)
PSOR - PTSO15.
Definition chip/gpio/GPIO.h:1064
static constexpr uint32 PDDR_PDD9(uint32 value)
PDDR - PDD9.
Definition chip/gpio/GPIO.h:2650
static constexpr uint32 PDDR_PDD0(uint32 value)
PDDR - PDD0.
Definition chip/gpio/GPIO.h:2533
static constexpr uint32 PDOR_PDO20(uint32 value)
PDOR - PDO20.
Definition chip/gpio/GPIO.h:713
static constexpr uint32 PTOR_PTTO7(uint32 value)
PORT - PTTO7.
Definition chip/gpio/GPIO.h:1792
static constexpr uint32 PDOR_PDO15(uint32 value)
PDOR - PDO15.
Definition chip/gpio/GPIO.h:648
static constexpr uint32 PDOR_PDO18(uint32 value)
PDOR - PDO18.
Definition chip/gpio/GPIO.h:687
static constexpr uint32 PTOR_PTTO19(uint32 value)
PORT - PTTO19.
Definition chip/gpio/GPIO.h:1948
static constexpr uint32 PSOR_PTSO27(uint32 value)
PSOR - PTSO27.
Definition chip/gpio/GPIO.h:1220
static constexpr uint32 GICLR_GIWE12(uint32 value)
GICLR - GIWE12.
Definition chip/gpio/GPIO.h:3597
static constexpr uint32 PTOR_PTTO30(uint32 value)
PORT - PTTO30.
Definition chip/gpio/GPIO.h:2091
static constexpr uint32 PDDR_PDD11(uint32 value)
PDDR - PDD11.
Definition chip/gpio/GPIO.h:2676
static constexpr uint32 PDOR_PDO28(uint32 value)
PDOR - PDO28.
Definition chip/gpio/GPIO.h:817
static constexpr uint32 PIDR_PID21(uint32 value)
PIDR - PID21.
Definition chip/gpio/GPIO.h:3222
static constexpr uint32 PIDR_PID8(uint32 value)
PIDR - PID8.
Definition chip/gpio/GPIO.h:3053
static constexpr uint32 PTOR_PTTO21(uint32 value)
PORT - PTTO21.
Definition chip/gpio/GPIO.h:1974
static constexpr uint32 PDIR_PDI0(uint32 value)
PDIR - PDI0.
Definition chip/gpio/GPIO.h:2117
static constexpr uint32 PSOR_PTSO13(uint32 value)
PSOR - PTSO13.
Definition chip/gpio/GPIO.h:1038
static constexpr uint32 PDIR_PDI31(uint32 value)
PDIR - PDI31.
Definition chip/gpio/GPIO.h:2520
static constexpr uint32 PIDR_PID19(uint32 value)
PIDR - PID19.
Definition chip/gpio/GPIO.h:3196
static constexpr uint32 PDDR_PDD23(uint32 value)
PDDR - PDD23.
Definition chip/gpio/GPIO.h:2832
static constexpr uint32 PDOR_PDO9(uint32 value)
PDOR - PDO9.
Definition chip/gpio/GPIO.h:570
static constexpr uint32 GICLR_GIWE11(uint32 value)
GICLR - GIWE11.
Definition chip/gpio/GPIO.h:3584
static constexpr uint32 PDOR_PDO22(uint32 value)
PDOR - PDO22.
Definition chip/gpio/GPIO.h:739
static constexpr uint32 PDIR_PDI30(uint32 value)
PDIR - PDI30.
Definition chip/gpio/GPIO.h:2507
static void portClear(Register &base, uint32 mask)
Sets the output level of the multiple GPIO pins to the logic 0.
Definition chip/gpio/GPIO.h:265
static constexpr uint32 PDIR_PDI22(uint32 value)
PDIR - PDI22.
Definition chip/gpio/GPIO.h:2403
static constexpr uint32 PDDR_PDD6(uint32 value)
PDDR - PDD6.
Definition chip/gpio/GPIO.h:2611
static constexpr uint32 GICHR_GIWE22(uint32 value)
GICHR - GIWE22.
Definition chip/gpio/GPIO.h:3736
static constexpr uint32 ICR_IRQC(uint32 value)
ICR - IRQC.
Definition chip/gpio/GPIO.h:3411
static constexpr uint32 PIDR_PID13(uint32 value)
PIDR - PID13.
Definition chip/gpio/GPIO.h:3118
static constexpr uint32 ISFR_ISF31(uint32 value)
ISFR - ISF31.
Definition chip/gpio/GPIO.h:4406
static constexpr uint32 GICLR_GIWE5(uint32 value)
GICLR - GIWE5.
Definition chip/gpio/GPIO.h:3506
static constexpr uint32 PSOR_PTSO14(uint32 value)
PSOR - PTSO14.
Definition chip/gpio/GPIO.h:1051
static constexpr uint32 PCOR_PTCO5(uint32 value)
PCOR - PTCO5.
Definition chip/gpio/GPIO.h:1350
static constexpr uint32 PDIR_PDI25(uint32 value)
PDIR - PDI25.
Definition chip/gpio/GPIO.h:2442
static constexpr uint32 GICLR_GIWE1(uint32 value)
GICLR - GIWE1.
Definition chip/gpio/GPIO.h:3454
static constexpr uint32 PIDR_PID31(uint32 value)
PIDR - PID31.
Definition chip/gpio/GPIO.h:3352
static constexpr uint32 PCOR_PTCO18(uint32 value)
PCOR - PTCO18.
Definition chip/gpio/GPIO.h:1519
static constexpr uint8 PDR_PD(uint8 value)
PDR - PD.
Definition chip/gpio/GPIO.h:3365
static constexpr uint32 GICHR_GIWE27(uint32 value)
GICHR - GIWE27.
Definition chip/gpio/GPIO.h:3801
static constexpr uint32 PDIR_PDI4(uint32 value)
PDIR - PDI4.
Definition chip/gpio/GPIO.h:2169
static constexpr uint32 PCOR_PTCO16(uint32 value)
PCOR - PTCO16.
Definition chip/gpio/GPIO.h:1493
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/gpio/GPIO.h:241
static constexpr uint32 PDOR_PDO30(uint32 value)
PDOR - PDO30.
Definition chip/gpio/GPIO.h:843
static constexpr uint32 PIDR_PID12(uint32 value)
PIDR - PID12.
Definition chip/gpio/GPIO.h:3105
static constexpr uint32 GICLR_GIWE9(uint32 value)
GICLR - GIWE9.
Definition chip/gpio/GPIO.h:3558
static constexpr uint32 PDOR_PDO11(uint32 value)
PDOR - PDO11.
Definition chip/gpio/GPIO.h:596
static constexpr uint32 PCOR_PTCO14(uint32 value)
PCOR - PTCO14.
Definition chip/gpio/GPIO.h:1467
static constexpr uint32 PIDR_PID3(uint32 value)
PIDR - PID3.
Definition chip/gpio/GPIO.h:2988
static constexpr uint32 PIDR_PID22(uint32 value)
PIDR - PID22.
Definition chip/gpio/GPIO.h:3235
static uint32 gpioGetInterruptFlags(Register &base)
Read the GPIO interrupt status flags.
static constexpr uint32 GICLR_GIWE4(uint32 value)
GICLR - GIWE4.
Definition chip/gpio/GPIO.h:3493
static constexpr uint32 PTOR_PTTO29(uint32 value)
PORT - PTTO29.
Definition chip/gpio/GPIO.h:2078
static constexpr uint32 PDDR_PDD29(uint32 value)
PDDR - PDD29.
Definition chip/gpio/GPIO.h:2910
static constexpr uint32 GICHR_GIWD(uint32 value)
GICHR - GIWD.
Definition chip/gpio/GPIO.h:3862
static constexpr uint32 PDOR_PDO1(uint32 value)
PDOR - PDO1.
Definition chip/gpio/GPIO.h:466
static constexpr uint32 ISFR_ISF8(uint32 value)
ISFR - ISF8.
Definition chip/gpio/GPIO.h:4015
static constexpr uint32 PIDR_PID25(uint32 value)
PIDR - PID25.
Definition chip/gpio/GPIO.h:3274
static constexpr uint32 PDOR_PDO5(uint32 value)
PDOR - PDO5.
Definition chip/gpio/GPIO.h:518
static constexpr uint32 PDDR_PDD14(uint32 value)
PDDR - PDD14.
Definition chip/gpio/GPIO.h:2715
static constexpr uint32 PSOR_PTSO31(uint32 value)
PSOR - PTSO31.
Definition chip/gpio/GPIO.h:1272
static constexpr uint32 PDDR_PDD21(uint32 value)
PDDR - PDD21.
Definition chip/gpio/GPIO.h:2806
static constexpr uint32 PSOR_PTSO0(uint32 value)
PSOR - PTSO0.
Definition chip/gpio/GPIO.h:869
static constexpr uint32 PCOR_PTCO12(uint32 value)
PCOR - PTCO12.
Definition chip/gpio/GPIO.h:1441
static constexpr uint32 PDOR_PDO19(uint32 value)
PDOR - PDO19.
Definition chip/gpio/GPIO.h:700
static constexpr uint32 PDOR_PDO6(uint32 value)
PDOR - PDO6.
Definition chip/gpio/GPIO.h:531
static constexpr uint32 PCOR_PTCO21(uint32 value)
PCOR - PTCO21.
Definition chip/gpio/GPIO.h:1558
static constexpr uint32 GICHR_GIWE21(uint32 value)
GICHR - GIWE21.
Definition chip/gpio/GPIO.h:3723
static constexpr uint32 PDOR_PDO2(uint32 value)
PDOR - PDO2.
Definition chip/gpio/GPIO.h:479
static constexpr uint32 GICHR_GIWE16(uint32 value)
GICHR - GIWE16.
Definition chip/gpio/GPIO.h:3658
static constexpr uint32 PDOR_PDO16(uint32 value)
PDOR - PDO16.
Definition chip/gpio/GPIO.h:661
static constexpr uint32 PDOR_PDO29(uint32 value)
PDOR - PDO29.
Definition chip/gpio/GPIO.h:830
static constexpr uint32 PDOR_PDO26(uint32 value)
PDOR - PDO26.
Definition chip/gpio/GPIO.h:791
static constexpr uint32 ISFR_ISF14(uint32 value)
ISFR - ISF14.
Definition chip/gpio/GPIO.h:4117
static void getVersionInfo(Register &base, VersionInfo &info)
Get GPIO version information.
static constexpr uint32 PSOR_PTSO18(uint32 value)
PSOR - PTSO18.
Definition chip/gpio/GPIO.h:1103
static constexpr uint32 PDDR_PDD25(uint32 value)
PDDR - PDD25.
Definition chip/gpio/GPIO.h:2858
static constexpr uint32 PIDR_PID2(uint32 value)
PIDR - PID2.
Definition chip/gpio/GPIO.h:2975
static constexpr uint32 PIDR_PID15(uint32 value)
PIDR - PID15.
Definition chip/gpio/GPIO.h:3144
static constexpr uint32 PSOR_PTSO17(uint32 value)
PSOR - PTSO17.
Definition chip/gpio/GPIO.h:1090
static constexpr uint32 PARAM_IRQNUM(uint32 value)
PARAM - IRQNUM.
Definition chip/gpio/GPIO.h:440
static constexpr uint32 PSOR_PTSO22(uint32 value)
PSOR - PTSO22.
Definition chip/gpio/GPIO.h:1155
static constexpr uint32 PDIR_PDI24(uint32 value)
PDIR - PDI24.
Definition chip/gpio/GPIO.h:2429
static constexpr uint32 PDOR_PDO3(uint32 value)
PDOR - PDO3.
Definition chip/gpio/GPIO.h:492
static constexpr uint32 ISFR_ISF16(uint32 value)
ISFR - ISF16.
Definition chip/gpio/GPIO.h:4151
static constexpr uint32 PDDR_PDD8(uint32 value)
PDDR - PDD8.
Definition chip/gpio/GPIO.h:2637
static constexpr uint32 PCOR_PTCO10(uint32 value)
PCOR - PTCO10.
Definition chip/gpio/GPIO.h:1415
static void pinInit(Register &base, uint32 pin, const PinConfig &config)
Initializes a GPIO pin used by the board.
static constexpr uint32 PDDR_PDD15(uint32 value)
PDDR - PDD15.
Definition chip/gpio/GPIO.h:2728
static constexpr uint32 PIDR_PID23(uint32 value)
PIDR - PID23.
Definition chip/gpio/GPIO.h:3248
static constexpr uint32 PDOR_PDO31(uint32 value)
PDOR - PDO31.
Definition chip/gpio/GPIO.h:856
static constexpr uint32 PCOR_PTCO26(uint32 value)
PCOR - PTCO26.
Definition chip/gpio/GPIO.h:1623
static constexpr uint32 PSOR_PTSO16(uint32 value)
PSOR - PTSO16.
Definition chip/gpio/GPIO.h:1077
static constexpr uint32 GICLR_GIWE8(uint32 value)
GICLR - GIWE8.
Definition chip/gpio/GPIO.h:3545
static constexpr uint32 PCOR_PTCO31(uint32 value)
PCOR - PTCO31.
Definition chip/gpio/GPIO.h:1688
static constexpr uint32 PTOR_PTTO26(uint32 value)
PORT - PTTO26.
Definition chip/gpio/GPIO.h:2039
static constexpr uint32 ISFR_ISF5(uint32 value)
ISFR - ISF5.
Definition chip/gpio/GPIO.h:3964
static constexpr uint32 PIDR_PID6(uint32 value)
PIDR - PID6.
Definition chip/gpio/GPIO.h:3027
static constexpr uint32 ISFR_ISF7(uint32 value)
ISFR - ISF7.
Definition chip/gpio/GPIO.h:3998
static constexpr uint32 PDIR_PDI18(uint32 value)
PDIR - PDI18.
Definition chip/gpio/GPIO.h:2351
static constexpr uint32 PDOR_PDO17(uint32 value)
PDOR - PDO17.
Definition chip/gpio/GPIO.h:674
static constexpr uint32 PDIR_PDI6(uint32 value)
PDIR - PDI6.
Definition chip/gpio/GPIO.h:2195
static constexpr uint32 ISFR_ISF0(uint32 value)
ISFR - ISF0.
Definition chip/gpio/GPIO.h:3879
static constexpr uint32 PSOR_PTSO9(uint32 value)
PSOR - PTSO9.
Definition chip/gpio/GPIO.h:986
static void portToggle(Register &base, uint32 mask)
Reverses the current output logic of the multiple GPIO pins.
Definition chip/gpio/GPIO.h:275
static constexpr uint32 PDOR_PDO24(uint32 value)
PDOR - PDO24.
Definition chip/gpio/GPIO.h:765
static constexpr uint32 ISFR_ISF10(uint32 value)
ISFR - ISF10.
Definition chip/gpio/GPIO.h:4049
static constexpr uint32 PTOR_PTTO12(uint32 value)
PORT - PTTO12.
Definition chip/gpio/GPIO.h:1857
static constexpr uint32 GICHR_GIWE30(uint32 value)
GICHR - GIWE30.
Definition chip/gpio/GPIO.h:3840
static constexpr uint32 PCOR_PTCO30(uint32 value)
PCOR - PTCO30.
Definition chip/gpio/GPIO.h:1675
static constexpr uint32 GICLR_GIWE3(uint32 value)
GICLR - GIWE3.
Definition chip/gpio/GPIO.h:3480
static constexpr uint32 GICLR_GIWE13(uint32 value)
GICLR - GIWE13.
Definition chip/gpio/GPIO.h:3610
static constexpr uint32 PDIR_PDI19(uint32 value)
PDIR - PDI19.
Definition chip/gpio/GPIO.h:2364
static constexpr uint32 PDDR_PDD10(uint32 value)
PDDR - PDD10.
Definition chip/gpio/GPIO.h:2663
static constexpr uint32 PTOR_PTTO25(uint32 value)
PORT - PTTO25.
Definition chip/gpio/GPIO.h:2026
static constexpr uint32 PIDR_PID30(uint32 value)
PIDR - PID30.
Definition chip/gpio/GPIO.h:3339
static constexpr uint32 ISFR_ISF24(uint32 value)
ISFR - ISF24.
Definition chip/gpio/GPIO.h:4287
static constexpr uint32 PTOR_PTTO18(uint32 value)
PORT - PTTO18.
Definition chip/gpio/GPIO.h:1935
static constexpr uint32 ISFR_ISF21(uint32 value)
ISFR - ISF21.
Definition chip/gpio/GPIO.h:4236
static constexpr uint32 PCOR_PTCO8(uint32 value)
PCOR - PTCO8.
Definition chip/gpio/GPIO.h:1389
static constexpr uint32 PSOR_PTSO19(uint32 value)
PSOR - PTSO19.
Definition chip/gpio/GPIO.h:1116
static constexpr uint32 PDIR_PDI28(uint32 value)
PDIR - PDI28.
Definition chip/gpio/GPIO.h:2481
static constexpr uint32 ISFR_ISF25(uint32 value)
ISFR - ISF25.
Definition chip/gpio/GPIO.h:4304
static constexpr uint32 PIDR_PID18(uint32 value)
PIDR - PID18.
Definition chip/gpio/GPIO.h:3183
static constexpr uint32 PDIR_PDI11(uint32 value)
PDIR - PDI11.
Definition chip/gpio/GPIO.h:2260
static constexpr uint32 GICLR_GIWE15(uint32 value)
GICLR - GIWE15.
Definition chip/gpio/GPIO.h:3636
static constexpr uint32 PTOR_PTTO22(uint32 value)
PORT - PTTO22.
Definition chip/gpio/GPIO.h:1987
static constexpr uint32 PDDR_PDD19(uint32 value)
PDDR - PDD19.
Definition chip/gpio/GPIO.h:2780
static constexpr uint32 PDDR_PDD18(uint32 value)
PDDR - PDD18.
Definition chip/gpio/GPIO.h:2767
static constexpr uint32 PCOR_PTCO24(uint32 value)
PCOR - PTCO24.
Definition chip/gpio/GPIO.h:1597
static constexpr uint32 PIDR_PID1(uint32 value)
PIDR - PID1.
Definition chip/gpio/GPIO.h:2962
static constexpr uint32 PDOR_PDO12(uint32 value)
PDOR - PDO12.
Definition chip/gpio/GPIO.h:609
static constexpr uint32 ISFR_ISF28(uint32 value)
ISFR - ISF28.
Definition chip/gpio/GPIO.h:4355
static constexpr uint32 PSOR_PTSO10(uint32 value)
PSOR - PTSO10.
Definition chip/gpio/GPIO.h:999
static constexpr uint32 PCOR_PTCO23(uint32 value)
PCOR - PTCO23.
Definition chip/gpio/GPIO.h:1584
static constexpr uint32 PDIR_PDI13(uint32 value)
PDIR - PDI13.
Definition chip/gpio/GPIO.h:2286
static constexpr uint32 PDIR_PDI10(uint32 value)
PDIR - PDI10.
Definition chip/gpio/GPIO.h:2247
static constexpr uint32 PIDR_PID16(uint32 value)
PIDR - PID16.
Definition chip/gpio/GPIO.h:3157
static constexpr uint32 GICLR_GIWE0(uint32 value)
GICLR - GIWE0.
Definition chip/gpio/GPIO.h:3441
static void portInputDisable(Register &base, uint32 mask)
Disable port input.
Definition chip/gpio/GPIO.h:228
static constexpr uint32 GICHR_GIWE25(uint32 value)
GICHR - GIWE25.
Definition chip/gpio/GPIO.h:3775
static constexpr uint32 PDOR_PDO4(uint32 value)
PDOR - PDO4.
Definition chip/gpio/GPIO.h:505
static constexpr uint32 ISFR_ISF20(uint32 value)
ISFR - ISF20.
Definition chip/gpio/GPIO.h:4219
static constexpr uint32 PSOR_PTSO24(uint32 value)
PSOR - PTSO24.
Definition chip/gpio/GPIO.h:1181
static constexpr uint32 PTOR_PTTO0(uint32 value)
PORT - PTTO0.
Definition chip/gpio/GPIO.h:1701
static constexpr uint32 PSOR_PTSO26(uint32 value)
PSOR - PTSO26.
Definition chip/gpio/GPIO.h:1207
static constexpr uint32 ISFR_ISF1(uint32 value)
ISFR - ISF1.
Definition chip/gpio/GPIO.h:3896
static constexpr uint32 PSOR_PTSO28(uint32 value)
PSOR - PTSO28.
Definition chip/gpio/GPIO.h:1233
static constexpr uint32 GICHR_GIWE28(uint32 value)
GICHR - GIWE28.
Definition chip/gpio/GPIO.h:3814
static constexpr uint32 VERID_MINOR(uint32 value)
VERID - MINOR.
Definition chip/gpio/GPIO.h:422
static constexpr uint32 GICHR_GIWE24(uint32 value)
GICHR - GIWE24.
Definition chip/gpio/GPIO.h:3762
static constexpr uint32 PDOR_PDO0(uint32 value)
PDOR - PDO0.
Definition chip/gpio/GPIO.h:453
static constexpr uint32 ISFR_ISF12(uint32 value)
ISFR - ISF12.
Definition chip/gpio/GPIO.h:4083
static constexpr uint32 GICLR_GIWE6(uint32 value)
GICLR - GIWE6.
Definition chip/gpio/GPIO.h:3519
static constexpr uint32 PCOR_PTCO6(uint32 value)
PCOR - PTCO6.
Definition chip/gpio/GPIO.h:1363
static constexpr uint32 GICLR_GIWE14(uint32 value)
GICLR - GIWE14.
Definition chip/gpio/GPIO.h:3623
static constexpr uint32 PDOR_PDO13(uint32 value)
PDOR - PDO13.
Definition chip/gpio/GPIO.h:622
static constexpr uint32 ISFR_ISF2(uint32 value)
ISFR - ISF2.
Definition chip/gpio/GPIO.h:3913
static constexpr uint32 PDIR_PDI1(uint32 value)
PDIR - PDI1.
Definition chip/gpio/GPIO.h:2130
static constexpr uint32 PDOR_PDO23(uint32 value)
PDOR - PDO23.
Definition chip/gpio/GPIO.h:752
static constexpr uint32 PTOR_PTTO6(uint32 value)
PORT - PTTO6.
Definition chip/gpio/GPIO.h:1779
static constexpr uint32 PCOR_PTCO0(uint32 value)
PCOR - PTCO0.
Definition chip/gpio/GPIO.h:1285
static constexpr uint32 GICLR_GIWE2(uint32 value)
GICLR - GIWE2.
Definition chip/gpio/GPIO.h:3467
static constexpr uint32 PTOR_PTTO28(uint32 value)
PORT - PTTO28.
Definition chip/gpio/GPIO.h:2065
static constexpr uint32 PSOR_PTSO11(uint32 value)
PSOR - PTSO11.
Definition chip/gpio/GPIO.h:1012
static constexpr uint32 VERID_FEATURE(uint32 value)
VERID - FEATURE.
Definition chip/gpio/GPIO.h:413
static constexpr uint32 PDIR_PDI5(uint32 value)
PDIR - PDI5.
Definition chip/gpio/GPIO.h:2182
static constexpr uint32 ISFR_ISF29(uint32 value)
ISFR - ISF29.
Definition chip/gpio/GPIO.h:4372
static constexpr uint32 ISFR_ISF26(uint32 value)
ISFR - ISF26.
Definition chip/gpio/GPIO.h:4321
static constexpr uint32 PTOR_PTTO17(uint32 value)
PORT - PTTO17.
Definition chip/gpio/GPIO.h:1922
static constexpr uint32 PCOR_PTCO20(uint32 value)
PCOR - PTCO20.
Definition chip/gpio/GPIO.h:1545
static uint32 pinRead(Register &base, uint32 pin)
Reads the current input value of the GPIO port.
Definition chip/gpio/GPIO.h:288
static constexpr uint32 PTOR_PTTO10(uint32 value)
PORT - PTTO10.
Definition chip/gpio/GPIO.h:1831
static constexpr uint32 PDIR_PDI29(uint32 value)
PDIR - PDI29.
Definition chip/gpio/GPIO.h:2494
static constexpr uint32 PSOR_PTSO29(uint32 value)
PSOR - PTSO29.
Definition chip/gpio/GPIO.h:1246
static constexpr uint32 GICHR_GIWE26(uint32 value)
GICHR - GIWE26.
Definition chip/gpio/GPIO.h:3788
static constexpr uint32 PCOR_PTCO22(uint32 value)
PCOR - PTCO22.
Definition chip/gpio/GPIO.h:1571
static constexpr uint32 PDDR_PDD24(uint32 value)
PDDR - PDD24.
Definition chip/gpio/GPIO.h:2845
static constexpr uint32 PSOR_PTSO4(uint32 value)
PSOR - PTSO4.
Definition chip/gpio/GPIO.h:921
static constexpr uint32 PIDR_PID26(uint32 value)
PIDR - PID26.
Definition chip/gpio/GPIO.h:3287
static constexpr uint32 PIDR_PID28(uint32 value)
PIDR - PID28.
Definition chip/gpio/GPIO.h:3313
static constexpr uint32 PIDR_PID7(uint32 value)
PIDR - PID7.
Definition chip/gpio/GPIO.h:3040
static constexpr uint32 PCOR_PTCO4(uint32 value)
PCOR - PTCO4.
Definition chip/gpio/GPIO.h:1337
static constexpr uint32 PCOR_PTCO25(uint32 value)
PCOR - PTCO25.
Definition chip/gpio/GPIO.h:1610
static constexpr uint32 GICHR_GIWE23(uint32 value)
GICHR - GIWE23.
Definition chip/gpio/GPIO.h:3749
static void gpioClearInterruptFlags(Register &base, uint32 mask)
Clears GPIO pin interrupt status flags.
static constexpr uint32 PSOR_PTSO23(uint32 value)
PSOR - PTSO23.
Definition chip/gpio/GPIO.h:1168
static constexpr uint32 PTOR_PTTO2(uint32 value)
PORT - PTTO2.
Definition chip/gpio/GPIO.h:1727
static constexpr uint32 PDIR_PDI12(uint32 value)
PDIR - PDI12.
Definition chip/gpio/GPIO.h:2273
static constexpr uint32 GICHR_GIWE17(uint32 value)
GICHR - GIWE17.
Definition chip/gpio/GPIO.h:3671
static constexpr uint32 PIDR_PID9(uint32 value)
PIDR - PID9.
Definition chip/gpio/GPIO.h:3066
static constexpr uint32 PDIR_PDI7(uint32 value)
PDIR - PDI7.
Definition chip/gpio/GPIO.h:2208
static constexpr uint32 PDDR_PDD26(uint32 value)
PDDR - PDD26.
Definition chip/gpio/GPIO.h:2871
static constexpr uint32 PCOR_PTCO27(uint32 value)
PCOR - PTCO27.
Definition chip/gpio/GPIO.h:1636
static constexpr uint32 PSOR_PTSO3(uint32 value)
PSOR - PTSO3.
Definition chip/gpio/GPIO.h:908
static constexpr uint32 PDIR_PDI21(uint32 value)
PDIR - PDI21.
Definition chip/gpio/GPIO.h:2390
static constexpr uint32 PIDR_PID4(uint32 value)
PIDR - PID4.
Definition chip/gpio/GPIO.h:3001
static constexpr uint32 PDOR_PDO10(uint32 value)
PDOR - PDO10.
Definition chip/gpio/GPIO.h:583
static constexpr uint32 PTOR_PTTO31(uint32 value)
PORT - PTTO31.
Definition chip/gpio/GPIO.h:2104
static constexpr uint32 PSOR_PTSO2(uint32 value)
PSOR - PTSO2.
Definition chip/gpio/GPIO.h:895
static constexpr uint32 PTOR_PTTO8(uint32 value)
PORT - PTTO8.
Definition chip/gpio/GPIO.h:1805
static constexpr uint32 PTOR_PTTO27(uint32 value)
PORT - PTTO27.
Definition chip/gpio/GPIO.h:2052
static constexpr uint32 ISFR_ISF30(uint32 value)
ISFR - ISF30.
Definition chip/gpio/GPIO.h:4389
static constexpr uint32 PDDR_PDD27(uint32 value)
PDDR - PDD27.
Definition chip/gpio/GPIO.h:2884
static constexpr uint32 PTOR_PTTO9(uint32 value)
PORT - PTTO9.
Definition chip/gpio/GPIO.h:1818
static constexpr uint32 ISFR_ISF13(uint32 value)
ISFR - ISF13.
Definition chip/gpio/GPIO.h:4100
static constexpr uint32 PCOR_PTCO19(uint32 value)
PCOR - PTCO19.
Definition chip/gpio/GPIO.h:1532
static constexpr uint32 PDDR_PDD2(uint32 value)
PDDR - PDD2.
Definition chip/gpio/GPIO.h:2559
static constexpr uint32 PDOR_PDO7(uint32 value)
PDOR - PDO7.
Definition chip/gpio/GPIO.h:544
static constexpr uint32 PSOR_PTSO8(uint32 value)
PSOR - PTSO8.
Definition chip/gpio/GPIO.h:973
static constexpr uint32 PTOR_PTTO24(uint32 value)
PORT - PTTO24.
Definition chip/gpio/GPIO.h:2013
static constexpr uint32 PDDR_PDD1(uint32 value)
PDDR - PDD1.
Definition chip/gpio/GPIO.h:2546
static constexpr uint32 PTOR_PTTO4(uint32 value)
PORT - PTTO4.
Definition chip/gpio/GPIO.h:1753
static constexpr uint32 PDIR_PDI16(uint32 value)
PDIR - PDI16.
Definition chip/gpio/GPIO.h:2325
static constexpr uint32 PIDR_PID14(uint32 value)
PIDR - PID14.
Definition chip/gpio/GPIO.h:3131
static constexpr uint32 PTOR_PTTO13(uint32 value)
PORT - PTTO13.
Definition chip/gpio/GPIO.h:1870
static constexpr uint32 ISFR_ISF9(uint32 value)
ISFR - ISF9.
Definition chip/gpio/GPIO.h:4032
static constexpr uint32 PSOR_PTSO20(uint32 value)
PSOR - PTSO20.
Definition chip/gpio/GPIO.h:1129
static constexpr uint32 PTOR_PTTO20(uint32 value)
PORT - PTTO20.
Definition chip/gpio/GPIO.h:1961
static constexpr uint32 PCOR_PTCO11(uint32 value)
PCOR - PTCO11.
Definition chip/gpio/GPIO.h:1428
static constexpr uint32 PCOR_PTCO9(uint32 value)
PCOR - PTCO9.
Definition chip/gpio/GPIO.h:1402
static constexpr uint32 ISFR_ISF3(uint32 value)
ISFR - ISF3.
Definition chip/gpio/GPIO.h:3930
static constexpr uint32 PIDR_PID0(uint32 value)
PIDR - PID0.
Definition chip/gpio/GPIO.h:2949
static constexpr uint32 PCOR_PTCO3(uint32 value)
PCOR - PTCO3.
Definition chip/gpio/GPIO.h:1324
static constexpr uint32 PDIR_PDI9(uint32 value)
PDIR - PDI9.
Definition chip/gpio/GPIO.h:2234
static constexpr uint32 PCOR_PTCO28(uint32 value)
PCOR - PTCO28.
Definition chip/gpio/GPIO.h:1649
static constexpr uint32 PDIR_PDI27(uint32 value)
PDIR - PDI27.
Definition chip/gpio/GPIO.h:2468
static constexpr uint32 ISFR_ISF22(uint32 value)
ISFR - ISF22.
Definition chip/gpio/GPIO.h:4253
static constexpr uint32 PDIR_PDI23(uint32 value)
PDIR - PDI23.
Definition chip/gpio/GPIO.h:2416
static constexpr uint32 PCOR_PTCO29(uint32 value)
PCOR - PTCO29.
Definition chip/gpio/GPIO.h:1662
static constexpr uint32 PSOR_PTSO25(uint32 value)
PSOR - PTSO25.
Definition chip/gpio/GPIO.h:1194
Definition NonInstantiable.h:29
Definition gpio/Count.h:22
@ 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.
InterruptConfig
Definition InterruptConfig.h:33
@ ISFR_ISF8
ISFR - ISF8 - 中斷狀態標誌
@ 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 - 全局中斷控制低
@ PIDR_PID9
PIDR - PID9 - 埠輸入禁用
@ PTOR_PTTO26
PORT - PTTO26 - 埠切換輸出
@ PIDR_PID17
PIDR - PID17 - 埠輸入禁用
@ PDOR_PDO9
PDOR - PDO9 - 埠資料輸出
@ 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 - 埠設定輸出
@ PDDR_PDD4
PDDR - PDD4 - 埠資料方向
@ PDOR_PDO3
PDOR - PDO3 - 埠資料輸出
@ 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 - 埠資料輸入
@ ICR_IRQC
ICR - IRQC - 中斷控制
@ PIDR_PID29
PIDR - PID29 - 埠輸入禁用
@ VERID_MINOR
VERID - MINOR - 版本ID次要版本號
@ 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 - 埠設定輸出
@ PDOR_PDO5
PDOR - PDO5 - 埠資料輸出
@ PDIR_PDI5
PDIR - PDI5 - 埠資料輸入
@ 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 - 埠設定輸出
@ PDDR_PDD5
PDDR - PDD5 - 埠資料方向
@ 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 - 全局中斷控制高
@ PDDR_PDD0
PDDR - PDD0 - 埠資料方向
@ PIDR_PID3
PIDR - PID3 - 埠輸入禁用
@ PDIR_PDI19
PDIR - PDI19 - 埠資料輸入
@ PDIR_PDI28
PDIR - PDI28 - 埠資料輸入
@ PDOR_PDO18
PDOR - PDO18 - 埠資料輸出
@ PSOR_PTSO19
PSOR - PTSO19 - 埠設定輸出
@ PCOR_PTCO25
PCOR - PTCO25 - 埠清除輸出
@ PSOR_PTSO16
PSOR - PTSO16 - 埠設定輸出
@ ISFR_ISF3
ISFR - ISF3 - 中斷狀態標誌
@ PCOR_PTCO17
PCOR - PTCO17 - 埠清除輸出
@ PDOR_PDO8
PDOR - PDO8 - 埠資料輸出
@ PCOR_PTCO28
PCOR - PTCO28 - 埠清除輸出
@ ISFR_ISF12
ISFR - ISF12 - 中斷狀態標誌
@ PDOR_PDO23
PDOR - PDO23 - 埠資料輸出
@ PIDR_PID8
PIDR - PID8 - 埠輸入禁用
@ PDIR_PDI29
PDIR - PDI29 - 埠資料輸入
@ PCOR_PTCO5
PCOR - PTCO5 - 埠清除輸出
@ PDIR_PDI21
PDIR - PDI21 - 埠資料輸入
@ PDDR_PDD8
PDDR - PDD8 - 埠資料方向
@ PDOR_PDO31
PDOR - PDO31 - 埠資料輸出
@ PSOR_PTSO28
PSOR - PTSO28 - 埠設定輸出
@ ISFR_ISF4
ISFR - ISF4 - 中斷狀態標誌
@ PCOR_PTCO24
PCOR - PTCO24 - 埠清除輸出
@ PSOR_PTSO9
PSOR - PTSO9 - 埠設定輸出
@ GICHR_GIWE22
GICHR - GIWE22 - 全局中斷控制高
@ PDIR_PDI13
PDIR - PDI13 - 埠資料輸入
@ PTOR_PTTO20
PORT - PTTO20 - 埠切換輸出
@ PIDR_PID0
PIDR - PID0 - 埠輸入禁用
@ PTOR_PTTO21
PORT - PTTO21 - 埠切換輸出
@ ISFR_ISF23
ISFR - ISF23 - 中斷狀態標誌
@ PDIR_PDI25
PDIR - PDI25 - 埠資料輸入
@ PTOR_PTTO22
PORT - PTTO22 - 埠切換輸出
@ PIDR_PID20
PIDR - PID20 - 埠輸入禁用
@ ISFR_ISF2
ISFR - ISF2 - 中斷狀態標誌
@ GICHR_GIWE29
GICHR - GIWE29 - 全局中斷控制高
@ PDOR_PDO6
PDOR - PDO6 - 埠資料輸出
@ PDDR_PDD3
PDDR - PDD3 - 埠資料方向
@ 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 - 埠設定輸出
@ ISFR_ISF9
ISFR - ISF9 - 中斷狀態標誌
@ PSOR_PTSO6
PSOR - PTSO6 - 埠設定輸出
@ PDIR_PDI16
PDIR - PDI16 - 埠資料輸入
@ PIDR_PID24
PIDR - PID24 - 埠輸入禁用
@ VERID_FEATURE
VERID - FEATURE - 版本ID特徵規格編號
@ 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 - 埠資料輸出
@ ICR_ISF
ICR - ISF - 中斷狀態標誌
@ PDIR_PDI8
PDIR - PDI8 - 埠資料輸入
@ PIDR_PID14
PIDR - PID14 - 埠輸入禁用
@ GICLR_GIWE13
GICLR - GIWE13 - 全局中斷控制低
@ PDOR_PDO27
PDOR - PDO27 - 埠資料輸出
@ PDOR_PDO1
PDOR - PDO1 - 埠資料輸出
@ PIDR_PID30
PIDR - PID30 - 埠輸入禁用
@ ISFR_ISF19
ISFR - ISF19 - 中斷狀態標誌
@ GICLR_GIWE5
GICLR - GIWE5 - 全局中斷控制低
@ ISFR_ISF27
ISFR - ISF27 - 中斷狀態標誌
@ PCOR_PTCO31
PCOR - PTCO31 - 埠清除輸出
@ PDIR_PDI7
PDIR - PDI7 - 埠資料輸入
@ PTOR_PTTO24
PORT - PTTO24 - 埠切換輸出
@ PDIR_PDI0
PDIR - PDI0 - 埠資料輸入
@ ISFR_ISF16
ISFR - ISF16 - 中斷狀態標誌
@ PDOR_PDO4
PDOR - PDO4 - 埠資料輸出
@ 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 - 埠設定輸出
@ PDIR_PDI4
PDIR - PDI4 - 埠資料輸入
@ PIDR_PID4
PIDR - PID4 - 埠輸入禁用
@ 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 - 中斷狀態標誌
@ ISFR_ISF0
ISFR - ISF0 - 中斷狀態標誌
@ PCOR_PTCO29
PCOR - PTCO29 - 埠清除輸出
@ PCOR_PTCO13
PCOR - PTCO13 - 埠清除輸出
@ PCOR_PTCO12
PCOR - PTCO12 - 埠清除輸出
@ PDDR_PDD28
PDDR - PDD28 - 埠資料方向
@ PCOR_PTCO20
PCOR - PTCO20 - 埠清除輸出
@ PDDR_PDD23
PDDR - PDD23 - 埠資料方向
@ PDDR_PDD6
PDDR - PDD6 - 埠資料方向
@ 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 - 埠輸入禁用
@ PDDR_PDD1
PDDR - PDD1 - 埠資料方向
@ PSOR_PTSO29
PSOR - PTSO29 - 埠設定輸出
@ PDDR_PDD30
PDDR - PDD30 - 埠資料方向
@ PIDR_PID7
PIDR - PID7 - 埠輸入禁用
@ PDOR_PDO21
PDOR - PDO21 - 埠資料輸出
@ ISFR_ISF11
ISFR - ISF11 - 中斷狀態標誌
@ PDOR_PDO0
PDOR - PDO0 - 埠資料輸出
@ GICHR_GIWE16
GICHR - GIWE16 - 全局中斷控制高
@ GICLR_GIWE6
GICLR - GIWE6 - 全局中斷控制低
@ PDDR_PDD2
PDDR - PDD2 - 埠資料方向
@ PDOR_PDO11
PDOR - PDO11 - 埠資料輸出
@ PIDR_PID12
PIDR - PID12 - 埠輸入禁用
@ PDOR_PDO26
PDOR - PDO26 - 埠資料輸出
@ PTOR_PTTO30
PORT - PTTO30 - 埠切換輸出
@ VERID_MAJOR
VERID - MAJOR - 版本ID主要版本號
@ GICHR_GIWE31
GICHR - GIWE31 - 全局中斷控制高
@ PTOR_PTTO11
PORT - PTTO11 - 埠切換輸出
@ PDOR_PDO25
PDOR - PDO25 - 埠資料輸出
@ GICLR_GIWE9
GICLR - GIWE9 - 全局中斷控制低
@ PCOR_PTCO22
PCOR - PTCO22 - 埠清除輸出
@ PIDR_PID2
PIDR - PID2 - 埠輸入禁用
@ GICHR_GIWE27
GICHR - GIWE27 - 全局中斷控制高
@ PDDR_PDD9
PDDR - PDD9 - 埠資料方向
@ PTOR_PTTO16
PORT - PTTO16 - 埠切換輸出
@ PDDR_PDD31
PDDR - PDD31 - 埠資料方向
@ PIDR_PID25
PIDR - PID25 - 埠輸入禁用
@ PDIR_PDI22
PDIR - PDI22 - 埠資料輸入
@ PDDR_PDD22
PDDR - PDD22 - 埠資料方向
@ PSOR_PTSO18
PSOR - PTSO18 - 埠設定輸出
@ PDIR_PDI1
PDIR - PDI1 - 埠資料輸入
@ GICLR_GIWE11
GICLR - GIWE11 - 全局中斷控制低
@ PSOR_PTSO5
PSOR - PTSO5 - 埠設定輸出
@ ISFR_ISF1
ISFR - ISF1 - 中斷狀態標誌
@ PIDR_PID1
PIDR - PID1 - 埠輸入禁用
@ PDDR_PDD7
PDDR - PDD7 - 埠資料方向
@ PIDR_PID18
PIDR - PID18 - 埠輸入禁用
@ PTOR_PTTO17
PORT - PTTO17 - 埠切換輸出
@ PDDR_PDD10
PDDR - PDD10 - 埠資料方向
@ PDDR_PDD24
PDDR - PDD24 - 埠資料方向
@ ISFR_ISF26
ISFR - ISF26 - 中斷狀態標誌
@ PDOR_PDO13
PDOR - PDO13 - 埠資料輸出
@ PDIR_PDI3
PDIR - PDI3 - 埠資料輸入
@ 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_PDI9
PDIR - PDI9 - 埠資料輸入
@ 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_PID5
PIDR - PID5 - 埠輸入禁用
@ 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 - 全局中斷控制低
@ ISFR_ISF6
ISFR - ISF6 - 中斷狀態標誌
@ PDIR_PDI2
PDIR - PDI2 - 埠資料輸入
@ PDOR_PDO20
PDOR - PDO20 - 埠資料輸出
@ ISFR_ISF7
ISFR - ISF7 - 中斷狀態標誌
@ GICLR_GIWE8
GICLR - GIWE8 - 全局中斷控制低
@ PCOR_PTCO1
PCOR - PTCO1 - 埠清除輸出
@ PTOR_PTTO18
PORT - PTTO18 - 埠切換輸出
@ PIDR_PID6
PIDR - PID6 - 埠輸入禁用
@ 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 - 埠切換輸出
@ PDOR_PDO2
PDOR - PDO2 - 埠資料輸出
@ PDIR_PDI6
PDIR - PDI6 - 埠資料輸入
@ PIDR_PID19
PIDR - PID19 - 埠輸入禁用
@ ISFR_ISF5
ISFR - ISF5 - 中斷狀態標誌
@ PSOR_PTSO1
PSOR - PTSO1 - 埠設定輸出
@ GICHR_GIWE26
GICHR - GIWE26 - 全局中斷控制高
@ PDOR_PDO30
PDOR - PDO30 - 埠資料輸出
@ PTOR_PTTO6
PORT - PTTO6 - 埠切換輸出
@ ISFR_ISF22
ISFR - ISF22 - 中斷狀態標誌
@ GICLR_GIWE14
GICLR - GIWE14 - 全局中斷控制低
@ PDOR_PDO7
PDOR - PDO7 - 埠資料輸出
@ GICLR_GIWE10
GICLR - GIWE10 - 全局中斷控制低
GPIO
GPIO埠0引腳多功能選擇列舉
Definition core/mux/gpio0/GPIO.h:51
The GPIO pin configuration structure.
Definition PinConfig.h:39
GPIO 週邊暫存器存取層
Definition gpio/Register.h:45
__O uint32 ptor
埠切換輸出暫存器 (偏移: 0x4C,唯寫)
Definition gpio/Register.h:98
__IO uint32 isfr[1]
中斷狀態旗標暫存器 (偏移: 0x120,步長: 0x4,讀寫)
Definition gpio/Register.h:178
__O uint32 gichr
全域中斷控制高位暫存器 (偏移: 0x104,唯寫)
Definition gpio/Register.h:163
__O uint32 pcor
埠清除輸出暫存器 (偏移: 0x48,唯寫)
Definition gpio/Register.h:90
__IO uint32 icr[32]
中斷控制暫存器陣列 (偏移: 0x80,步長: 0x4,讀寫)
Definition gpio/Register.h:147
__I uint32 pdir
埠資料輸入暫存器 (偏移: 0x50,唯讀)
Definition gpio/Register.h:106
__O uint32 giclr
全域中斷控制低位暫存器 (偏移: 0x100,唯寫)
Definition gpio/Register.h:155
__IO uint32 pidr
埠輸入停用暫存器 (偏移: 0x58,讀寫)
Definition gpio/Register.h:124
__O uint32 psor
埠設定輸出暫存器 (偏移: 0x44,唯寫)
Definition gpio/Register.h:82
GPIO 週邊版本資訊結構體
Definition VersionInfo.h:38