STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Macros | |
#define | IS_UART_WORD_LENGTH(LENGTH) |
#define | IS_UART_LIN_WORD_LENGTH(LENGTH) |
#define | IS_UART_STOPBITS(STOPBITS) |
#define | IS_UART_PARITY(PARITY) |
#define | IS_UART_HARDWARE_FLOW_CONTROL(CONTROL) |
#define | IS_UART_MODE(MODE) |
#define | IS_UART_STATE(STATE) |
#define | IS_UART_OVERSAMPLING(SAMPLING) |
#define | IS_UART_LIN_OVERSAMPLING(SAMPLING) |
#define | IS_UART_LIN_BREAK_DETECT_LENGTH(LENGTH) |
#define | IS_UART_WAKEUPMETHOD(WAKEUP) |
#define | IS_UART_BAUDRATE(BAUDRATE) |
#define | IS_UART_ADDRESS(ADDRESS) |
#define | UART_DIV_SAMPLING16(_PCLK_, _BAUD_) |
#define | UART_DIVMANT_SAMPLING16(_PCLK_, _BAUD_) |
#define | UART_DIVFRAQ_SAMPLING16(_PCLK_, _BAUD_) |
#define | UART_BRR_SAMPLING16(_PCLK_, _BAUD_) |
#define | UART_DIV_SAMPLING8(_PCLK_, _BAUD_) |
#define | UART_DIVMANT_SAMPLING8(_PCLK_, _BAUD_) |
#define | UART_DIVFRAQ_SAMPLING8(_PCLK_, _BAUD_) |
#define | UART_BRR_SAMPLING8(_PCLK_, _BAUD_) |
#define IS_UART_WORD_LENGTH | ( | LENGTH | ) |
#include <stm32f4xx_hal_uart.h>
Definition at line 834 of file stm32f4xx_hal_uart.h.
Referenced by HAL_HalfDuplex_Init(), HAL_MultiProcessor_Init(), and HAL_UART_Init().
#define IS_UART_LIN_WORD_LENGTH | ( | LENGTH | ) |
#include <stm32f4xx_hal_uart.h>
Definition at line 836 of file stm32f4xx_hal_uart.h.
Referenced by HAL_LIN_Init().
#define IS_UART_STOPBITS | ( | STOPBITS | ) |
#include <stm32f4xx_hal_uart.h>
Definition at line 837 of file stm32f4xx_hal_uart.h.
Referenced by UART_SetConfig().
#define IS_UART_PARITY | ( | PARITY | ) |
#include <stm32f4xx_hal_uart.h>
Definition at line 839 of file stm32f4xx_hal_uart.h.
Referenced by UART_SetConfig().
#define IS_UART_HARDWARE_FLOW_CONTROL | ( | CONTROL | ) |
#include <stm32f4xx_hal_uart.h>
Definition at line 842 of file stm32f4xx_hal_uart.h.
Referenced by HAL_UART_Init().
#define IS_UART_MODE | ( | MODE | ) |
#include <stm32f4xx_hal_uart.h>
Definition at line 847 of file stm32f4xx_hal_uart.h.
Referenced by UART_SetConfig().
#define IS_UART_STATE | ( | STATE | ) |
#include <stm32f4xx_hal_uart.h>
Definition at line 848 of file stm32f4xx_hal_uart.h.
#define IS_UART_OVERSAMPLING | ( | SAMPLING | ) |
#include <stm32f4xx_hal_uart.h>
Definition at line 850 of file stm32f4xx_hal_uart.h.
Referenced by HAL_HalfDuplex_Init(), HAL_MultiProcessor_Init(), and HAL_UART_Init().
#define IS_UART_LIN_OVERSAMPLING | ( | SAMPLING | ) |
#include <stm32f4xx_hal_uart.h>
Definition at line 852 of file stm32f4xx_hal_uart.h.
Referenced by HAL_LIN_Init().
#define IS_UART_LIN_BREAK_DETECT_LENGTH | ( | LENGTH | ) |
#include <stm32f4xx_hal_uart.h>
Definition at line 853 of file stm32f4xx_hal_uart.h.
Referenced by HAL_LIN_Init().
#define IS_UART_WAKEUPMETHOD | ( | WAKEUP | ) |
#include <stm32f4xx_hal_uart.h>
Definition at line 855 of file stm32f4xx_hal_uart.h.
Referenced by HAL_MultiProcessor_Init().
#define IS_UART_BAUDRATE | ( | BAUDRATE | ) |
#include <stm32f4xx_hal_uart.h>
Definition at line 857 of file stm32f4xx_hal_uart.h.
Referenced by UART_SetConfig().
#define IS_UART_ADDRESS | ( | ADDRESS | ) |
#include <stm32f4xx_hal_uart.h>
Definition at line 858 of file stm32f4xx_hal_uart.h.
Referenced by HAL_MultiProcessor_Init().
#define UART_DIV_SAMPLING16 | ( | _PCLK_, | |
_BAUD_ ) |
#include <stm32f4xx_hal_uart.h>
Definition at line 860 of file stm32f4xx_hal_uart.h.
#define UART_DIVMANT_SAMPLING16 | ( | _PCLK_, | |
_BAUD_ ) |
#include <stm32f4xx_hal_uart.h>
Definition at line 861 of file stm32f4xx_hal_uart.h.
#define UART_DIVFRAQ_SAMPLING16 | ( | _PCLK_, | |
_BAUD_ ) |
#include <stm32f4xx_hal_uart.h>
Definition at line 862 of file stm32f4xx_hal_uart.h.
#define UART_BRR_SAMPLING16 | ( | _PCLK_, | |
_BAUD_ ) |
#include <stm32f4xx_hal_uart.h>
Definition at line 866 of file stm32f4xx_hal_uart.h.
Referenced by UART_SetConfig().
#define UART_DIV_SAMPLING8 | ( | _PCLK_, | |
_BAUD_ ) |
#include <stm32f4xx_hal_uart.h>
Definition at line 870 of file stm32f4xx_hal_uart.h.
#define UART_DIVMANT_SAMPLING8 | ( | _PCLK_, | |
_BAUD_ ) |
#include <stm32f4xx_hal_uart.h>
Definition at line 871 of file stm32f4xx_hal_uart.h.
#define UART_DIVFRAQ_SAMPLING8 | ( | _PCLK_, | |
_BAUD_ ) |
#include <stm32f4xx_hal_uart.h>
Definition at line 872 of file stm32f4xx_hal_uart.h.
#define UART_BRR_SAMPLING8 | ( | _PCLK_, | |
_BAUD_ ) |
#include <stm32f4xx_hal_uart.h>
Definition at line 876 of file stm32f4xx_hal_uart.h.
Referenced by UART_SetConfig().