Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_spi.c121 static void SPI_2LinesRxISR(struct __SPI_HandleTypeDef *hspi);
1050 hspi->RxISR = &SPI_2LinesRxISR; in HAL_SPI_TransmitReceive_IT()
1858 static void SPI_2LinesRxISR(struct __SPI_HandleTypeDef *hspi) in SPI_2LinesRxISR() function
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_spi.c178 static void SPI_2LinesRxISR(SPI_HandleTypeDef *hspi);
1184 hspi->RxISR = &SPI_2LinesRxISR; in HAL_SPI_TransmitReceive_IT()
2008 static void SPI_2LinesRxISR(SPI_HandleTypeDef *hspi) in SPI_2LinesRxISR() function