STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
Loading...
Searching...
No Matches
FMPI2C Extended Private Macros
Collaboration diagram for FMPI2C Extended Private Macros:

Macros

#define IS_FMPI2C_ANALOG_FILTER(FILTER)
 
#define IS_FMPI2C_DIGITAL_FILTER(FILTER)
 
#define IS_FMPI2C_FASTMODEPLUS(__CONFIG__)
 

Detailed Description

Macro Definition Documentation

◆ IS_FMPI2C_ANALOG_FILTER

#define IS_FMPI2C_ANALOG_FILTER ( FILTER)

#include <stm32f4xx_hal_fmpi2c_ex.h>

Value:
(((FILTER) == FMPI2C_ANALOGFILTER_ENABLE) || \
#define FMPI2C_ANALOGFILTER_ENABLE
#define FMPI2C_ANALOGFILTER_DISABLE

Definition at line 117 of file stm32f4xx_hal_fmpi2c_ex.h.

Referenced by HAL_FMPI2CEx_ConfigAnalogFilter().

◆ IS_FMPI2C_DIGITAL_FILTER

#define IS_FMPI2C_DIGITAL_FILTER ( FILTER)

#include <stm32f4xx_hal_fmpi2c_ex.h>

Value:
((FILTER) <= 0x0000000FU)

Definition at line 120 of file stm32f4xx_hal_fmpi2c_ex.h.

Referenced by HAL_FMPI2CEx_ConfigDigitalFilter().

◆ IS_FMPI2C_FASTMODEPLUS

#define IS_FMPI2C_FASTMODEPLUS ( __CONFIG__)

#include <stm32f4xx_hal_fmpi2c_ex.h>

Value:
((((__CONFIG__) & (FMPI2C_FASTMODEPLUS_SCL)) == FMPI2C_FASTMODEPLUS_SCL) || \
#define FMPI2C_FASTMODEPLUS_SCL
#define FMPI2C_FASTMODEPLUS_SDA

Definition at line 122 of file stm32f4xx_hal_fmpi2c_ex.h.

Referenced by HAL_FMPI2CEx_DisableFastModePlus(), and HAL_FMPI2CEx_EnableFastModePlus().