Home
last modified time | relevance | path

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

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_spi.c259 static void SPI_RxISR_8BIT(struct __SPI_HandleTypeDef *hspi);
1644 hspi->RxISR = SPI_RxISR_8BIT; in HAL_SPI_Receive_IT()
3692 static void SPI_RxISR_8BIT(struct __SPI_HandleTypeDef *hspi) in SPI_RxISR_8BIT() function