STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Macros | |
#define | FMPSMBUS_FIRST_FRAME FMPSMBUS_SOFTEND_MODE |
#define | FMPSMBUS_NEXT_FRAME ((uint32_t)(FMPSMBUS_RELOAD_MODE | FMPSMBUS_SOFTEND_MODE)) |
#define | FMPSMBUS_FIRST_AND_LAST_FRAME_NO_PEC FMPSMBUS_AUTOEND_MODE |
#define | FMPSMBUS_LAST_FRAME_NO_PEC FMPSMBUS_AUTOEND_MODE |
#define | FMPSMBUS_FIRST_FRAME_WITH_PEC ((uint32_t)(FMPSMBUS_SOFTEND_MODE | FMPSMBUS_SENDPEC_MODE)) |
#define | FMPSMBUS_FIRST_AND_LAST_FRAME_WITH_PEC ((uint32_t)(FMPSMBUS_AUTOEND_MODE | FMPSMBUS_SENDPEC_MODE)) |
#define | FMPSMBUS_LAST_FRAME_WITH_PEC ((uint32_t)(FMPSMBUS_AUTOEND_MODE | FMPSMBUS_SENDPEC_MODE)) |
#define | FMPSMBUS_OTHER_FRAME_NO_PEC (0x000000AAU) |
#define | FMPSMBUS_OTHER_FRAME_WITH_PEC (0x0000AA00U) |
#define | FMPSMBUS_OTHER_AND_LAST_FRAME_NO_PEC (0x00AA0000U) |
#define | FMPSMBUS_OTHER_AND_LAST_FRAME_WITH_PEC (0xAA000000U) |
#define FMPSMBUS_FIRST_FRAME FMPSMBUS_SOFTEND_MODE |
#include <stm32f4xx_hal_fmpsmbus.h>
Definition at line 340 of file stm32f4xx_hal_fmpsmbus.h.
Referenced by FMPSMBUS_ConvertOtherXferOptions(), and HAL_FMPSMBUS_Master_Transmit_IT().
#define FMPSMBUS_NEXT_FRAME ((uint32_t)(FMPSMBUS_RELOAD_MODE | FMPSMBUS_SOFTEND_MODE)) |
#include <stm32f4xx_hal_fmpsmbus.h>
Definition at line 341 of file stm32f4xx_hal_fmpsmbus.h.
#define FMPSMBUS_FIRST_AND_LAST_FRAME_NO_PEC FMPSMBUS_AUTOEND_MODE |
#include <stm32f4xx_hal_fmpsmbus.h>
Definition at line 342 of file stm32f4xx_hal_fmpsmbus.h.
Referenced by FMPSMBUS_ConvertOtherXferOptions(), and HAL_FMPSMBUS_Master_Transmit_IT().
#define FMPSMBUS_LAST_FRAME_NO_PEC FMPSMBUS_AUTOEND_MODE |
#include <stm32f4xx_hal_fmpsmbus.h>
Definition at line 343 of file stm32f4xx_hal_fmpsmbus.h.
#define FMPSMBUS_FIRST_FRAME_WITH_PEC ((uint32_t)(FMPSMBUS_SOFTEND_MODE | FMPSMBUS_SENDPEC_MODE)) |
#include <stm32f4xx_hal_fmpsmbus.h>
Definition at line 344 of file stm32f4xx_hal_fmpsmbus.h.
Referenced by HAL_FMPSMBUS_Master_Transmit_IT().
#define FMPSMBUS_FIRST_AND_LAST_FRAME_WITH_PEC ((uint32_t)(FMPSMBUS_AUTOEND_MODE | FMPSMBUS_SENDPEC_MODE)) |
#include <stm32f4xx_hal_fmpsmbus.h>
Definition at line 345 of file stm32f4xx_hal_fmpsmbus.h.
Referenced by FMPSMBUS_ConvertOtherXferOptions(), and HAL_FMPSMBUS_Master_Transmit_IT().
#define FMPSMBUS_LAST_FRAME_WITH_PEC ((uint32_t)(FMPSMBUS_AUTOEND_MODE | FMPSMBUS_SENDPEC_MODE)) |
#include <stm32f4xx_hal_fmpsmbus.h>
Definition at line 346 of file stm32f4xx_hal_fmpsmbus.h.
#define FMPSMBUS_OTHER_FRAME_NO_PEC (0x000000AAU) |
#include <stm32f4xx_hal_fmpsmbus.h>
Definition at line 351 of file stm32f4xx_hal_fmpsmbus.h.
Referenced by FMPSMBUS_ConvertOtherXferOptions().
#define FMPSMBUS_OTHER_FRAME_WITH_PEC (0x0000AA00U) |
#include <stm32f4xx_hal_fmpsmbus.h>
Definition at line 352 of file stm32f4xx_hal_fmpsmbus.h.
Referenced by FMPSMBUS_ConvertOtherXferOptions().
#define FMPSMBUS_OTHER_AND_LAST_FRAME_NO_PEC (0x00AA0000U) |
#include <stm32f4xx_hal_fmpsmbus.h>
Definition at line 353 of file stm32f4xx_hal_fmpsmbus.h.
Referenced by FMPSMBUS_ConvertOtherXferOptions().
#define FMPSMBUS_OTHER_AND_LAST_FRAME_WITH_PEC (0xAA000000U) |
#include <stm32f4xx_hal_fmpsmbus.h>
Definition at line 354 of file stm32f4xx_hal_fmpsmbus.h.
Referenced by FMPSMBUS_ConvertOtherXferOptions().