llorenc-m

Results 2 issues of llorenc-m

The only definitions in "spi_host_structs.h" are currently: `#define spi_host_peri ((volatile spi_host *) SPI_HOST_START_ADDRESS)` It should be changed to something like (since all three peripherals are the same and therefore use...

SPI Host of X-HEEP needs to acknowledge whenever there is an event interrupt, contrarily to Opentitan's SPI Host. Opentitan SPI Host `EVENT_ENABLE` bit of `INTR_STATE` register is of type _ro_...