Macros
Collaboration diagram for SMBUS XferOptions definition:

Macros

#define SMBUS_FIRST_AND_LAST_FRAME_NO_PEC   SMBUS_AUTOEND_MODE
 
#define SMBUS_FIRST_AND_LAST_FRAME_NO_PEC   0x00000003U
 
#define SMBUS_FIRST_AND_LAST_FRAME_WITH_PEC   ((uint32_t)(SMBUS_AUTOEND_MODE | SMBUS_SENDPEC_MODE))
 
#define SMBUS_FIRST_AND_LAST_FRAME_WITH_PEC   0x00000005U
 
#define SMBUS_FIRST_FRAME   SMBUS_SOFTEND_MODE
 
#define SMBUS_FIRST_FRAME   0x00000001U
 
#define SMBUS_LAST_FRAME_NO_PEC   SMBUS_AUTOEND_MODE
 
#define SMBUS_LAST_FRAME_NO_PEC   0x00000004U
 
#define SMBUS_LAST_FRAME_WITH_PEC   ((uint32_t)(SMBUS_AUTOEND_MODE | SMBUS_SENDPEC_MODE))
 
#define SMBUS_LAST_FRAME_WITH_PEC   0x00000006U
 
#define SMBUS_NEXT_FRAME   ((uint32_t)(SMBUS_RELOAD_MODE | SMBUS_SOFTEND_MODE))
 
#define SMBUS_NEXT_FRAME   0x00000002U
 
#define SMBUS_OTHER_AND_LAST_FRAME_NO_PEC   (0x00AA0000U)
 
#define SMBUS_OTHER_AND_LAST_FRAME_WITH_PEC   (0xAA000000U)
 
#define SMBUS_OTHER_FRAME_NO_PEC   (0x000000AAU)
 
#define SMBUS_OTHER_FRAME_WITH_PEC   (0x0000AA00U)
 

Detailed Description

Macro Definition Documentation

◆ SMBUS_FIRST_AND_LAST_FRAME_NO_PEC [1/2]

#define SMBUS_FIRST_AND_LAST_FRAME_NO_PEC   SMBUS_AUTOEND_MODE

Definition at line 327 of file stm32f7xx_hal_smbus.h.

◆ SMBUS_FIRST_AND_LAST_FRAME_NO_PEC [2/2]

#define SMBUS_FIRST_AND_LAST_FRAME_NO_PEC   0x00000003U

Definition at line 334 of file stm32f4xx_hal_smbus.h.

◆ SMBUS_FIRST_AND_LAST_FRAME_WITH_PEC [1/2]

#define SMBUS_FIRST_AND_LAST_FRAME_WITH_PEC   ((uint32_t)(SMBUS_AUTOEND_MODE | SMBUS_SENDPEC_MODE))

Definition at line 329 of file stm32f7xx_hal_smbus.h.

◆ SMBUS_FIRST_AND_LAST_FRAME_WITH_PEC [2/2]

#define SMBUS_FIRST_AND_LAST_FRAME_WITH_PEC   0x00000005U

Definition at line 336 of file stm32f4xx_hal_smbus.h.

◆ SMBUS_FIRST_FRAME [1/2]

#define SMBUS_FIRST_FRAME   SMBUS_SOFTEND_MODE

Definition at line 325 of file stm32f7xx_hal_smbus.h.

◆ SMBUS_FIRST_FRAME [2/2]

#define SMBUS_FIRST_FRAME   0x00000001U

Definition at line 332 of file stm32f4xx_hal_smbus.h.

◆ SMBUS_LAST_FRAME_NO_PEC [1/2]

#define SMBUS_LAST_FRAME_NO_PEC   SMBUS_AUTOEND_MODE

Definition at line 328 of file stm32f7xx_hal_smbus.h.

◆ SMBUS_LAST_FRAME_NO_PEC [2/2]

#define SMBUS_LAST_FRAME_NO_PEC   0x00000004U

Definition at line 335 of file stm32f4xx_hal_smbus.h.

◆ SMBUS_LAST_FRAME_WITH_PEC [1/2]

#define SMBUS_LAST_FRAME_WITH_PEC   ((uint32_t)(SMBUS_AUTOEND_MODE | SMBUS_SENDPEC_MODE))

Definition at line 330 of file stm32f7xx_hal_smbus.h.

◆ SMBUS_LAST_FRAME_WITH_PEC [2/2]

#define SMBUS_LAST_FRAME_WITH_PEC   0x00000006U

Definition at line 337 of file stm32f4xx_hal_smbus.h.

◆ SMBUS_NEXT_FRAME [1/2]

#define SMBUS_NEXT_FRAME   ((uint32_t)(SMBUS_RELOAD_MODE | SMBUS_SOFTEND_MODE))

Definition at line 326 of file stm32f7xx_hal_smbus.h.

◆ SMBUS_NEXT_FRAME [2/2]

#define SMBUS_NEXT_FRAME   0x00000002U

Definition at line 333 of file stm32f4xx_hal_smbus.h.

◆ SMBUS_OTHER_AND_LAST_FRAME_NO_PEC

#define SMBUS_OTHER_AND_LAST_FRAME_NO_PEC   (0x00AA0000U)

Definition at line 337 of file stm32f7xx_hal_smbus.h.

◆ SMBUS_OTHER_AND_LAST_FRAME_WITH_PEC

#define SMBUS_OTHER_AND_LAST_FRAME_WITH_PEC   (0xAA000000U)

Definition at line 338 of file stm32f7xx_hal_smbus.h.

◆ SMBUS_OTHER_FRAME_NO_PEC

#define SMBUS_OTHER_FRAME_NO_PEC   (0x000000AAU)

Definition at line 335 of file stm32f7xx_hal_smbus.h.

◆ SMBUS_OTHER_FRAME_WITH_PEC

#define SMBUS_OTHER_FRAME_WITH_PEC   (0x0000AA00U)

Definition at line 336 of file stm32f7xx_hal_smbus.h.



picovoice_driver
Author(s):
autogenerated on Fri Apr 1 2022 02:15:07