3.31 CLASSB_PORT_INDEX

Summary

PORT index definitions for Class B library I/O pin test.

Description

This can be used in the I/O pin test for PIC32MK MCJ/PIC32MK MCM/PIC32MK MCA devices.

Remarks

For PIC32MK MCJ/PIC32MK MCM device

typedef enum
{
    CLASSB_GPIO_PORT_A = 0U,
    CLASSB_GPIO_PORT_B = 1U,
    CLASSB_GPIO_PORT_C = 2U,
    CLASSB_GPIO_PORT_D = 3U,
    CLASSB_GPIO_PORT_E = 4U,
    CLASSB_GPIO_PORT_F = 5U,
    CLASSB_GPIO_PORT_G = 6U,
} CLASSB_PORT_INDEX;

For PIC32MK MCA device

typedef enum
{
    CLASSB_GPIO_PORT_A = 0U,
    CLASSB_GPIO_PORT_B = 1U,
    CLASSB_GPIO_PORT_C = 2U,
    CLASSB_GPIO_PORT_D = 3U,
} CLASSB_PORT_INDEX;