Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_ospi.c341 hospi->ErrorCode = HAL_OSPI_ERROR_NONE; in HAL_OSPI_Init()
636 if (hospi->ErrorCode == HAL_OSPI_ERROR_NONE) in HAL_OSPI_IRQHandler()
819 hospi->ErrorCode = HAL_OSPI_ERROR_NONE; in HAL_OSPI_Command()
939 hospi->ErrorCode = HAL_OSPI_ERROR_NONE; in HAL_OSPI_Command_IT()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_ospi.h321 #define HAL_OSPI_ERROR_NONE ((uint32_t)0x00000000U) … macro