Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_ospi.c2016 hospi->ErrorCode |= HAL_OSPI_ERROR_INVALID_CALLBACK; in HAL_OSPI_RegisterCallback()
2062 hospi->ErrorCode |= HAL_OSPI_ERROR_INVALID_CALLBACK; in HAL_OSPI_RegisterCallback()
2080 hospi->ErrorCode |= HAL_OSPI_ERROR_INVALID_CALLBACK; in HAL_OSPI_RegisterCallback()
2089 hospi->ErrorCode |= HAL_OSPI_ERROR_INVALID_CALLBACK; in HAL_OSPI_RegisterCallback()
2163 hospi->ErrorCode |= HAL_OSPI_ERROR_INVALID_CALLBACK; in HAL_OSPI_UnRegisterCallback()
2181 hospi->ErrorCode |= HAL_OSPI_ERROR_INVALID_CALLBACK; in HAL_OSPI_UnRegisterCallback()
2190 hospi->ErrorCode |= HAL_OSPI_ERROR_INVALID_CALLBACK; in HAL_OSPI_UnRegisterCallback()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_ospi.h328 #define HAL_OSPI_ERROR_INVALID_CALLBACK ((uint32_t)0x00000020U) … macro