Home
last modified time | relevance | path

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

/AliOS-Things-master/hardware/board/haas100/drivers/
A Dch395_spi.c138 if (cfg_spi.t_mode == SPI_TRANSFER_DMA) in hal_ch395_spi_init()
241 if (spi->config.t_mode == SPI_TRANSFER_DMA) in hal_spi_send_ch395()
264 if (spi->config.t_mode == SPI_TRANSFER_DMA) in hal_spi_send_ch395()
336 if (spi->config.t_mode == SPI_TRANSFER_DMA) in hal_spi_send_ch395_sockdata()
357 if (spi->config.t_mode == SPI_TRANSFER_DMA) in hal_spi_send_ch395_sockdata()
378 if (spi->config.t_mode == SPI_TRANSFER_DMA) in hal_spi_send_ch395_sockdata()
449 if (spi->config.t_mode == SPI_TRANSFER_DMA) in hal_spi_send_and_recv_ch395_normal()
471 if (spi->config.t_mode == SPI_TRANSFER_DMA) in hal_spi_send_and_recv_ch395_normal()
498 if (spi->config.t_mode == SPI_TRANSFER_DMA) in hal_spi_send_and_recv_ch395_normal()
561 if (spi->config.t_mode == SPI_TRANSFER_DMA) in hal_spi_send_and_recv_ch395_exist()
[all …]
/AliOS-Things-master/hardware/chip/haas1000/hal/
A Dspi.c145 if (cfg_spi.t_mode == SPI_TRANSFER_DMA) in hal_spi_init()
269 if (spi->config.t_mode == SPI_TRANSFER_DMA) in hal_spi_send()
353 if (spi->config.t_mode == SPI_TRANSFER_DMA) in hal_spi_recv()
429 if (spi->config.t_mode == SPI_TRANSFER_DMA) in hal_spi_send_and_recv()
505 if (spi->config.t_mode == SPI_TRANSFER_DMA) in hal_spi_send_recv()
522 if (spi->config.t_mode == SPI_TRANSFER_DMA) in hal_spi_send_recv()
/AliOS-Things-master/components/amp_adapter/include/peripheral/
A Daos_hal_spi.h48 SPI_TRANSFER_DMA, enumerator
/AliOS-Things-master/components/drivers/peripheral/spi/include/aos/hal/
A Dspi.h51 SPI_TRANSFER_DMA, enumerator
/AliOS-Things-master/components/py_engine/adapter/haas/
A Dmachine_hw_spi.c225 dev->config.t_mode = SPI_TRANSFER_DMA; in machine_hw_spi_make_new()
/AliOS-Things-master/components/py_engine/adapter/haas510/
A Dmachine_hw_spi.c208 spi->config.t_mode = SPI_TRANSFER_DMA; in machine_hw_spi_make_new()
/AliOS-Things-master/components/py_engine/adapter/haas600/
A Dmachine_hw_spi.c208 spi->config.t_mode = SPI_TRANSFER_DMA; in machine_hw_spi_make_new()
/AliOS-Things-master/components/drivers/peripheral/spi/src/
A Dspi_dev.c134 mode = (spi_transfer_mode_e)SPI_TRANSFER_DMA; in _arg_to_tranmode()

Completed in 10 milliseconds