Home
last modified time | relevance | path

Searched refs:STM_SPI_SR_RXNE (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/ssi/
H A Dstm32f2xx_spi.c63 s->spi_sr |= STM_SPI_SR_RXNE; in stm32f2xx_spi_transfer()
86 s->spi_sr &= ~STM_SPI_SR_RXNE; in stm32f2xx_spi_read()
/openbmc/qemu/include/hw/ssi/
H A Dstm32f2xx_spi.h45 #define STM_SPI_SR_RXNE 1 macro