Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_spi.c119 static void SPI_TxISR(struct __SPI_HandleTypeDef *hspi);
881 hspi->TxISR = &SPI_TxISR; in HAL_SPI_Transmit_IT()
1045 hspi->TxISR = &SPI_TxISR; in HAL_SPI_TransmitReceive_IT()
1746 static void SPI_TxISR(struct __SPI_HandleTypeDef *hspi) in SPI_TxISR() function
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_spi.c176 static void SPI_TxISR(SPI_HandleTypeDef *hspi);
1014 hspi->TxISR = &SPI_TxISR; in HAL_SPI_Transmit_IT()
1179 hspi->TxISR = &SPI_TxISR; in HAL_SPI_TransmitReceive_IT()
1896 static void SPI_TxISR(SPI_HandleTypeDef *hspi) in SPI_TxISR() function