Home
last modified time | relevance | path

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

/bsp/apollo2/board/
A Dspi.c158 rt_uint32_t * send_ptr = (rt_uint32_t *)message->send_buf; in xfer() local
213 (uint32_t *)send_ptr, u32TransferSize, AM_HAL_IOM_RAW); in xfer()
221 (uint32_t *)send_ptr, u32TransferSize, AM_HAL_IOM_RAW); in xfer()
226 send_ptr = (rt_uint32_t *)((rt_uint32_t)send_ptr + u32TransferSize); in xfer()
/bsp/wch/arm/Libraries/ch32_drivers/
A Ddrv_spi_ch32f10x.c215 const rt_uint8_t *send_ptr = message->send_buf; in ch32f1_spi_xfer() local
226 if (send_ptr != RT_NULL) in ch32f1_spi_xfer()
228 data = *send_ptr++; in ch32f1_spi_xfer()
252 const rt_uint16_t *send_ptr = message->send_buf; in ch32f1_spi_xfer() local
261 if (send_ptr != RT_NULL) in ch32f1_spi_xfer()
263 data = *send_ptr++; in ch32f1_spi_xfer()
A Ddrv_spi_ch32f20x.c220 const rt_uint8_t *send_ptr = message->send_buf; in ch32f2_spi_xfer() local
231 if (send_ptr != RT_NULL) in ch32f2_spi_xfer()
233 data = *send_ptr++; in ch32f2_spi_xfer()
257 const rt_uint16_t *send_ptr = message->send_buf; in ch32f2_spi_xfer() local
266 if (send_ptr != RT_NULL) in ch32f2_spi_xfer()
268 data = *send_ptr++; in ch32f2_spi_xfer()
/bsp/airm2m/air32f103/libraries/rt_drivers/
A Ddrv_spi.c213 const rt_uint8_t *send_ptr = message->send_buf; in air32_spi_xfer() local
224 if (send_ptr != RT_NULL) in air32_spi_xfer()
226 data = *send_ptr++; in air32_spi_xfer()
248 const rt_uint16_t *send_ptr = message->send_buf; in air32_spi_xfer() local
257 if (send_ptr != RT_NULL) in air32_spi_xfer()
259 data = *send_ptr++; in air32_spi_xfer()
/bsp/gd32/risc-v/libraries/gd32_drivers/
A Ddrv_spi.c249 const rt_uint8_t * send_ptr = message->send_buf; in spixfer() local
259 if(send_ptr != RT_NULL) in spixfer()
261 data = *send_ptr++; in spixfer()
284 const rt_uint16_t * send_ptr = message->send_buf; in spixfer() local
292 if(send_ptr != RT_NULL) in spixfer()
294 data = *send_ptr++; in spixfer()
/bsp/hk32/libraries/rt_drivers/
A Ddrv_spi.c230 const rt_uint8_t *send_ptr = message->send_buf; in xfer() local
240 if (send_ptr != RT_NULL) in xfer()
242 data = *send_ptr++; in xfer()
265 const rt_uint16_t *send_ptr = message->send_buf; in xfer() local
273 if (send_ptr != RT_NULL) in xfer()
275 data = *send_ptr++; in xfer()
/bsp/n32/libraries/n32_drivers/
A Ddrv_spi.c181 const rt_uint8_t * send_ptr = message->send_buf; in xfer() local
191 if (send_ptr != RT_NULL) in xfer()
193 data = *send_ptr++; in xfer()
217 const rt_uint16_t * send_ptr = message->send_buf; in xfer() local
225 if (send_ptr != RT_NULL) in xfer()
227 data = *send_ptr++; in xfer()
/bsp/ht32/libraries/ht32_drivers/
A Ddrv_spi.c264 const rt_uint8_t *send_ptr = message->send_buf; in ht32_xfer() local
274 if (send_ptr != RT_NULL) in ht32_xfer()
276 data = *send_ptr++; in ht32_xfer()
298 const rt_uint16_t *send_ptr = message->send_buf; in ht32_xfer() local
306 if (send_ptr != RT_NULL) in ht32_xfer()
308 data = *send_ptr++; in ht32_xfer()
/bsp/loongson/ls2kdev/drivers/
A Ddrv_spi.c187 const rt_uint8_t *send_ptr = NULL; in xfer() local
199 send_ptr = message->send_buf; in xfer()
204 if (NULL != send_ptr) in xfer()
206 data = *send_ptr++; in xfer()
/bsp/gd32/arm/libraries/gd32_drivers/
A Ddrv_spi.c325 const rt_uint8_t * send_ptr = message->send_buf; in spixfer() local
335 if(send_ptr != RT_NULL) in spixfer()
337 data = *send_ptr++; in spixfer()
360 const rt_uint16_t * send_ptr = message->send_buf; in spixfer() local
368 if(send_ptr != RT_NULL) in spixfer()
370 data = *send_ptr++; in spixfer()
/bsp/nxp/imx/imx6ull-smart/drivers/
A Ddrv_spi.c103 const rt_uint8_t *send_ptr = RT_NULL; in imx6ull_ecspi_xfer() local
112 send_ptr = (rt_uint8_t *)message->send_buf; in imx6ull_ecspi_xfer()
123 temp_data = (send_ptr != RT_NULL) ? (*send_ptr++) : 0xff; in imx6ull_ecspi_xfer()
/bsp/apm32/libraries/Drivers/
A Ddrv_spi.c237 const rt_uint8_t *send_ptr = message->send_buf; in apm32_spi_xfer() local
247 if (send_ptr != RT_NULL) in apm32_spi_xfer()
249 data = *send_ptr++; in apm32_spi_xfer()
287 const rt_uint16_t *send_ptr = message->send_buf; in apm32_spi_xfer() local
295 if (send_ptr != RT_NULL) in apm32_spi_xfer()
297 data = *send_ptr++; in apm32_spi_xfer()
/bsp/loongson/ls1cdev/drivers/
A Ddrv_spi.c116 const rt_uint8_t *send_ptr = NULL; in xfer() local
140 send_ptr = message->send_buf; in xfer()
145 if (NULL != send_ptr) in xfer()
147 data = *send_ptr++; in xfer()
/bsp/Vango/v85xx/drivers/
A Ddrv_spi.c142 const rt_uint8_t * send_ptr = message->send_buf; in xfer() local
152 if(send_ptr != RT_NULL) in xfer()
154 data = *send_ptr++; in xfer()
/bsp/phytium/libraries/drivers_example/
A Dqspi_sample.c60 char *send_ptr = (char *)qspi_write_message.parent.send_buf; in qspi_sample() local
65 if (send_ptr[i] != recv_ptr[i]) in qspi_sample()
/bsp/at32/libraries/rt_drivers/
A Ddrv_spi.c298 const rt_uint8_t *send_ptr = send_buf; in _spi_polling_receive_transmit() local
307 if(send_ptr != RT_NULL) in _spi_polling_receive_transmit()
309 data = *send_ptr++; in _spi_polling_receive_transmit()
332 const rt_uint16_t * send_ptr = (rt_uint16_t *)send_buf; in _spi_polling_receive_transmit() local
339 if(send_ptr != RT_NULL) in _spi_polling_receive_transmit()
341 data = *send_ptr++; in _spi_polling_receive_transmit()
/bsp/allwinner_tina/drivers/spi/
A Ddrv_spi.c553 const rt_uint8_t *send_ptr = message->send_buf; in xfer() local
575 if (send_ptr != RT_NULL) in xfer()
577 tx_data = *send_ptr++; in xfer()

Completed in 767 milliseconds