epirawdma OK (#391)

* epirawdma OK

* Made tharo's suggestions

* Fixed epirawwrite
This commit is contained in:
kyleburnette
2021-11-03 08:57:15 -07:00
committed by GitHub
parent de6ef350c5
commit efbd87cac1
3 changed files with 70 additions and 3 deletions
+1 -1
View File
@@ -70,7 +70,7 @@
#define PI_STATUS_BUSY (1 << 0)
#define PI_STATUS_IOBUSY (1 << 1)
#define PI_STATUS_ERROR (PI_STATUS_BUSY | PI_STATUS_IOBUSY)
#define PI_STATUS_ERROR (1 << 2)
#define PI_STATUS_RESET_CONTROLLER (1 << 0)
#define PI_STATUS_CLEAR_INTR (1 << 1)