STM32F4xx HAL Driver master
STM32CubeF4 HAL / LL Drivers API Reference
Loading...
Searching...
No Matches
Collaboration diagram for I2S Error:

Macros

#define HAL_I2S_ERROR_NONE   (0x00000000U)
#define HAL_I2S_ERROR_TIMEOUT   (0x00000001U)
#define HAL_I2S_ERROR_OVR   (0x00000002U)
#define HAL_I2S_ERROR_UDR   (0x00000004U)
#define HAL_I2S_ERROR_DMA   (0x00000008U)
#define HAL_I2S_ERROR_PRESCALER   (0x00000010U)
#define HAL_I2S_ERROR_BUSY_LINE_RX   (0x00000040U)

Detailed Description

Macro Definition Documentation

◆ HAL_I2S_ERROR_BUSY_LINE_RX

#define HAL_I2S_ERROR_BUSY_LINE_RX   (0x00000040U)

Busy Rx Line error

Definition at line 183 of file stm32f4xx_hal_i2s.h.

◆ HAL_I2S_ERROR_DMA

#define HAL_I2S_ERROR_DMA   (0x00000008U)

DMA transfer error

Definition at line 178 of file stm32f4xx_hal_i2s.h.

◆ HAL_I2S_ERROR_NONE

#define HAL_I2S_ERROR_NONE   (0x00000000U)

No error

Definition at line 174 of file stm32f4xx_hal_i2s.h.

◆ HAL_I2S_ERROR_OVR

#define HAL_I2S_ERROR_OVR   (0x00000002U)

OVR error

Definition at line 176 of file stm32f4xx_hal_i2s.h.

◆ HAL_I2S_ERROR_PRESCALER

#define HAL_I2S_ERROR_PRESCALER   (0x00000010U)

Prescaler Calculation error

Definition at line 179 of file stm32f4xx_hal_i2s.h.

◆ HAL_I2S_ERROR_TIMEOUT

#define HAL_I2S_ERROR_TIMEOUT   (0x00000001U)

Timeout error

Definition at line 175 of file stm32f4xx_hal_i2s.h.

◆ HAL_I2S_ERROR_UDR

#define HAL_I2S_ERROR_UDR   (0x00000004U)

UDR error

Definition at line 177 of file stm32f4xx_hal_i2s.h.