Home
last modified time | relevance | path

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

/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/src/
A Dspi_15xx.c160 pSPI->DLY = SPI_DLY_PRE_DELAY(pConfig->PreDelay); in Chip_SPI_DelayConfig()
161 pSPI->DLY |= SPI_DLY_POST_DELAY(pConfig->PostDelay); in Chip_SPI_DelayConfig()
162 pSPI->DLY |= SPI_DLY_FRAME_DELAY(pConfig->FrameDelay); in Chip_SPI_DelayConfig()
164 pSPI->DLY |= SPI_DLY_TRANSFER_DELAY(pConfig->TransferDelay - 1); in Chip_SPI_DelayConfig()
/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Dspi_15xx.h48 __IO uint32_t DLY; /*!< SPI Delay register*/ member

Completed in 5 milliseconds