Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_spi.c1504 HAL_SPI_ErrorCallback(hspi); in HAL_SPI_IRQHandler()
1611 __weak void HAL_SPI_ErrorCallback(SPI_HandleTypeDef *hspi) in HAL_SPI_ErrorCallback() function
1735 HAL_SPI_ErrorCallback(hspi); in SPI_TxCloseIRQHandler()
1847 HAL_SPI_ErrorCallback(hspi); in SPI_RxCloseIRQHandler()
1954 HAL_SPI_ErrorCallback(hspi); in SPI_DMATransmitCplt()
2022 HAL_SPI_ErrorCallback(hspi); in SPI_DMAReceiveCplt()
2099 HAL_SPI_ErrorCallback(hspi); in SPI_DMATransmitReceiveCplt()
2164 HAL_SPI_ErrorCallback(hspi); in SPI_DMAError()
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_spi.c1654 HAL_SPI_ErrorCallback(hspi); in HAL_SPI_IRQHandler()
1761 __weak void HAL_SPI_ErrorCallback(SPI_HandleTypeDef *hspi) in HAL_SPI_ErrorCallback() function
1885 HAL_SPI_ErrorCallback(hspi); in SPI_TxCloseIRQHandler()
1997 HAL_SPI_ErrorCallback(hspi); in SPI_RxCloseIRQHandler()
2105 HAL_SPI_ErrorCallback(hspi); in SPI_DMATransmitCplt()
2173 HAL_SPI_ErrorCallback(hspi); in SPI_DMAReceiveCplt()
2249 HAL_SPI_ErrorCallback(hspi); in SPI_DMATransmitReceiveCplt()
2314 HAL_SPI_ErrorCallback(hspi); in SPI_DMAError()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_spi.c378 … hspi->ErrorCallback = HAL_SPI_ErrorCallback; /* Legacy weak ErrorCallback */ in HAL_SPI_Init()
700 … hspi->ErrorCallback = HAL_SPI_ErrorCallback; /* Legacy weak ErrorCallback */ in HAL_SPI_UnRegisterCallback()
2786 HAL_SPI_ErrorCallback(hspi); in HAL_SPI_IRQHandler()
2896 __weak void HAL_SPI_ErrorCallback(SPI_HandleTypeDef *hspi) in HAL_SPI_ErrorCallback() function
3024 HAL_SPI_ErrorCallback(hspi); in SPI_DMATransmitCplt()
3119 HAL_SPI_ErrorCallback(hspi); in SPI_DMAReceiveCplt()
3208 HAL_SPI_ErrorCallback(hspi); in SPI_DMATransmitReceiveCplt()
3294 HAL_SPI_ErrorCallback(hspi); in SPI_DMAError()
3314 HAL_SPI_ErrorCallback(hspi); in SPI_DMAAbortOnError()
4035 HAL_SPI_ErrorCallback(hspi); in SPI_CloseRxTx_ISR()
[all …]
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_spi.h530 void HAL_SPI_ErrorCallback(SPI_HandleTypeDef *hspi);
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_spi.h619 void HAL_SPI_ErrorCallback(SPI_HandleTypeDef *hspi);
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_spi.h828 void HAL_SPI_ErrorCallback(SPI_HandleTypeDef *hspi);