Searched refs:templen (Results 1 – 1 of 1) sorted by relevance
204 u16 templen; in SPI_SendData() local210 if(templen == 0) in SPI_SendData()211 templen = 32; in SPI_SendData()212 if (templen > 8) in SPI_SendData()214 if (templen > 16) in SPI_SendData()216 if (templen > 24) in SPI_SendData()231 u8 templen; in SPI_ReceiveData() local237 if(templen == 0) in SPI_ReceiveData()238 templen = 32; in SPI_ReceiveData()239 if (templen > 8) in SPI_ReceiveData()[all …]
Completed in 7 milliseconds