Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_spi.c122 static void SPI_RxISR(struct __SPI_HandleTypeDef *hspi);
954 hspi->RxISR = &SPI_RxISR; in HAL_SPI_Receive_IT()
1885 static void SPI_RxISR(struct __SPI_HandleTypeDef *hspi) in SPI_RxISR() function
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_spi.c179 static void SPI_RxISR(SPI_HandleTypeDef *hspi);
1088 hspi->RxISR = &SPI_RxISR; in HAL_SPI_Receive_IT()
2035 static void SPI_RxISR(SPI_HandleTypeDef *hspi) in SPI_RxISR() function