Macros
Collaboration diagram for SPI Error Code:

Macros

#define HAL_SPI_ERROR_ABORT   (0x00000040U)
 
#define HAL_SPI_ERROR_ABORT   (0x00000040U)
 
#define HAL_SPI_ERROR_ABORT   (0x00000040U)
 
#define HAL_SPI_ERROR_ABORT   (0x00000040UL)
 
#define HAL_SPI_ERROR_CRC   (0x00000002U)
 
#define HAL_SPI_ERROR_CRC   (0x00000002U)
 
#define HAL_SPI_ERROR_CRC   (0x00000002U)
 
#define HAL_SPI_ERROR_CRC   (0x00000002UL)
 
#define HAL_SPI_ERROR_DMA   (0x00000010U)
 
#define HAL_SPI_ERROR_DMA   (0x00000010U)
 
#define HAL_SPI_ERROR_DMA   (0x00000010U)
 
#define HAL_SPI_ERROR_DMA   (0x00000010UL)
 
#define HAL_SPI_ERROR_FLAG   (0x00000020U)
 
#define HAL_SPI_ERROR_FLAG   (0x00000020U)
 
#define HAL_SPI_ERROR_FLAG   (0x00000020U)
 
#define HAL_SPI_ERROR_FLAG   (0x00000020UL)
 
#define HAL_SPI_ERROR_FRE   (0x00000008U)
 
#define HAL_SPI_ERROR_FRE   (0x00000008U)
 
#define HAL_SPI_ERROR_FRE   (0x00000008U)
 
#define HAL_SPI_ERROR_FRE   (0x00000008UL)
 
#define HAL_SPI_ERROR_MODF   (0x00000001U)
 
#define HAL_SPI_ERROR_MODF   (0x00000001U)
 
#define HAL_SPI_ERROR_MODF   (0x00000001U)
 
#define HAL_SPI_ERROR_MODF   (0x00000001UL)
 
#define HAL_SPI_ERROR_NONE   (0x00000000U)
 
#define HAL_SPI_ERROR_NONE   (0x00000000U)
 
#define HAL_SPI_ERROR_NONE   (0x00000000U)
 
#define HAL_SPI_ERROR_NONE   (0x00000000UL)
 
#define HAL_SPI_ERROR_NOT_SUPPORTED   (0x00000400UL)
 
#define HAL_SPI_ERROR_OVR   (0x00000004U)
 
#define HAL_SPI_ERROR_OVR   (0x00000004U)
 
#define HAL_SPI_ERROR_OVR   (0x00000004U)
 
#define HAL_SPI_ERROR_OVR   (0x00000004UL)
 
#define HAL_SPI_ERROR_TIMEOUT   (0x00000100UL)
 
#define HAL_SPI_ERROR_UDR   (0x00000080UL)
 
#define HAL_SPI_ERROR_UNKNOW   (0x00000200UL)
 

Detailed Description

Macro Definition Documentation

◆ HAL_SPI_ERROR_ABORT [1/4]

#define HAL_SPI_ERROR_ABORT   (0x00000040U)

Error during SPI Abort procedure

Definition at line 196 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_spi.h.

◆ HAL_SPI_ERROR_ABORT [2/4]

#define HAL_SPI_ERROR_ABORT   (0x00000040U)

Error during SPI Abort procedure

Definition at line 196 of file stm32f411/stm32f411e-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_spi.h.

◆ HAL_SPI_ERROR_ABORT [3/4]

#define HAL_SPI_ERROR_ABORT   (0x00000040U)

Error during SPI Abort procedure

Definition at line 209 of file stm32f7xx_hal_spi.h.

◆ HAL_SPI_ERROR_ABORT [4/4]

#define HAL_SPI_ERROR_ABORT   (0x00000040UL)

Error during SPI Abort procedure

Definition at line 274 of file stm32h7xx_hal_spi.h.

◆ HAL_SPI_ERROR_CRC [1/4]

#define HAL_SPI_ERROR_CRC   (0x00000002U)

◆ HAL_SPI_ERROR_CRC [2/4]

#define HAL_SPI_ERROR_CRC   (0x00000002U)

◆ HAL_SPI_ERROR_CRC [3/4]

#define HAL_SPI_ERROR_CRC   (0x00000002U)

CRC error

Definition at line 204 of file stm32f7xx_hal_spi.h.

◆ HAL_SPI_ERROR_CRC [4/4]

#define HAL_SPI_ERROR_CRC   (0x00000002UL)

CRC error

Definition at line 269 of file stm32h7xx_hal_spi.h.

◆ HAL_SPI_ERROR_DMA [1/4]

#define HAL_SPI_ERROR_DMA   (0x00000010U)

◆ HAL_SPI_ERROR_DMA [2/4]

#define HAL_SPI_ERROR_DMA   (0x00000010U)

◆ HAL_SPI_ERROR_DMA [3/4]

#define HAL_SPI_ERROR_DMA   (0x00000010U)

DMA transfer error

Definition at line 207 of file stm32f7xx_hal_spi.h.

◆ HAL_SPI_ERROR_DMA [4/4]

#define HAL_SPI_ERROR_DMA   (0x00000010UL)

DMA transfer error

Definition at line 272 of file stm32h7xx_hal_spi.h.

◆ HAL_SPI_ERROR_FLAG [1/4]

#define HAL_SPI_ERROR_FLAG   (0x00000020U)

Error on RXNE/TXE/BSY Flag

Definition at line 195 of file stm32f411/stm32f411e-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_spi.h.

◆ HAL_SPI_ERROR_FLAG [2/4]

#define HAL_SPI_ERROR_FLAG   (0x00000020U)

Error on RXNE/TXE/BSY Flag

Definition at line 195 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_spi.h.

◆ HAL_SPI_ERROR_FLAG [3/4]

#define HAL_SPI_ERROR_FLAG   (0x00000020U)

Error on RXNE/TXE/BSY/FTLVL/FRLVL Flag

Definition at line 208 of file stm32f7xx_hal_spi.h.

◆ HAL_SPI_ERROR_FLAG [4/4]

#define HAL_SPI_ERROR_FLAG   (0x00000020UL)

Error on RXNE/TXE/BSY/FTLVL/FRLVL Flag

Definition at line 273 of file stm32h7xx_hal_spi.h.

◆ HAL_SPI_ERROR_FRE [1/4]

#define HAL_SPI_ERROR_FRE   (0x00000008U)

◆ HAL_SPI_ERROR_FRE [2/4]

#define HAL_SPI_ERROR_FRE   (0x00000008U)

◆ HAL_SPI_ERROR_FRE [3/4]

#define HAL_SPI_ERROR_FRE   (0x00000008U)

FRE error

Definition at line 206 of file stm32f7xx_hal_spi.h.

◆ HAL_SPI_ERROR_FRE [4/4]

#define HAL_SPI_ERROR_FRE   (0x00000008UL)

FRE error

Definition at line 271 of file stm32h7xx_hal_spi.h.

◆ HAL_SPI_ERROR_MODF [1/4]

#define HAL_SPI_ERROR_MODF   (0x00000001U)

◆ HAL_SPI_ERROR_MODF [2/4]

#define HAL_SPI_ERROR_MODF   (0x00000001U)

◆ HAL_SPI_ERROR_MODF [3/4]

#define HAL_SPI_ERROR_MODF   (0x00000001U)

MODF error

Definition at line 203 of file stm32f7xx_hal_spi.h.

◆ HAL_SPI_ERROR_MODF [4/4]

#define HAL_SPI_ERROR_MODF   (0x00000001UL)

MODF error

Definition at line 268 of file stm32h7xx_hal_spi.h.

◆ HAL_SPI_ERROR_NONE [1/4]

#define HAL_SPI_ERROR_NONE   (0x00000000U)

◆ HAL_SPI_ERROR_NONE [2/4]

#define HAL_SPI_ERROR_NONE   (0x00000000U)

◆ HAL_SPI_ERROR_NONE [3/4]

#define HAL_SPI_ERROR_NONE   (0x00000000U)

No error

Definition at line 202 of file stm32f7xx_hal_spi.h.

◆ HAL_SPI_ERROR_NONE [4/4]

#define HAL_SPI_ERROR_NONE   (0x00000000UL)

No error

Definition at line 267 of file stm32h7xx_hal_spi.h.

◆ HAL_SPI_ERROR_NOT_SUPPORTED

#define HAL_SPI_ERROR_NOT_SUPPORTED   (0x00000400UL)

Requested operation not supported

Definition at line 278 of file stm32h7xx_hal_spi.h.

◆ HAL_SPI_ERROR_OVR [1/4]

#define HAL_SPI_ERROR_OVR   (0x00000004U)

◆ HAL_SPI_ERROR_OVR [2/4]

#define HAL_SPI_ERROR_OVR   (0x00000004U)

◆ HAL_SPI_ERROR_OVR [3/4]

#define HAL_SPI_ERROR_OVR   (0x00000004U)

OVR error

Definition at line 205 of file stm32f7xx_hal_spi.h.

◆ HAL_SPI_ERROR_OVR [4/4]

#define HAL_SPI_ERROR_OVR   (0x00000004UL)

OVR error

Definition at line 270 of file stm32h7xx_hal_spi.h.

◆ HAL_SPI_ERROR_TIMEOUT

#define HAL_SPI_ERROR_TIMEOUT   (0x00000100UL)

Timeout error

Definition at line 276 of file stm32h7xx_hal_spi.h.

◆ HAL_SPI_ERROR_UDR

#define HAL_SPI_ERROR_UDR   (0x00000080UL)

Underrun error

Definition at line 275 of file stm32h7xx_hal_spi.h.

◆ HAL_SPI_ERROR_UNKNOW

#define HAL_SPI_ERROR_UNKNOW   (0x00000200UL)

Unknow error

Definition at line 277 of file stm32h7xx_hal_spi.h.



picovoice_driver
Author(s):
autogenerated on Fri Apr 1 2022 02:15:07