Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/cmsis_drivers/flexcomm/
Dfsl_spi_cmsis.c720 static int32_t SPI_DMAControl(uint32_t control, uint32_t arg, cmsis_spi_dma_driver_state_t *spi) in SPI_DMAControl() function
1441 return SPI_DMAControl(control, arg, &SPI0_DMADriverState); in SPI0_DMAControl()
1607 return SPI_DMAControl(control, arg, &SPI1_DMADriverState); in SPI1_DMAControl()
1775 return SPI_DMAControl(control, arg, &SPI2_DMADriverState); in SPI2_DMAControl()
1943 return SPI_DMAControl(control, arg, &SPI3_DMADriverState); in SPI3_DMAControl()
2111 return SPI_DMAControl(control, arg, &SPI4_DMADriverState); in SPI4_DMAControl()
2279 return SPI_DMAControl(control, arg, &SPI5_DMADriverState); in SPI5_DMAControl()
2447 return SPI_DMAControl(control, arg, &SPI6_DMADriverState); in SPI6_DMAControl()
2615 return SPI_DMAControl(control, arg, &SPI7_DMADriverState); in SPI7_DMAControl()
2783 return SPI_DMAControl(control, arg, &SPI8_DMADriverState); in SPI8_DMAControl()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/cmsis_drivers/spi/
Dfsl_spi_cmsis.c639 static int32_t SPI_DMAControl(uint32_t control, uint32_t arg, cmsis_SPI_dma_driver_state_t *SPI) in SPI_DMAControl() function
1360 return SPI_DMAControl(control, arg, &SPI0_DMADriverState); in SPI0_DMAControl()
1534 return SPI_DMAControl(control, arg, &SPI1_DMADriverState); in SPI1_DMAControl()