STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Macros | |
#define | IS_IRDA_WORD_LENGTH(LENGTH) |
#define | IS_IRDA_PARITY(PARITY) |
#define | IS_IRDA_MODE(MODE) |
#define | IS_IRDA_POWERMODE(MODE) |
#define | IS_IRDA_BAUDRATE(BAUDRATE) |
#define | IRDA_DIV(_PCLK_, _BAUD_) |
#define | IRDA_DIVMANT(_PCLK_, _BAUD_) |
#define | IRDA_DIVFRAQ(_PCLK_, _BAUD_) |
#define | IRDA_BRR(_PCLK_, _BAUD_) |
#define IS_IRDA_WORD_LENGTH | ( | LENGTH | ) |
#include <stm32f4xx_hal_irda.h>
Definition at line 630 of file stm32f4xx_hal_irda.h.
Referenced by IRDA_SetConfig().
#define IS_IRDA_PARITY | ( | PARITY | ) |
#include <stm32f4xx_hal_irda.h>
Definition at line 633 of file stm32f4xx_hal_irda.h.
Referenced by IRDA_SetConfig().
#define IS_IRDA_MODE | ( | MODE | ) |
#include <stm32f4xx_hal_irda.h>
Definition at line 637 of file stm32f4xx_hal_irda.h.
Referenced by IRDA_SetConfig().
#define IS_IRDA_POWERMODE | ( | MODE | ) |
#include <stm32f4xx_hal_irda.h>
Definition at line 639 of file stm32f4xx_hal_irda.h.
Referenced by HAL_IRDA_Init(), and IRDA_SetConfig().
#define IS_IRDA_BAUDRATE | ( | BAUDRATE | ) |
#include <stm32f4xx_hal_irda.h>
Definition at line 642 of file stm32f4xx_hal_irda.h.
Referenced by IRDA_SetConfig().
#define IRDA_DIV | ( | _PCLK_, | |
_BAUD_ ) |
#include <stm32f4xx_hal_irda.h>
Definition at line 644 of file stm32f4xx_hal_irda.h.
#define IRDA_DIVMANT | ( | _PCLK_, | |
_BAUD_ ) |
#include <stm32f4xx_hal_irda.h>
Definition at line 646 of file stm32f4xx_hal_irda.h.
#define IRDA_DIVFRAQ | ( | _PCLK_, | |
_BAUD_ ) |
#include <stm32f4xx_hal_irda.h>
Definition at line 648 of file stm32f4xx_hal_irda.h.
#define IRDA_BRR | ( | _PCLK_, | |
_BAUD_ ) |
#include <stm32f4xx_hal_irda.h>
Definition at line 652 of file stm32f4xx_hal_irda.h.
Referenced by IRDA_SetConfig().