Searched refs:SPI_CTRL_CLKDIV_Pos (Results 1 – 4 of 4) sorted by relevance
55 (initStruct->clkDiv << SPI_CTRL_CLKDIV_Pos) | in SPI_Init()
69 ((initStruct->clkDiv & 7) << SPI_CTRL_CLKDIV_Pos) | in SPI_Init()
1421 #define SPI_CTRL_CLKDIV_Pos 0 //Clock Divider, SPI工作时钟 = SYS_Freq/pow(2, CLKDIV+2) macro1422 #define SPI_CTRL_CLKDIV_Msk (0x07 << SPI_CTRL_CLKDIV_Pos)
1049 #define SPI_CTRL_CLKDIV_Pos 0 //Clock Divider, SPI工作时钟 = SYS_Freq/pow(2, CLKDIV+2) macro1050 #define SPI_CTRL_CLKDIV_Msk (0x07 << SPI_CTRL_CLKDIV_Pos)
Completed in 47 milliseconds