STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
Loading...
Searching...
No Matches
FMPI2C Sequential Transfer Options
Collaboration diagram for FMPI2C Sequential Transfer Options:

Macros

#define FMPI2C_FIRST_FRAME   ((uint32_t)FMPI2C_SOFTEND_MODE)
 
#define FMPI2C_FIRST_AND_NEXT_FRAME   ((uint32_t)(FMPI2C_RELOAD_MODE | FMPI2C_SOFTEND_MODE))
 
#define FMPI2C_NEXT_FRAME   ((uint32_t)(FMPI2C_RELOAD_MODE | FMPI2C_SOFTEND_MODE))
 
#define FMPI2C_FIRST_AND_LAST_FRAME   ((uint32_t)FMPI2C_AUTOEND_MODE)
 
#define FMPI2C_LAST_FRAME   ((uint32_t)FMPI2C_AUTOEND_MODE)
 
#define FMPI2C_LAST_FRAME_NO_STOP   ((uint32_t)FMPI2C_SOFTEND_MODE)
 
#define FMPI2C_OTHER_FRAME   (0x000000AAU)
 
#define FMPI2C_OTHER_AND_LAST_FRAME   (0x0000AA00U)
 

Detailed Description

Macro Definition Documentation

◆ FMPI2C_FIRST_FRAME

◆ FMPI2C_FIRST_AND_NEXT_FRAME

#define FMPI2C_FIRST_AND_NEXT_FRAME   ((uint32_t)(FMPI2C_RELOAD_MODE | FMPI2C_SOFTEND_MODE))

#include <stm32f4xx_hal_fmpi2c.h>

Definition at line 303 of file stm32f4xx_hal_fmpi2c.h.

◆ FMPI2C_NEXT_FRAME

#define FMPI2C_NEXT_FRAME   ((uint32_t)(FMPI2C_RELOAD_MODE | FMPI2C_SOFTEND_MODE))

◆ FMPI2C_FIRST_AND_LAST_FRAME

◆ FMPI2C_LAST_FRAME

#define FMPI2C_LAST_FRAME   ((uint32_t)FMPI2C_AUTOEND_MODE)

#include <stm32f4xx_hal_fmpi2c.h>

Definition at line 306 of file stm32f4xx_hal_fmpi2c.h.

◆ FMPI2C_LAST_FRAME_NO_STOP

#define FMPI2C_LAST_FRAME_NO_STOP   ((uint32_t)FMPI2C_SOFTEND_MODE)

#include <stm32f4xx_hal_fmpi2c.h>

Definition at line 307 of file stm32f4xx_hal_fmpi2c.h.

◆ FMPI2C_OTHER_FRAME

#define FMPI2C_OTHER_FRAME   (0x000000AAU)

#include <stm32f4xx_hal_fmpi2c.h>

Definition at line 312 of file stm32f4xx_hal_fmpi2c.h.

Referenced by FMPI2C_ConvertOtherXferOptions().

◆ FMPI2C_OTHER_AND_LAST_FRAME

#define FMPI2C_OTHER_AND_LAST_FRAME   (0x0000AA00U)

#include <stm32f4xx_hal_fmpi2c.h>

Definition at line 313 of file stm32f4xx_hal_fmpi2c.h.

Referenced by FMPI2C_ConvertOtherXferOptions().