Home
last modified time | relevance | path

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

/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Dspi_15xx.h66 #define SPI_CFG_SPI_EN ((uint32_t) (1 << 0)) macro
411 pSPI->CFG |= SPI_CFG_SPI_EN; in Chip_SPI_Enable()
421 pSPI->CFG &= (~SPI_CFG_SPI_EN) & SPI_CFG_BITMASK; in Chip_SPI_Disable()
/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/src/
A Dspi_15xx.c111 uint32_t EnStat = pSPI->CFG & SPI_CFG_SPI_EN; in Chip_SPI_SetConfig()

Completed in 7 milliseconds