|
STM32L4xx_HAL_Driver
1.14.0
|
Functions | |
| __STATIC_INLINE uint32_t | LL_SWPMI_GetReceiveFrameLength (SWPMI_TypeDef *SWPMIx) |
| Retrieve number of data bytes present in payload of received frame RFL RFL LL_SWPMI_GetReceiveFrameLength. More... | |
| __STATIC_INLINE void | LL_SWPMI_TransmitData32 (SWPMI_TypeDef *SWPMIx, uint32_t TxData) |
| Transmit Data Register TDR TD LL_SWPMI_TransmitData32. More... | |
| __STATIC_INLINE uint32_t | LL_SWPMI_ReceiveData32 (SWPMI_TypeDef *SWPMIx) |
| Receive Data Register RDR RD LL_SWPMI_ReceiveData32. More... | |
| __STATIC_INLINE void | LL_SWPMI_EnableTXBypass (SWPMI_TypeDef *SWPMIx) |
| Enable SWP Transceiver Bypass. More... | |
| __STATIC_INLINE void | LL_SWPMI_DisableTXBypass (SWPMI_TypeDef *SWPMIx) |
| Disable SWP Transceiver Bypass. More... | |
| __STATIC_INLINE void LL_SWPMI_DisableTXBypass | ( | SWPMI_TypeDef * | SWPMIx | ) |
Disable SWP Transceiver Bypass.
| SWPMIx | SWPMI Instance |
| None |
Definition at line 1110 of file stm32l4xx_ll_swpmi.h.
| __STATIC_INLINE void LL_SWPMI_EnableTXBypass | ( | SWPMI_TypeDef * | SWPMIx | ) |
Enable SWP Transceiver Bypass.
| SWPMIx | SWPMI Instance |
| None |
Definition at line 1097 of file stm32l4xx_ll_swpmi.h.
| __STATIC_INLINE uint32_t LL_SWPMI_GetReceiveFrameLength | ( | SWPMI_TypeDef * | SWPMIx | ) |
Retrieve number of data bytes present in payload of received frame RFL RFL LL_SWPMI_GetReceiveFrameLength.
| SWPMIx | SWPMI Instance |
| Value | between Min_Data=0x00 and Max_Data=0x1F |
Definition at line 1061 of file stm32l4xx_ll_swpmi.h.
| __STATIC_INLINE uint32_t LL_SWPMI_ReceiveData32 | ( | SWPMI_TypeDef * | SWPMIx | ) |
Receive Data Register RDR RD LL_SWPMI_ReceiveData32.
| SWPMIx | SWPMI Instance |
| Value | between Min_Data=0x00000000 and Max_Data=0xFFFFFFFF |
Definition at line 1084 of file stm32l4xx_ll_swpmi.h.
| __STATIC_INLINE void LL_SWPMI_TransmitData32 | ( | SWPMI_TypeDef * | SWPMIx, |
| uint32_t | TxData | ||
| ) |
Transmit Data Register TDR TD LL_SWPMI_TransmitData32.
| SWPMIx | SWPMI Instance |
| TxData | Value between Min_Data=0x00000000 and Max_Data=0xFFFFFFFF |
| None |
Definition at line 1073 of file stm32l4xx_ll_swpmi.h.