Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_spi.c120 static void SPI_RxCloseIRQHandler(struct __SPI_HandleTypeDef *hspi);
1778 static void SPI_RxCloseIRQHandler(struct __SPI_HandleTypeDef *hspi) in SPI_RxCloseIRQHandler() function
1875 SPI_RxCloseIRQHandler(hspi); in SPI_2LinesRxISR()
1909 SPI_RxCloseIRQHandler(hspi); in SPI_RxISR()
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_spi.c177 static void SPI_RxCloseIRQHandler(SPI_HandleTypeDef *hspi);
1928 static void SPI_RxCloseIRQHandler(SPI_HandleTypeDef *hspi) in SPI_RxCloseIRQHandler() function
2025 SPI_RxCloseIRQHandler(hspi); in SPI_2LinesRxISR()
2059 SPI_RxCloseIRQHandler(hspi); in SPI_RxISR()