BBBCSIO

The PRUEnum Enum

 

The PRUEnum Enum

Enumerates the Programmable Realtime Units (PRU'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 PRUEnum
    {
        PRU_NONE,
        PRU_0,
        PRU_1
    }