STM32H735xx HAL User Manual
|
Defines | |
#define | LL_LPUART_FIFOTHRESHOLD_1_8 0x00000000U |
#define | LL_LPUART_FIFOTHRESHOLD_1_4 0x00000001U |
#define | LL_LPUART_FIFOTHRESHOLD_1_2 0x00000002U |
#define | LL_LPUART_FIFOTHRESHOLD_3_4 0x00000003U |
#define | LL_LPUART_FIFOTHRESHOLD_7_8 0x00000004U |
#define | LL_LPUART_FIFOTHRESHOLD_8_8 0x00000005U |
#define LL_LPUART_FIFOTHRESHOLD_1_2 0x00000002U |
FIFO reaches 1/2 of its depth
Definition at line 226 of file stm32h7xx_ll_lpuart.h.
#define LL_LPUART_FIFOTHRESHOLD_1_4 0x00000001U |
FIFO reaches 1/4 of its depth
Definition at line 225 of file stm32h7xx_ll_lpuart.h.
#define LL_LPUART_FIFOTHRESHOLD_1_8 0x00000000U |
FIFO reaches 1/8 of its depth
Definition at line 224 of file stm32h7xx_ll_lpuart.h.
#define LL_LPUART_FIFOTHRESHOLD_3_4 0x00000003U |
FIFO reaches 3/4 of its depth
Definition at line 227 of file stm32h7xx_ll_lpuart.h.
#define LL_LPUART_FIFOTHRESHOLD_7_8 0x00000004U |
FIFO reaches 7/8 of its depth
Definition at line 228 of file stm32h7xx_ll_lpuart.h.
#define LL_LPUART_FIFOTHRESHOLD_8_8 0x00000005U |
FIFO becomes empty for TX and full for RX
Definition at line 229 of file stm32h7xx_ll_lpuart.h.