STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
Loading...
Searching...
No Matches

#include <stm32f4xx_hal_fmpsmbus.h>

Collaboration diagram for FMPSMBUS_HandleTypeDef:

Data Fields

FMPI2C_TypeDef * Instance
 
FMPSMBUS_InitTypeDef Init
 
uint8_t * pBuffPtr
 
uint16_t XferSize
 
__IO uint16_t XferCount
 
__IO uint32_t XferOptions
 
__IO uint32_t PreviousState
 
HAL_LockTypeDef Lock
 
__IO uint32_t State
 
__IO uint32_t ErrorCode
 

Detailed Description

Definition at line 137 of file stm32f4xx_hal_fmpsmbus.h.

Field Documentation

◆ Instance

◆ Init

FMPSMBUS_InitTypeDef FMPSMBUS_HandleTypeDef::Init

FMPSMBUS communication parameters

Definition at line 142 of file stm32f4xx_hal_fmpsmbus.h.

Referenced by HAL_FMPSMBUS_Init(), and HAL_FMPSMBUS_IsDeviceReady().

◆ pBuffPtr

uint8_t* FMPSMBUS_HandleTypeDef::pBuffPtr

◆ XferSize

◆ XferCount

__IO uint16_t FMPSMBUS_HandleTypeDef::XferCount

◆ XferOptions

◆ PreviousState

◆ Lock

HAL_LockTypeDef FMPSMBUS_HandleTypeDef::Lock

FMPSMBUS locking object

Definition at line 154 of file stm32f4xx_hal_fmpsmbus.h.

Referenced by HAL_FMPSMBUS_Init().

◆ State

◆ ErrorCode


The documentation for this struct was generated from the following file: