1 2 3 4 5 6 7 8 9 10 11 12
//go:build fe310 && hifive1b package machine import "device/sifive" // SPI on the HiFive1. var ( SPI1 = SPI{ Bus: sifive.QSPI1, } )