Home
last modified time | relevance | path

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

/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/src/
A Dspi_15xx.c123 pSPI->DIV = SPI_DIV_VAL(pConfig->ClkDiv); in Chip_SPI_SetConfig()
/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Dspi_15xx.h277 #define SPI_DIV_VAL(n) ((uint32_t) ((n) & 0xFFFF)) /* SPI_CLK = PCLK/(DIV_VAL+1)*/ macro

Completed in 4 milliseconds