STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Macros | |
#define | IS_SMARTCARD_WORD_LENGTH(LENGTH) |
#define | IS_SMARTCARD_STOPBITS(STOPBITS) |
#define | IS_SMARTCARD_PARITY(PARITY) |
#define | IS_SMARTCARD_MODE(MODE) |
#define | IS_SMARTCARD_POLARITY(CPOL) |
#define | IS_SMARTCARD_PHASE(CPHA) |
#define | IS_SMARTCARD_LASTBIT(LASTBIT) |
#define | IS_SMARTCARD_NACK_STATE(NACK) |
#define | IS_SMARTCARD_BAUDRATE(BAUDRATE) |
#define | SMARTCARD_DIV(__PCLK__, __BAUD__) |
#define | SMARTCARD_DIVMANT(__PCLK__, __BAUD__) |
#define | SMARTCARD_DIVFRAQ(__PCLK__, __BAUD__) |
#define | SMARTCARD_BRR(__PCLK__, __BAUD__) |
#define IS_SMARTCARD_WORD_LENGTH | ( | LENGTH | ) |
#include <stm32f4xx_hal_smartcard.h>
Definition at line 706 of file stm32f4xx_hal_smartcard.h.
Referenced by SMARTCARD_SetConfig().
#define IS_SMARTCARD_STOPBITS | ( | STOPBITS | ) |
#include <stm32f4xx_hal_smartcard.h>
Definition at line 707 of file stm32f4xx_hal_smartcard.h.
Referenced by SMARTCARD_SetConfig().
#define IS_SMARTCARD_PARITY | ( | PARITY | ) |
#include <stm32f4xx_hal_smartcard.h>
Definition at line 709 of file stm32f4xx_hal_smartcard.h.
Referenced by SMARTCARD_SetConfig().
#define IS_SMARTCARD_MODE | ( | MODE | ) |
#include <stm32f4xx_hal_smartcard.h>
Definition at line 711 of file stm32f4xx_hal_smartcard.h.
Referenced by SMARTCARD_SetConfig().
#define IS_SMARTCARD_POLARITY | ( | CPOL | ) |
#include <stm32f4xx_hal_smartcard.h>
Definition at line 712 of file stm32f4xx_hal_smartcard.h.
Referenced by SMARTCARD_SetConfig().
#define IS_SMARTCARD_PHASE | ( | CPHA | ) |
#include <stm32f4xx_hal_smartcard.h>
Definition at line 713 of file stm32f4xx_hal_smartcard.h.
Referenced by SMARTCARD_SetConfig().
#define IS_SMARTCARD_LASTBIT | ( | LASTBIT | ) |
#include <stm32f4xx_hal_smartcard.h>
Definition at line 714 of file stm32f4xx_hal_smartcard.h.
Referenced by SMARTCARD_SetConfig().
#define IS_SMARTCARD_NACK_STATE | ( | NACK | ) |
#include <stm32f4xx_hal_smartcard.h>
Definition at line 716 of file stm32f4xx_hal_smartcard.h.
Referenced by HAL_SMARTCARD_Init(), and SMARTCARD_SetConfig().
#define IS_SMARTCARD_BAUDRATE | ( | BAUDRATE | ) |
#include <stm32f4xx_hal_smartcard.h>
Definition at line 718 of file stm32f4xx_hal_smartcard.h.
Referenced by SMARTCARD_SetConfig().
#define SMARTCARD_DIV | ( | __PCLK__, | |
__BAUD__ ) |
#include <stm32f4xx_hal_smartcard.h>
Definition at line 720 of file stm32f4xx_hal_smartcard.h.
#define SMARTCARD_DIVMANT | ( | __PCLK__, | |
__BAUD__ ) |
#include <stm32f4xx_hal_smartcard.h>
Definition at line 721 of file stm32f4xx_hal_smartcard.h.
#define SMARTCARD_DIVFRAQ | ( | __PCLK__, | |
__BAUD__ ) |
#include <stm32f4xx_hal_smartcard.h>
Definition at line 722 of file stm32f4xx_hal_smartcard.h.
#define SMARTCARD_BRR | ( | __PCLK__, | |
__BAUD__ ) |
#include <stm32f4xx_hal_smartcard.h>
Definition at line 725 of file stm32f4xx_hal_smartcard.h.
Referenced by SMARTCARD_SetConfig().