Searched refs:QSPI_CR_FSEL (Results 1 – 1 of 1) sorted by relevance
48 #define QSPI_CR_FSEL BIT(7) macro348 cr |= QSPI_CR_FSEL; in stm32_qspi_claim_bus()351 mmio_clrsetbits_32(qspi_base() + QSPI_CR, QSPI_CR_FSEL, cr); in stm32_qspi_claim_bus()
Completed in 2 milliseconds