mirror of
https://github.com/aolofsson/oh.git
synced 2025-02-07 06:44:09 +08:00
14 lines
266 B
Coq
14 lines
266 B
Coq
|
`ifndef GPIO_REGMAP_V_
|
||
|
`define GPIO_REGMAP_V_
|
||
|
|
||
|
`define SPI_CFG 6'h0
|
||
|
`define SPI_STATUS 6'h1
|
||
|
`define SPI_ILAT 6'h2
|
||
|
`define SPI_IMASK 6'h3
|
||
|
`define SPI_DELAY 6'h4
|
||
|
`define SPI_TX 6'h5
|
||
|
`define SPI_RX 6'h6
|
||
|
|
||
|
`endif // `ifndef GPIO_REGMAP_V_
|
||
|
|