STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Macros | |
#define | IS_USART_NACK_STATE(NACK) |
#define | IS_USART_LASTBIT(LASTBIT) |
#define | IS_USART_PHASE(CPHA) |
#define | IS_USART_POLARITY(CPOL) |
#define | IS_USART_CLOCK(CLOCK) |
#define | IS_USART_WORD_LENGTH(LENGTH) |
#define | IS_USART_STOPBITS(STOPBITS) |
#define | IS_USART_PARITY(PARITY) |
#define | IS_USART_MODE(MODE) |
#define | IS_USART_BAUDRATE(BAUDRATE) |
#define | USART_DIV(_PCLK_, _BAUD_) |
#define | USART_DIVMANT(_PCLK_, _BAUD_) |
#define | USART_DIVFRAQ(_PCLK_, _BAUD_) |
#define | USART_BRR(_PCLK_, _BAUD_) |
#define IS_USART_NACK_STATE | ( | NACK | ) |
#include <stm32f4xx_hal_usart.h>
Definition at line 579 of file stm32f4xx_hal_usart.h.
#define IS_USART_LASTBIT | ( | LASTBIT | ) |
#include <stm32f4xx_hal_usart.h>
Definition at line 582 of file stm32f4xx_hal_usart.h.
Referenced by USART_SetConfig().
#define IS_USART_PHASE | ( | CPHA | ) |
#include <stm32f4xx_hal_usart.h>
Definition at line 585 of file stm32f4xx_hal_usart.h.
Referenced by USART_SetConfig().
#define IS_USART_POLARITY | ( | CPOL | ) |
#include <stm32f4xx_hal_usart.h>
Definition at line 588 of file stm32f4xx_hal_usart.h.
Referenced by USART_SetConfig().
#define IS_USART_CLOCK | ( | CLOCK | ) |
#include <stm32f4xx_hal_usart.h>
Definition at line 591 of file stm32f4xx_hal_usart.h.
#define IS_USART_WORD_LENGTH | ( | LENGTH | ) |
#include <stm32f4xx_hal_usart.h>
Definition at line 594 of file stm32f4xx_hal_usart.h.
Referenced by USART_SetConfig().
#define IS_USART_STOPBITS | ( | STOPBITS | ) |
#include <stm32f4xx_hal_usart.h>
Definition at line 597 of file stm32f4xx_hal_usart.h.
Referenced by USART_SetConfig().
#define IS_USART_PARITY | ( | PARITY | ) |
#include <stm32f4xx_hal_usart.h>
Definition at line 602 of file stm32f4xx_hal_usart.h.
Referenced by USART_SetConfig().
#define IS_USART_MODE | ( | MODE | ) |
#include <stm32f4xx_hal_usart.h>
Definition at line 606 of file stm32f4xx_hal_usart.h.
Referenced by USART_SetConfig().
#define IS_USART_BAUDRATE | ( | BAUDRATE | ) |
#include <stm32f4xx_hal_usart.h>
Definition at line 608 of file stm32f4xx_hal_usart.h.
Referenced by USART_SetConfig().
#define USART_DIV | ( | _PCLK_, | |
_BAUD_ ) |
#include <stm32f4xx_hal_usart.h>
Definition at line 610 of file stm32f4xx_hal_usart.h.
#define USART_DIVMANT | ( | _PCLK_, | |
_BAUD_ ) |
#include <stm32f4xx_hal_usart.h>
Definition at line 612 of file stm32f4xx_hal_usart.h.
#define USART_DIVFRAQ | ( | _PCLK_, | |
_BAUD_ ) |
#include <stm32f4xx_hal_usart.h>
Definition at line 614 of file stm32f4xx_hal_usart.h.
#define USART_BRR | ( | _PCLK_, | |
_BAUD_ ) |
#include <stm32f4xx_hal_usart.h>
Definition at line 619 of file stm32f4xx_hal_usart.h.
Referenced by USART_SetConfig().