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

Macros

#define FMPSMBUS_NO_STARTSTOP   (0x00000000U)
 
#define FMPSMBUS_GENERATE_STOP   (uint32_t)(0x80000000U | FMPI2C_CR2_STOP)
 
#define FMPSMBUS_GENERATE_START_READ   (uint32_t)(0x80000000U | FMPI2C_CR2_START | FMPI2C_CR2_RD_WRN)
 
#define FMPSMBUS_GENERATE_START_WRITE   (uint32_t)(0x80000000U | FMPI2C_CR2_START)
 

Detailed Description

Macro Definition Documentation

◆ FMPSMBUS_NO_STARTSTOP

◆ FMPSMBUS_GENERATE_STOP

#define FMPSMBUS_GENERATE_STOP   (uint32_t)(0x80000000U | FMPI2C_CR2_STOP)

#include <stm32f4xx_hal_fmpsmbus.h>

Definition at line 325 of file stm32f4xx_hal_fmpsmbus.h.

◆ FMPSMBUS_GENERATE_START_READ

#define FMPSMBUS_GENERATE_START_READ   (uint32_t)(0x80000000U | FMPI2C_CR2_START | FMPI2C_CR2_RD_WRN)

#include <stm32f4xx_hal_fmpsmbus.h>

Definition at line 326 of file stm32f4xx_hal_fmpsmbus.h.

Referenced by HAL_FMPSMBUS_Master_Receive_IT().

◆ FMPSMBUS_GENERATE_START_WRITE

#define FMPSMBUS_GENERATE_START_WRITE   (uint32_t)(0x80000000U | FMPI2C_CR2_START)

#include <stm32f4xx_hal_fmpsmbus.h>

Definition at line 327 of file stm32f4xx_hal_fmpsmbus.h.

Referenced by HAL_FMPSMBUS_Master_Transmit_IT().