![]() |
RTEMS 6.1-rc7
|
Functions | |
__STATIC_INLINE uint32_t | LL_SWPMI_GetReceiveFrameLength (SWPMI_TypeDef *SWPMIx) |
Retrieve number of data bytes present in payload of received frame @rmtoll RFL RFL LL_SWPMI_GetReceiveFrameLength. | |
__STATIC_INLINE void | LL_SWPMI_TransmitData32 (SWPMI_TypeDef *SWPMIx, uint32_t TxData) |
Transmit Data Register @rmtoll TDR TD LL_SWPMI_TransmitData32. | |
__STATIC_INLINE uint32_t | LL_SWPMI_ReceiveData32 (SWPMI_TypeDef *SWPMIx) |
Receive Data Register @rmtoll RDR RD LL_SWPMI_ReceiveData32. | |
__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 |
__STATIC_INLINE void LL_SWPMI_EnableTXBypass | ( | SWPMI_TypeDef * | SWPMIx | ) |
Enable SWP Transceiver Bypass.
SWPMIx | SWPMI Instance |
None |
__STATIC_INLINE uint32_t LL_SWPMI_GetReceiveFrameLength | ( | SWPMI_TypeDef * | SWPMIx | ) |
Retrieve number of data bytes present in payload of received frame @rmtoll RFL RFL LL_SWPMI_GetReceiveFrameLength.
SWPMIx | SWPMI Instance |
Value | between Min_Data=0x00 and Max_Data=0x1F |
__STATIC_INLINE uint32_t LL_SWPMI_ReceiveData32 | ( | SWPMI_TypeDef * | SWPMIx | ) |
Receive Data Register @rmtoll RDR RD LL_SWPMI_ReceiveData32.
SWPMIx | SWPMI Instance |
Value | between Min_Data=0x00000000 and Max_Data=0xFFFFFFFF |
__STATIC_INLINE void LL_SWPMI_TransmitData32 | ( | SWPMI_TypeDef * | SWPMIx, |
uint32_t | TxData | ||
) |
Transmit Data Register @rmtoll TDR TD LL_SWPMI_TransmitData32.
SWPMIx | SWPMI Instance |
TxData | Value between Min_Data=0x00000000 and Max_Data=0xFFFFFFFF |
None |