|
STM32H735xx HAL User Manual
|
Functions | |
| __STATIC_INLINE uint32_t | LL_SWPMI_GetReceiveFrameLength (SWPMI_TypeDef *SWPMIx) |
| Retrieve number of data bytes present in payload of received frame. | |
| __STATIC_INLINE void | LL_SWPMI_TransmitData32 (SWPMI_TypeDef *SWPMIx, uint32_t TxData) |
| Transmit Data Register. | |
| __STATIC_INLINE uint32_t | LL_SWPMI_ReceiveData32 (SWPMI_TypeDef *SWPMIx) |
| Receive Data Register. | |
| __STATIC_INLINE void | LL_SWPMI_EnableTXBypass (SWPMI_TypeDef *SWPMIx) |
| Enable SWP Transceiver Bypass. | |
| __STATIC_INLINE void | LL_SWPMI_DisableTXBypass (SWPMI_TypeDef *SWPMIx) |
| Disable SWP Transceiver Bypass. | |
| __STATIC_INLINE void LL_SWPMI_DisableTXBypass | ( | SWPMI_TypeDef * | SWPMIx | ) |
Disable SWP Transceiver Bypass.
| SWPMIx | SWPMI Instance |
| None |
Definition at line 1199 of file stm32h7xx_ll_swpmi.h.
| __STATIC_INLINE void LL_SWPMI_EnableTXBypass | ( | SWPMI_TypeDef * | SWPMIx | ) |
Enable SWP Transceiver Bypass.
| SWPMIx | SWPMI Instance |
| None |
Definition at line 1185 of file stm32h7xx_ll_swpmi.h.
| __STATIC_INLINE uint32_t LL_SWPMI_GetReceiveFrameLength | ( | SWPMI_TypeDef * | SWPMIx | ) |
Retrieve number of data bytes present in payload of received frame.
| SWPMIx | SWPMI Instance |
| Value | between Min_Data=0x00 and Max_Data=0x1F |
Definition at line 1149 of file stm32h7xx_ll_swpmi.h.
| __STATIC_INLINE uint32_t LL_SWPMI_ReceiveData32 | ( | SWPMI_TypeDef * | SWPMIx | ) |
Receive Data Register.
| SWPMIx | SWPMI Instance |
| Value | between Min_Data=0x00000000 and Max_Data=0xFFFFFFFF |
Definition at line 1172 of file stm32h7xx_ll_swpmi.h.
| __STATIC_INLINE void LL_SWPMI_TransmitData32 | ( | SWPMI_TypeDef * | SWPMIx, |
| uint32_t | TxData | ||
| ) |
Transmit Data Register.
| SWPMIx | SWPMI Instance |
| TxData | Value between Min_Data=0x00000000 and Max_Data=0xFFFFFFFF |
| None |
Definition at line 1161 of file stm32h7xx_ll_swpmi.h.
1.7.6.1