Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_spi.c231 static void SPI_DMAReceiveCplt(DMA_HandleTypeDef *hdma);
1813 hspi->hdmarx->XferCpltCallback = SPI_DMAReceiveCplt; in HAL_SPI_Receive_DMA()
1925 hspi->hdmarx->XferCpltCallback = SPI_DMAReceiveCplt; in HAL_SPI_TransmitReceive_DMA()
2742 static void SPI_DMAReceiveCplt(DMA_HandleTypeDef *hdma) in SPI_DMAReceiveCplt() function
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_spi.c238 static void SPI_DMAReceiveCplt(DMA_HandleTypeDef *hdma);
1869 hspi->hdmarx->XferCpltCallback = SPI_DMAReceiveCplt; in HAL_SPI_Receive_DMA()
1983 hspi->hdmarx->XferCpltCallback = SPI_DMAReceiveCplt; in HAL_SPI_TransmitReceive_DMA()
2797 static void SPI_DMAReceiveCplt(DMA_HandleTypeDef *hdma) in SPI_DMAReceiveCplt() function
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_spi.c230 static void SPI_DMAReceiveCplt(DMA_HandleTypeDef *hdma);
1810 hspi->hdmarx->XferCpltCallback = SPI_DMAReceiveCplt; in HAL_SPI_Receive_DMA()
1921 hspi->hdmarx->XferCpltCallback = SPI_DMAReceiveCplt; in HAL_SPI_TransmitReceive_DMA()
2736 static void SPI_DMAReceiveCplt(DMA_HandleTypeDef *hdma) in SPI_DMAReceiveCplt() function
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_spi.c167 static void SPI_DMAReceiveCplt(DMA_HandleTypeDef *hdma);
2210 hspi->hdmarx->XferCpltCallback = SPI_DMAReceiveCplt; in HAL_SPI_Receive_DMA()
2371 hspi->hdmarx->XferCpltCallback = SPI_DMAReceiveCplt; in HAL_SPI_TransmitReceive_DMA()
3282 static void SPI_DMAReceiveCplt(DMA_HandleTypeDef *hdma) in SPI_DMAReceiveCplt() function
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_spi.c254 static void SPI_DMAReceiveCplt(DMA_HandleTypeDef *hdma);
1863 hspi->hdmarx->XferCpltCallback = SPI_DMAReceiveCplt; in HAL_SPI_Receive_DMA()
1975 hspi->hdmarx->XferCpltCallback = SPI_DMAReceiveCplt; in HAL_SPI_TransmitReceive_DMA()
2785 static void SPI_DMAReceiveCplt(DMA_HandleTypeDef *hdma) in SPI_DMAReceiveCplt() function
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_spi.c230 static void SPI_DMAReceiveCplt(DMA_HandleTypeDef *hdma);
1824 hspi->hdmarx->XferCpltCallback = SPI_DMAReceiveCplt; in HAL_SPI_Receive_DMA()
1938 hspi->hdmarx->XferCpltCallback = SPI_DMAReceiveCplt; in HAL_SPI_TransmitReceive_DMA()
2763 static void SPI_DMAReceiveCplt(DMA_HandleTypeDef *hdma) in SPI_DMAReceiveCplt() function
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_spi.c229 static void SPI_DMAReceiveCplt(DMA_HandleTypeDef *hdma);
2127 hspi->hdmarx->XferCpltCallback = SPI_DMAReceiveCplt; in HAL_SPI_Receive_DMA()
2287 hspi->hdmarx->XferCpltCallback = SPI_DMAReceiveCplt; in HAL_SPI_TransmitReceive_DMA()
3116 static void SPI_DMAReceiveCplt(DMA_HandleTypeDef *hdma) in SPI_DMAReceiveCplt() function
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_spi.c229 static void SPI_DMAReceiveCplt(DMA_HandleTypeDef *hdma);
2082 hspi->hdmarx->XferCpltCallback = SPI_DMAReceiveCplt; in HAL_SPI_Receive_DMA()
2252 hspi->hdmarx->XferCpltCallback = SPI_DMAReceiveCplt; in HAL_SPI_TransmitReceive_DMA()
3081 static void SPI_DMAReceiveCplt(DMA_HandleTypeDef *hdma) in SPI_DMAReceiveCplt() function
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_spi.c229 static void SPI_DMAReceiveCplt(DMA_HandleTypeDef *hdma);
2103 hspi->hdmarx->XferCpltCallback = SPI_DMAReceiveCplt; in HAL_SPI_Receive_DMA()
2260 hspi->hdmarx->XferCpltCallback = SPI_DMAReceiveCplt; in HAL_SPI_TransmitReceive_DMA()
3090 static void SPI_DMAReceiveCplt(DMA_HandleTypeDef *hdma) in SPI_DMAReceiveCplt() function
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_spi.c230 static void SPI_DMAReceiveCplt(DMA_HandleTypeDef *hdma);
2128 hspi->hdmarx->XferCpltCallback = SPI_DMAReceiveCplt; in HAL_SPI_Receive_DMA()
2288 hspi->hdmarx->XferCpltCallback = SPI_DMAReceiveCplt; in HAL_SPI_TransmitReceive_DMA()
3117 static void SPI_DMAReceiveCplt(DMA_HandleTypeDef *hdma) in SPI_DMAReceiveCplt() function
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_spi.c229 static void SPI_DMAReceiveCplt(DMA_HandleTypeDef *hdma);
2127 hspi->hdmarx->XferCpltCallback = SPI_DMAReceiveCplt; in HAL_SPI_Receive_DMA()
2287 hspi->hdmarx->XferCpltCallback = SPI_DMAReceiveCplt; in HAL_SPI_TransmitReceive_DMA()
3116 static void SPI_DMAReceiveCplt(DMA_HandleTypeDef *hdma) in SPI_DMAReceiveCplt() function
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_spi.c229 static void SPI_DMAReceiveCplt(DMA_HandleTypeDef *hdma);
2077 hspi->hdmarx->XferCpltCallback = SPI_DMAReceiveCplt; in HAL_SPI_Receive_DMA()
2238 hspi->hdmarx->XferCpltCallback = SPI_DMAReceiveCplt; in HAL_SPI_TransmitReceive_DMA()
3069 static void SPI_DMAReceiveCplt(DMA_HandleTypeDef *hdma) in SPI_DMAReceiveCplt() function
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_spi.c229 static void SPI_DMAReceiveCplt(DMA_HandleTypeDef *hdma);
2127 hspi->hdmarx->XferCpltCallback = SPI_DMAReceiveCplt; in HAL_SPI_Receive_DMA()
2287 hspi->hdmarx->XferCpltCallback = SPI_DMAReceiveCplt; in HAL_SPI_TransmitReceive_DMA()
3116 static void SPI_DMAReceiveCplt(DMA_HandleTypeDef *hdma) in SPI_DMAReceiveCplt() function
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_spi.c229 static void SPI_DMAReceiveCplt(DMA_HandleTypeDef *hdma);
2073 hspi->hdmarx->XferCpltCallback = SPI_DMAReceiveCplt; in HAL_SPI_Receive_DMA()
2233 hspi->hdmarx->XferCpltCallback = SPI_DMAReceiveCplt; in HAL_SPI_TransmitReceive_DMA()
3062 static void SPI_DMAReceiveCplt(DMA_HandleTypeDef *hdma) in SPI_DMAReceiveCplt() function
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_spi.c229 static void SPI_DMAReceiveCplt(DMA_HandleTypeDef *hdma);
2136 hspi->hdmarx->XferCpltCallback = SPI_DMAReceiveCplt; in HAL_SPI_Receive_DMA()
2306 hspi->hdmarx->XferCpltCallback = SPI_DMAReceiveCplt; in HAL_SPI_TransmitReceive_DMA()
3135 static void SPI_DMAReceiveCplt(DMA_HandleTypeDef *hdma) in SPI_DMAReceiveCplt() function
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_spi.c231 static void SPI_DMAReceiveCplt(DMA_HandleTypeDef *hdma);
2107 hspi->hdmarx->XferCpltCallback = SPI_DMAReceiveCplt; in HAL_SPI_Receive_DMA()
2265 hspi->hdmarx->XferCpltCallback = SPI_DMAReceiveCplt; in HAL_SPI_TransmitReceive_DMA()
3099 static void SPI_DMAReceiveCplt(DMA_HandleTypeDef *hdma) in SPI_DMAReceiveCplt() function
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_spi.c229 static void SPI_DMAReceiveCplt(DMA_HandleTypeDef *hdma);
2073 hspi->hdmarx->XferCpltCallback = SPI_DMAReceiveCplt; in HAL_SPI_Receive_DMA()
2233 hspi->hdmarx->XferCpltCallback = SPI_DMAReceiveCplt; in HAL_SPI_TransmitReceive_DMA()
3062 static void SPI_DMAReceiveCplt(DMA_HandleTypeDef *hdma) in SPI_DMAReceiveCplt() function
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_spi.c231 static void SPI_DMAReceiveCplt(DMA_HandleTypeDef *hdma);
2107 hspi->hdmarx->XferCpltCallback = SPI_DMAReceiveCplt; in HAL_SPI_Receive_DMA()
2265 hspi->hdmarx->XferCpltCallback = SPI_DMAReceiveCplt; in HAL_SPI_TransmitReceive_DMA()
3099 static void SPI_DMAReceiveCplt(DMA_HandleTypeDef *hdma) in SPI_DMAReceiveCplt() function
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_spi.c165 static void SPI_DMAReceiveCplt(DMA_HandleTypeDef *hdma);
2059 hspi->hdmarx->XferCpltCallback = SPI_DMAReceiveCplt; in HAL_SPI_Receive_DMA()
3219 static void SPI_DMAReceiveCplt(DMA_HandleTypeDef *hdma) in SPI_DMAReceiveCplt() function
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_spi.c167 static void SPI_DMAReceiveCplt(DMA_HandleTypeDef *hdma);
2071 hspi->hdmarx->XferCpltCallback = SPI_DMAReceiveCplt; in HAL_SPI_Receive_DMA()
3265 static void SPI_DMAReceiveCplt(DMA_HandleTypeDef *hdma) in SPI_DMAReceiveCplt() function
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_spi.c165 static void SPI_DMAReceiveCplt(DMA_HandleTypeDef *hdma);
2331 hspi->hdmarx->XferCpltCallback = SPI_DMAReceiveCplt; in HAL_SPI_Receive_DMA()
3514 static void SPI_DMAReceiveCplt(DMA_HandleTypeDef *hdma) in SPI_DMAReceiveCplt() function
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_spi.c165 static void SPI_DMAReceiveCplt(DMA_HandleTypeDef *hdma);
2225 hspi->hdmarx->XferCpltCallback = SPI_DMAReceiveCplt; in HAL_SPI_Receive_DMA()
3385 static void SPI_DMAReceiveCplt(DMA_HandleTypeDef *hdma) in SPI_DMAReceiveCplt() function
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_spi.c165 static void SPI_DMAReceiveCplt(DMA_HandleTypeDef *hdma);
2317 hspi->hdmarx->XferCpltCallback = SPI_DMAReceiveCplt; in HAL_SPI_Receive_DMA()
3372 static void SPI_DMAReceiveCplt(DMA_HandleTypeDef *hdma) in SPI_DMAReceiveCplt() function
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_spi.c166 static void SPI_DMAReceiveCplt(DMA_HandleTypeDef *hdma);
2307 hspi->hdmarx->XferCpltCallback = SPI_DMAReceiveCplt; in HAL_SPI_Receive_DMA()
3506 static void SPI_DMAReceiveCplt(DMA_HandleTypeDef *hdma) in SPI_DMAReceiveCplt() function