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

Data transfers Private functions. More...

Collaboration diagram for FMPSMBUS Private Functions:

Functions

static HAL_StatusTypeDef FMPSMBUS_WaitOnFlagUntilTimeout (FMPSMBUS_HandleTypeDef *hfmpsmbus, uint32_t Flag, FlagStatus Status, uint32_t Timeout)
 Handle FMPSMBUS Communication Timeout.
 
static HAL_StatusTypeDef FMPSMBUS_Master_ISR (FMPSMBUS_HandleTypeDef *hfmpsmbus, uint32_t StatusFlags)
 Interrupt Sub-Routine which handle the Interrupt Flags Master Mode.
 
static HAL_StatusTypeDef FMPSMBUS_Slave_ISR (FMPSMBUS_HandleTypeDef *hfmpsmbus, uint32_t StatusFlags)
 Interrupt Sub-Routine which handle the Interrupt Flags Slave Mode.
 
static void FMPSMBUS_ITErrorHandler (FMPSMBUS_HandleTypeDef *hfmpsmbus)
 FMPSMBUS interrupts error handler.
 
static void FMPSMBUS_Enable_IRQ (FMPSMBUS_HandleTypeDef *hfmpsmbus, uint32_t InterruptRequest)
 Manage the enabling of Interrupts.
 
static void FMPSMBUS_Disable_IRQ (FMPSMBUS_HandleTypeDef *hfmpsmbus, uint32_t InterruptRequest)
 Manage the disabling of Interrupts.
 
static void FMPSMBUS_Flush_TXDR (FMPSMBUS_HandleTypeDef *hfmpsmbus)
 FMPSMBUS Tx data register flush process.
 
static void FMPSMBUS_TransferConfig (FMPSMBUS_HandleTypeDef *hfmpsmbus, uint16_t DevAddress, uint8_t Size, uint32_t Mode, uint32_t Request)
 Handle FMPSMBUSx communication when starting transfer or during transfer (TC or TCR flag are set).
 
static void FMPSMBUS_ConvertOtherXferOptions (FMPSMBUS_HandleTypeDef *hfmpsmbus)
 Convert FMPSMBUSx OTHER_xxx XferOptions to functional XferOptions.
 

Detailed Description

Data transfers Private functions.

Function Documentation

◆ FMPSMBUS_WaitOnFlagUntilTimeout()

static HAL_StatusTypeDef FMPSMBUS_WaitOnFlagUntilTimeout ( FMPSMBUS_HandleTypeDef * hfmpsmbus,
uint32_t Flag,
FlagStatus Status,
uint32_t Timeout )
static

#include <stm32f4xx_hal_fmpsmbus.c>

Handle FMPSMBUS Communication Timeout.

Parameters
hfmpsmbusPointer to a FMPSMBUS_HandleTypeDef structure that contains the configuration information for the specified FMPSMBUS.
FlagSpecifies the FMPSMBUS flag to check.
StatusThe new Flag status (SET or RESET).
TimeoutTimeout duration
Return values
HALstatus

Definition at line 2669 of file stm32f4xx_hal_fmpsmbus.c.

References __HAL_FMPSMBUS_GET_FLAG, __HAL_UNLOCK, FMPSMBUS_HandleTypeDef::ErrorCode, HAL_ERROR, HAL_FMPSMBUS_ERROR_HALTIMEOUT, HAL_FMPSMBUS_STATE_READY, HAL_GetTick(), HAL_MAX_DELAY, HAL_OK, FMPSMBUS_HandleTypeDef::PreviousState, and FMPSMBUS_HandleTypeDef::State.

Referenced by HAL_FMPSMBUS_IsDeviceReady().

◆ FMPSMBUS_Master_ISR()

static HAL_StatusTypeDef FMPSMBUS_Master_ISR ( FMPSMBUS_HandleTypeDef * hfmpsmbus,
uint32_t StatusFlags )
static

◆ FMPSMBUS_Slave_ISR()

static HAL_StatusTypeDef FMPSMBUS_Slave_ISR ( FMPSMBUS_HandleTypeDef * hfmpsmbus,
uint32_t StatusFlags )
static

#include <stm32f4xx_hal_fmpsmbus.c>

Interrupt Sub-Routine which handle the Interrupt Flags Slave Mode.

Parameters
hfmpsmbusPointer to a FMPSMBUS_HandleTypeDef structure that contains the configuration information for the specified FMPSMBUS.
StatusFlagsValue of Interrupt Flags.
Return values
HALstatus

Definition at line 2176 of file stm32f4xx_hal_fmpsmbus.c.

References __HAL_FMPSMBUS_CLEAR_FLAG, __HAL_FMPSMBUS_DISABLE_IT, __HAL_FMPSMBUS_GET_FLAG, __HAL_LOCK, __HAL_UNLOCK, FMPSMBUS_HandleTypeDef::ErrorCode, FMPSMBUS_CHECK_FLAG, FMPSMBUS_Disable_IRQ(), FMPSMBUS_FLAG_ADDR, FMPSMBUS_FLAG_AF, FMPSMBUS_FLAG_RXNE, FMPSMBUS_FLAG_STOPF, FMPSMBUS_FLAG_TCR, FMPSMBUS_FLAG_TXIS, FMPSMBUS_Flush_TXDR(), FMPSMBUS_GET_ADDR_MATCH, FMPSMBUS_GET_DIR, FMPSMBUS_GET_PEC_MODE, FMPSMBUS_IT_ADDR, FMPSMBUS_IT_ADDRI, FMPSMBUS_IT_RX, FMPSMBUS_IT_TX, FMPSMBUS_NO_STARTSTOP, FMPSMBUS_RELOAD_MODE, FMPSMBUS_RESET_CR2, FMPSMBUS_SENDPEC_MODE, FMPSMBUS_TransferConfig(), HAL_FMPSMBUS_AddrCallback(), HAL_FMPSMBUS_ERROR_ACKF, HAL_FMPSMBUS_ErrorCallback(), HAL_FMPSMBUS_ListenCpltCallback(), HAL_FMPSMBUS_SlaveRxCpltCallback(), HAL_FMPSMBUS_SlaveTxCpltCallback(), HAL_FMPSMBUS_STATE_LISTEN, HAL_FMPSMBUS_STATE_READY, HAL_FMPSMBUS_STATE_SLAVE_BUSY_RX, HAL_FMPSMBUS_STATE_SLAVE_BUSY_TX, HAL_OK, FMPSMBUS_HandleTypeDef::Instance, MAX_NBYTE_SIZE, FMPSMBUS_HandleTypeDef::pBuffPtr, FMPSMBUS_HandleTypeDef::PreviousState, FMPSMBUS_HandleTypeDef::State, FMPSMBUS_HandleTypeDef::XferCount, FMPSMBUS_HandleTypeDef::XferOptions, and FMPSMBUS_HandleTypeDef::XferSize.

Referenced by HAL_FMPSMBUS_EV_IRQHandler().

◆ FMPSMBUS_ITErrorHandler()

◆ FMPSMBUS_Enable_IRQ()

static void FMPSMBUS_Enable_IRQ ( FMPSMBUS_HandleTypeDef * hfmpsmbus,
uint32_t InterruptRequest )
static

◆ FMPSMBUS_Disable_IRQ()

static void FMPSMBUS_Disable_IRQ ( FMPSMBUS_HandleTypeDef * hfmpsmbus,
uint32_t InterruptRequest )
static

◆ FMPSMBUS_Flush_TXDR()

static void FMPSMBUS_Flush_TXDR ( FMPSMBUS_HandleTypeDef * hfmpsmbus)
static

#include <stm32f4xx_hal_fmpsmbus.c>

FMPSMBUS Tx data register flush process.

Parameters
hfmpsmbusFMPSMBUS handle.
Return values
None

Definition at line 2704 of file stm32f4xx_hal_fmpsmbus.c.

References __HAL_FMPSMBUS_CLEAR_FLAG, __HAL_FMPSMBUS_GET_FLAG, FMPSMBUS_FLAG_TXE, FMPSMBUS_FLAG_TXIS, and FMPSMBUS_HandleTypeDef::Instance.

Referenced by FMPSMBUS_ITErrorHandler(), FMPSMBUS_Master_ISR(), and FMPSMBUS_Slave_ISR().

◆ FMPSMBUS_TransferConfig()

static void FMPSMBUS_TransferConfig ( FMPSMBUS_HandleTypeDef * hfmpsmbus,
uint16_t DevAddress,
uint8_t Size,
uint32_t Mode,
uint32_t Request )
static

#include <stm32f4xx_hal_fmpsmbus.c>

Handle FMPSMBUSx communication when starting transfer or during transfer (TC or TCR flag are set).

Parameters
hfmpsmbusFMPSMBUS handle.
DevAddressspecifies the slave address to be programmed.
Sizespecifies the number of bytes to be programmed. This parameter must be a value between 0 and 255.
ModeNew state of the FMPSMBUS START condition generation. This parameter can be one or a combination of the following values:
RequestNew state of the FMPSMBUS START condition generation. This parameter can be one of the following values:
Return values
None

Definition at line 2740 of file stm32f4xx_hal_fmpsmbus.c.

References assert_param, FMPSMBUS_HandleTypeDef::Instance, IS_FMPSMBUS_TRANSFER_MODE, and IS_FMPSMBUS_TRANSFER_REQUEST.

Referenced by FMPSMBUS_Master_ISR(), FMPSMBUS_Slave_ISR(), HAL_FMPSMBUS_Master_Abort_IT(), HAL_FMPSMBUS_Master_Receive_IT(), HAL_FMPSMBUS_Master_Transmit_IT(), HAL_FMPSMBUS_Slave_Receive_IT(), and HAL_FMPSMBUS_Slave_Transmit_IT().

◆ FMPSMBUS_ConvertOtherXferOptions()