Home
last modified time | relevance | path

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

/bsp/mm32f327x/Libraries/MM32F327x/HAL_Lib/Src/
A Dhal_spi.c204 u16 templen; in SPI_SendData() local
210 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() local
237 if(templen == 0) in SPI_ReceiveData()
238 templen = 32; in SPI_ReceiveData()
239 if (templen > 8) in SPI_ReceiveData()
[all …]

Completed in 7 milliseconds