Macros | |
#define | IS_UART_ADDRESSLENGTH_DETECT(__ADDRESS__) |
Ensure that UART wake-up address length is valid. More... | |
#define | IS_UART_ADDRESSLENGTH_DETECT(__ADDRESS__) |
Ensure that UART wake-up address length is valid. More... | |
#define | IS_UART_ADDRESSLENGTH_DETECT(__ADDRESS__) |
Ensure that UART wake-up address length is valid. More... | |
#define | IS_UART_RXFIFO_THRESHOLD(__THRESHOLD__) |
Ensure that UART RXFIFO threshold level is valid. More... | |
#define | IS_UART_RXFIFO_THRESHOLD(__THRESHOLD__) |
Ensure that UART RXFIFO threshold level is valid. More... | |
#define | IS_UART_TXFIFO_THRESHOLD(__THRESHOLD__) |
Ensure that UART TXFIFO threshold level is valid. More... | |
#define | IS_UART_TXFIFO_THRESHOLD(__THRESHOLD__) |
Ensure that UART TXFIFO threshold level is valid. More... | |
#define | IS_UART_WORD_LENGTH(__LENGTH__) |
Ensure that UART frame length is valid. More... | |
#define | IS_UART_WORD_LENGTH(__LENGTH__) |
Ensure that UART frame length is valid. More... | |
#define | IS_UART_WORD_LENGTH(__LENGTH__) |
Ensure that UART frame length is valid. More... | |
#define | UART_GETCLOCKSOURCE(__HANDLE__, __CLOCKSOURCE__) |
Report the UART clock source. More... | |
#define | UART_GETCLOCKSOURCE(__HANDLE__, __CLOCKSOURCE__) |
Report the UART clock source. More... | |
#define | UART_GETCLOCKSOURCE(__HANDLE__, __CLOCKSOURCE__) |
Report the UART clock source. More... | |
#define | UART_MASK_COMPUTATION(__HANDLE__) |
Report the UART mask to apply to retrieve the received data according to the word length and to the parity bits activation. More... | |
#define | UART_MASK_COMPUTATION(__HANDLE__) |
Report the UART mask to apply to retrieve the received data according to the word length and to the parity bits activation. More... | |
#define | UART_MASK_COMPUTATION(__HANDLE__) |
Report the UART mask to apply to retrieve the received data according to the word length and to the parity bits activation. More... | |
#define IS_UART_ADDRESSLENGTH_DETECT | ( | __ADDRESS__ | ) |
Ensure that UART wake-up address length is valid.
<strong>ADDRESS</strong> | UART wake-up address length. |
SET | (ADDRESS is valid) or RESET (ADDRESS is invalid) |
Definition at line 402 of file stm32f7xx_hal_uart_ex.h.
#define IS_UART_ADDRESSLENGTH_DETECT | ( | __ADDRESS__ | ) |
Ensure that UART wake-up address length is valid.
<strong>ADDRESS</strong> | UART wake-up address length. |
SET | (ADDRESS is valid) or RESET (ADDRESS is invalid) |
Definition at line 817 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_uart_ex.h.
#define IS_UART_ADDRESSLENGTH_DETECT | ( | __ADDRESS__ | ) |
Ensure that UART wake-up address length is valid.
<strong>ADDRESS</strong> | UART wake-up address length. |
SET | (ADDRESS is valid) or RESET (ADDRESS is invalid) |
Definition at line 823 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_uart_ex.h.
#define IS_UART_RXFIFO_THRESHOLD | ( | __THRESHOLD__ | ) |
Ensure that UART RXFIFO threshold level is valid.
<strong>THRESHOLD</strong> | UART RXFIFO threshold level. |
SET | (THRESHOLD is valid) or RESET (THRESHOLD is invalid) |
Definition at line 837 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_uart_ex.h.
#define IS_UART_RXFIFO_THRESHOLD | ( | __THRESHOLD__ | ) |
Ensure that UART RXFIFO threshold level is valid.
<strong>THRESHOLD</strong> | UART RXFIFO threshold level. |
SET | (THRESHOLD is valid) or RESET (THRESHOLD is invalid) |
Definition at line 843 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_uart_ex.h.
#define IS_UART_TXFIFO_THRESHOLD | ( | __THRESHOLD__ | ) |
Ensure that UART TXFIFO threshold level is valid.
<strong>THRESHOLD</strong> | UART TXFIFO threshold level. |
SET | (THRESHOLD is valid) or RESET (THRESHOLD is invalid) |
Definition at line 825 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_uart_ex.h.
#define IS_UART_TXFIFO_THRESHOLD | ( | __THRESHOLD__ | ) |
Ensure that UART TXFIFO threshold level is valid.
<strong>THRESHOLD</strong> | UART TXFIFO threshold level. |
SET | (THRESHOLD is valid) or RESET (THRESHOLD is invalid) |
Definition at line 831 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_uart_ex.h.
#define IS_UART_WORD_LENGTH | ( | __LENGTH__ | ) |
Ensure that UART frame length is valid.
<strong>LENGTH</strong> | UART frame length. |
SET | (LENGTH is valid) or RESET (LENGTH is invalid) |
Definition at line 393 of file stm32f7xx_hal_uart_ex.h.
#define IS_UART_WORD_LENGTH | ( | __LENGTH__ | ) |
Ensure that UART frame length is valid.
<strong>LENGTH</strong> | UART frame length. |
SET | (LENGTH is valid) or RESET (LENGTH is invalid) |
Definition at line 808 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_uart_ex.h.
#define IS_UART_WORD_LENGTH | ( | __LENGTH__ | ) |
Ensure that UART frame length is valid.
<strong>LENGTH</strong> | UART frame length. |
SET | (LENGTH is valid) or RESET (LENGTH is invalid) |
Definition at line 814 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_uart_ex.h.
#define UART_GETCLOCKSOURCE | ( | __HANDLE__, | |
__CLOCKSOURCE__ | |||
) |
Report the UART clock source.
<strong>HANDLE</strong> | specifies the UART Handle. |
<strong>CLOCKSOURCE</strong> | output variable. |
UART | clocking source, written in CLOCKSOURCE. |
Definition at line 162 of file stm32f7xx_hal_uart_ex.h.
#define UART_GETCLOCKSOURCE | ( | __HANDLE__, | |
__CLOCKSOURCE__ | |||
) |
Report the UART clock source.
<strong>HANDLE</strong> | specifies the UART Handle. |
<strong>CLOCKSOURCE</strong> | output variable. |
UART | clocking source, written in CLOCKSOURCE. |
Definition at line 501 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_uart_ex.h.
#define UART_GETCLOCKSOURCE | ( | __HANDLE__, | |
__CLOCKSOURCE__ | |||
) |
Report the UART clock source.
<strong>HANDLE</strong> | specifies the UART Handle. |
<strong>CLOCKSOURCE</strong> | output variable. |
UART | clocking source, written in CLOCKSOURCE. |
Definition at line 507 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_uart_ex.h.
#define UART_MASK_COMPUTATION | ( | __HANDLE__ | ) |
Report the UART mask to apply to retrieve the received data according to the word length and to the parity bits activation.
<strong>HANDLE</strong> | specifies the UART Handle. |
None,the | mask to apply to UART RDR register is stored in (HANDLE)->Mask field. |
Definition at line 347 of file stm32f7xx_hal_uart_ex.h.
#define UART_MASK_COMPUTATION | ( | __HANDLE__ | ) |
Report the UART mask to apply to retrieve the received data according to the word length and to the parity bits activation.
<strong>HANDLE</strong> | specifies the UART Handle. |
None,the | mask to apply to UART RDR register is stored in (HANDLE)->Mask field. |
Definition at line 762 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_uart_ex.h.
#define UART_MASK_COMPUTATION | ( | __HANDLE__ | ) |
Report the UART mask to apply to retrieve the received data according to the word length and to the parity bits activation.
<strong>HANDLE</strong> | specifies the UART Handle. |
None,the | mask to apply to UART RDR register is stored in (HANDLE)->Mask field. |
Definition at line 768 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_uart_ex.h.