Pin groups for BB boards. More...
Go to the source code of this file.
Variables | |
UInt8 | P8_Pins [...] |
Array of CPU ball numbers for all pins on header P8. | |
UInt8 | P9_Pins [...] |
Array of CPU ball numbers for all digital pins on header P9. More... | |
UInt8 | JT_Pins [...] |
Array of CPU ball numbers for all digital pins on header P9. More... | |
UInt8 | SD_Pins [...] |
Array of CPU ball numbers for all digital pins on header P9. More... | |
UInt8 | EMMC2_Pins [...] |
Array of CPU ball numbers for emmc2 pin group on header P8. More... | |
UInt8 | HDMI_Pins [...] |
Array of CPU ball numbers for hdmi pin group on header P8. More... | |
UInt8 | I2C1_Pins [...] |
Array of CPU ball numbers for i2c1 pin group on header P9. More... | |
UInt8 | I2C2_Pins [...] |
Array of CPU ball numbers for i2c2 pin group on header P9. More... | |
UInt8 | MCASP0_Pins [...] |
Array of CPU ball numbers for mcasp0 pin group on header P9. More... | |
Pin groups for BB boards.
The file contains pre-defined arrays for the pin groups of the beaglebone black hardware. The arrays include all CPU ball numbers that belong to a subsystem like the EMMC2 or HDMI and can be used to adress all related pins as one group.
File src/pruio/pruio_pins.bi contained that data before it was moved to that separate file in version 0.6.4.
Definition in file pin_arrays.bi.
UInt8 EMMC2_Pins[...] |
UInt8 HDMI_Pins[...] |
UInt8 I2C1_Pins[...] |
Array of CPU ball numbers for i2c1 pin group on header P9.
Definition at line 148 of file pin_arrays.bi.
UInt8 I2C2_Pins[...] |
Array of CPU ball numbers for i2c2 pin group on header P9.
Definition at line 154 of file pin_arrays.bi.
UInt8 JT_Pins[...] |
Array of CPU ball numbers for all digital pins on header P9.
Definition at line 93 of file pin_arrays.bi.
UInt8 MCASP0_Pins[...] |
Array of CPU ball numbers for mcasp0 pin group on header P9.
Definition at line 160 of file pin_arrays.bi.
UInt8 P9_Pins[...] |
Array of CPU ball numbers for all digital pins on header P9.
Definition at line 64 of file pin_arrays.bi.