Macros
Collaboration diagram for SAI Error Code:

Macros

#define HAL_SAI_ERROR_AFSDET   ((uint32_t)0x00000004U)
 
#define HAL_SAI_ERROR_AFSDET   0x00000004U
 
#define HAL_SAI_ERROR_AFSDET   0x00000004U
 
#define HAL_SAI_ERROR_CNREADY   ((uint32_t)0x00000010U)
 
#define HAL_SAI_ERROR_CNREADY   0x00000010U
 
#define HAL_SAI_ERROR_CNREADY   0x00000010U
 
#define HAL_SAI_ERROR_DMA   ((uint32_t)0x00000080U)
 
#define HAL_SAI_ERROR_DMA   0x00000080U
 
#define HAL_SAI_ERROR_DMA   0x00000080U
 
#define HAL_SAI_ERROR_LFSDET   ((uint32_t)0x00000008U)
 
#define HAL_SAI_ERROR_LFSDET   0x00000008U
 
#define HAL_SAI_ERROR_LFSDET   0x00000008U
 
#define HAL_SAI_ERROR_NONE   ((uint32_t)0x00000000U)
 
#define HAL_SAI_ERROR_NONE   0x00000000U
 
#define HAL_SAI_ERROR_NONE   0x00000000U
 
#define HAL_SAI_ERROR_OVR   ((uint32_t)0x00000001U)
 
#define HAL_SAI_ERROR_OVR   0x00000001U
 
#define HAL_SAI_ERROR_OVR   0x00000001U
 
#define HAL_SAI_ERROR_TIMEOUT   ((uint32_t)0x00000040U)
 
#define HAL_SAI_ERROR_TIMEOUT   0x00000040U
 
#define HAL_SAI_ERROR_TIMEOUT   0x00000040U
 
#define HAL_SAI_ERROR_UDR   ((uint32_t)0x00000002U)
 
#define HAL_SAI_ERROR_UDR   0x00000002U
 
#define HAL_SAI_ERROR_UDR   0x00000002U
 
#define HAL_SAI_ERROR_WCKCFG   ((uint32_t)0x00000020U)
 
#define HAL_SAI_ERROR_WCKCFG   0x00000020U
 
#define HAL_SAI_ERROR_WCKCFG   0x00000020U
 

Detailed Description

Macro Definition Documentation

◆ HAL_SAI_ERROR_AFSDET [1/3]

#define HAL_SAI_ERROR_AFSDET   ((uint32_t)0x00000004U)

Anticipated Frame synchronisation detection

Definition at line 272 of file stm32f7xx_hal_sai.h.

◆ HAL_SAI_ERROR_AFSDET [2/3]

#define HAL_SAI_ERROR_AFSDET   0x00000004U

Anticipated Frame synchronisation detection

Definition at line 297 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_sai.h.

◆ HAL_SAI_ERROR_AFSDET [3/3]

#define HAL_SAI_ERROR_AFSDET   0x00000004U

Anticipated Frame synchronisation detection

Definition at line 297 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_sai.h.

◆ HAL_SAI_ERROR_CNREADY [1/3]

#define HAL_SAI_ERROR_CNREADY   ((uint32_t)0x00000010U)

codec not ready

Definition at line 274 of file stm32f7xx_hal_sai.h.

◆ HAL_SAI_ERROR_CNREADY [2/3]

#define HAL_SAI_ERROR_CNREADY   0x00000010U

◆ HAL_SAI_ERROR_CNREADY [3/3]

#define HAL_SAI_ERROR_CNREADY   0x00000010U

◆ HAL_SAI_ERROR_DMA [1/3]

#define HAL_SAI_ERROR_DMA   ((uint32_t)0x00000080U)

DMA error

Definition at line 277 of file stm32f7xx_hal_sai.h.

◆ HAL_SAI_ERROR_DMA [2/3]

#define HAL_SAI_ERROR_DMA   0x00000080U

◆ HAL_SAI_ERROR_DMA [3/3]

#define HAL_SAI_ERROR_DMA   0x00000080U

◆ HAL_SAI_ERROR_LFSDET [1/3]

#define HAL_SAI_ERROR_LFSDET   ((uint32_t)0x00000008U)

Late Frame synchronisation detection

Definition at line 273 of file stm32f7xx_hal_sai.h.

◆ HAL_SAI_ERROR_LFSDET [2/3]

#define HAL_SAI_ERROR_LFSDET   0x00000008U

Late Frame synchronisation detection

Definition at line 298 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_sai.h.

◆ HAL_SAI_ERROR_LFSDET [3/3]

#define HAL_SAI_ERROR_LFSDET   0x00000008U

Late Frame synchronisation detection

Definition at line 298 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_sai.h.

◆ HAL_SAI_ERROR_NONE [1/3]

#define HAL_SAI_ERROR_NONE   ((uint32_t)0x00000000U)

No error

Definition at line 269 of file stm32f7xx_hal_sai.h.

◆ HAL_SAI_ERROR_NONE [2/3]

#define HAL_SAI_ERROR_NONE   0x00000000U

◆ HAL_SAI_ERROR_NONE [3/3]

#define HAL_SAI_ERROR_NONE   0x00000000U

◆ HAL_SAI_ERROR_OVR [1/3]

#define HAL_SAI_ERROR_OVR   ((uint32_t)0x00000001U)

Overrun Error

Definition at line 270 of file stm32f7xx_hal_sai.h.

◆ HAL_SAI_ERROR_OVR [2/3]

#define HAL_SAI_ERROR_OVR   0x00000001U

◆ HAL_SAI_ERROR_OVR [3/3]

#define HAL_SAI_ERROR_OVR   0x00000001U

◆ HAL_SAI_ERROR_TIMEOUT [1/3]

#define HAL_SAI_ERROR_TIMEOUT   ((uint32_t)0x00000040U)

Timeout error

Definition at line 276 of file stm32f7xx_hal_sai.h.

◆ HAL_SAI_ERROR_TIMEOUT [2/3]

#define HAL_SAI_ERROR_TIMEOUT   0x00000040U

◆ HAL_SAI_ERROR_TIMEOUT [3/3]

#define HAL_SAI_ERROR_TIMEOUT   0x00000040U

◆ HAL_SAI_ERROR_UDR [1/3]

#define HAL_SAI_ERROR_UDR   ((uint32_t)0x00000002U)

Underrun error

Definition at line 271 of file stm32f7xx_hal_sai.h.

◆ HAL_SAI_ERROR_UDR [2/3]

#define HAL_SAI_ERROR_UDR   0x00000002U

◆ HAL_SAI_ERROR_UDR [3/3]

#define HAL_SAI_ERROR_UDR   0x00000002U

◆ HAL_SAI_ERROR_WCKCFG [1/3]

#define HAL_SAI_ERROR_WCKCFG   ((uint32_t)0x00000020U)

Wrong clock configuration

Definition at line 275 of file stm32f7xx_hal_sai.h.

◆ HAL_SAI_ERROR_WCKCFG [2/3]

#define HAL_SAI_ERROR_WCKCFG   0x00000020U

Wrong clock configuration

Definition at line 300 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_sai.h.

◆ HAL_SAI_ERROR_WCKCFG [3/3]

#define HAL_SAI_ERROR_WCKCFG   0x00000020U


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