STM32L443xx HAL User Manual
|
Defines | |
#define | HAL_SWPMI_ERROR_NONE ((uint32_t)0x00000000) |
#define | HAL_SWPMI_ERROR_CRC ((uint32_t)0x00000004) |
#define | HAL_SWPMI_ERROR_OVR ((uint32_t)0x00000008) |
#define | HAL_SWPMI_ERROR_UDR ((uint32_t)0x0000000C) |
#define | HAL_SWPMI_ERROR_DMA ((uint32_t)0x00000010) |
#define | HAL_SWPMI_ERROR_TIMEOUT ((uint32_t)0x00000020) |
#define | HAL_SWPMI_ERROR_TXBEF_TIMEOUT ((uint32_t)0x00000040) |
#define | HAL_SWPMI_ERROR_INVALID_CALLBACK ((uint32_t)0x00000100) |
#define HAL_SWPMI_ERROR_CRC ((uint32_t)0x00000004) |
frame error
Definition at line 165 of file stm32l4xx_hal_swpmi.h.
Referenced by HAL_SWPMI_IRQHandler().
#define HAL_SWPMI_ERROR_DMA ((uint32_t)0x00000010) |
DMA transfer error
Definition at line 168 of file stm32l4xx_hal_swpmi.h.
Referenced by HAL_SWPMI_DMAStop(), HAL_SWPMI_Receive_DMA(), HAL_SWPMI_Transmit_DMA(), and SWPMI_DMAError().
#define HAL_SWPMI_ERROR_INVALID_CALLBACK ((uint32_t)0x00000100) |
Invalid callback error
Definition at line 172 of file stm32l4xx_hal_swpmi.h.
Referenced by HAL_SWPMI_RegisterCallback(), and HAL_SWPMI_UnRegisterCallback().
#define HAL_SWPMI_ERROR_NONE ((uint32_t)0x00000000) |
No error
Definition at line 164 of file stm32l4xx_hal_swpmi.h.
Referenced by HAL_SWPMI_DeInit(), HAL_SWPMI_Init(), HAL_SWPMI_IRQHandler(), HAL_SWPMI_Receive_DMA(), HAL_SWPMI_Receive_IT(), HAL_SWPMI_Transmit_DMA(), and HAL_SWPMI_Transmit_IT().
#define HAL_SWPMI_ERROR_OVR ((uint32_t)0x00000008) |
Overrun error
Definition at line 166 of file stm32l4xx_hal_swpmi.h.
Referenced by HAL_SWPMI_IRQHandler().
#define HAL_SWPMI_ERROR_TIMEOUT ((uint32_t)0x00000020) |
Transfer timeout
Definition at line 169 of file stm32l4xx_hal_swpmi.h.
#define HAL_SWPMI_ERROR_TXBEF_TIMEOUT ((uint32_t)0x00000040) |
End Tx buffer timeout
Definition at line 170 of file stm32l4xx_hal_swpmi.h.
Referenced by HAL_SWPMI_Transmit(), and SWPMI_DMATransmitCplt().
#define HAL_SWPMI_ERROR_UDR ((uint32_t)0x0000000C) |
Underrun error
Definition at line 167 of file stm32l4xx_hal_swpmi.h.
Referenced by HAL_SWPMI_IRQHandler().