STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
Loading...
Searching...
No Matches
SMBUS XferOptions definition
Collaboration diagram for SMBUS XferOptions definition:

Macros

#define SMBUS_FIRST_FRAME   0x00000001U
 
#define SMBUS_NEXT_FRAME   0x00000002U
 
#define SMBUS_FIRST_AND_LAST_FRAME_NO_PEC   0x00000003U
 
#define SMBUS_LAST_FRAME_NO_PEC   0x00000004U
 
#define SMBUS_FIRST_AND_LAST_FRAME_WITH_PEC   0x00000005U
 
#define SMBUS_LAST_FRAME_WITH_PEC   0x00000006U
 

Detailed Description

Macro Definition Documentation

◆ SMBUS_FIRST_FRAME

◆ SMBUS_NEXT_FRAME

◆ SMBUS_FIRST_AND_LAST_FRAME_NO_PEC

#define SMBUS_FIRST_AND_LAST_FRAME_NO_PEC   0x00000003U

◆ SMBUS_LAST_FRAME_NO_PEC

#define SMBUS_LAST_FRAME_NO_PEC   0x00000004U

#include <stm32f4xx_hal_smbus.h>

Definition at line 334 of file stm32f4xx_hal_smbus.h.

Referenced by HAL_SMBUS_Master_Receive_IT(), and SMBUS_Slave_AF().

◆ SMBUS_FIRST_AND_LAST_FRAME_WITH_PEC

◆ SMBUS_LAST_FRAME_WITH_PEC