Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_spi_ex.c106 hspi->State = HAL_SPI_STATE_BUSY; in HAL_SPI_Init()
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_spi.h111 HAL_SPI_STATE_BUSY = 0x02, /*!< SPI process is ongoing */ enumerator
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_spi.h111 HAL_SPI_STATE_BUSY = 0x02U, /*!< SPI process is ongoing */ enumerator
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_spi.h121 HAL_SPI_STATE_BUSY = 0x02U, /*!< an internal process is ongoing */ enumerator
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_spi.c269 hspi->State = HAL_SPI_STATE_BUSY; in HAL_SPI_Init()
313 hspi->State = HAL_SPI_STATE_BUSY; in HAL_SPI_DeInit()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_spi.c394 hspi->State = HAL_SPI_STATE_BUSY; in HAL_SPI_Init()
485 hspi->State = HAL_SPI_STATE_BUSY; in HAL_SPI_DeInit()