BBBCSIO

The PRUUIODeviceEnum Enum

 

The PRUUIODeviceEnum Enum

Enumerates the PRU UIO Devices's on a BeagleBone Black.

 

Source Code

The source code for this class is available online for download and also in browseable form.

 

Syntax

    public enum PRUUIODeviceEnum
    {
        PRUUIODEVICE_NONE,
        PRUUIODEVICE_0,
        PRUUIODEVICE_1,
        PRUUIODEVICE_2,
        PRUUIODEVICE_3,
        PRUUIODEVICE_4,
        PRUUIODEVICE_5,
        PRUUIODEVICE_6,
        PRUUIODEVICE_7
    }