STM32H735xx HAL User Manual
|
Functions | |
__STATIC_INLINE void | LL_SWPMI_SetReceptionMode (SWPMI_TypeDef *SWPMIx, uint32_t RxBufferingMode) |
Set Reception buffering mode. | |
__STATIC_INLINE uint32_t | LL_SWPMI_GetReceptionMode (SWPMI_TypeDef *SWPMIx) |
Get Reception buffering mode. | |
__STATIC_INLINE void | LL_SWPMI_SetTransmissionMode (SWPMI_TypeDef *SWPMIx, uint32_t TxBufferingMode) |
Set Transmission buffering mode. | |
__STATIC_INLINE uint32_t | LL_SWPMI_GetTransmissionMode (SWPMI_TypeDef *SWPMIx) |
Get Transmission buffering mode. | |
__STATIC_INLINE void | LL_SWPMI_EnableLoopback (SWPMI_TypeDef *SWPMIx) |
Enable loopback mode. | |
__STATIC_INLINE void | LL_SWPMI_DisableLoopback (SWPMI_TypeDef *SWPMIx) |
Disable loopback mode. | |
__STATIC_INLINE void | LL_SWPMI_EnableTransceiver (SWPMI_TypeDef *SWPMIx) |
Enable SWPMI transceiver. | |
__STATIC_INLINE void | LL_SWPMI_DisableTransceiver (SWPMI_TypeDef *SWPMIx) |
Disable SWPMI transceiver. | |
__STATIC_INLINE uint32_t | LL_SWPMI_IsEnabledTransceiver (SWPMI_TypeDef *SWPMIx) |
Check if SWPMI transceiver is enabled. | |
__STATIC_INLINE void | LL_SWPMI_Activate (SWPMI_TypeDef *SWPMIx) |
Activate Single wire protocol bus (SUSPENDED or ACTIVATED state) | |
__STATIC_INLINE uint32_t | LL_SWPMI_IsActivated (SWPMI_TypeDef *SWPMIx) |
Check if Single wire protocol bus is in ACTIVATED state. | |
__STATIC_INLINE void | LL_SWPMI_Deactivate (SWPMI_TypeDef *SWPMIx) |
Deactivate immediately Single wire protocol bus (immediate transition to DEACTIVATED state) | |
__STATIC_INLINE void | LL_SWPMI_RequestDeactivation (SWPMI_TypeDef *SWPMIx) |
Request a deactivation of Single wire protocol bus (request to go in DEACTIVATED state if no resume from slave) | |
__STATIC_INLINE void | LL_SWPMI_SetBitRatePrescaler (SWPMI_TypeDef *SWPMIx, uint32_t BitRatePrescaler) |
Set Bitrate prescaler SWPMI_freq = SWPMI_clk / (((BitRate) + 1) * 4) | |
__STATIC_INLINE uint32_t | LL_SWPMI_GetBitRatePrescaler (SWPMI_TypeDef *SWPMIx) |
Get Bitrate prescaler. | |
__STATIC_INLINE void | LL_SWPMI_SetVoltageClass (SWPMI_TypeDef *SWPMIx, uint32_t VoltageClass) |
Set SWP Voltage Class. | |
__STATIC_INLINE uint32_t | LL_SWPMI_GetVoltageClass (SWPMI_TypeDef *SWPMIx) |
Get SWP Voltage Class. |
__STATIC_INLINE void LL_SWPMI_Activate | ( | SWPMI_TypeDef * | SWPMIx | ) |
Activate Single wire protocol bus (SUSPENDED or ACTIVATED state)
SWPMIx | SWPMI Instance |
None |
Definition at line 369 of file stm32h7xx_ll_swpmi.h.
__STATIC_INLINE void LL_SWPMI_Deactivate | ( | SWPMI_TypeDef * | SWPMIx | ) |
Deactivate immediately Single wire protocol bus (immediate transition to DEACTIVATED state)
SWPMIx | SWPMI Instance |
None |
Definition at line 396 of file stm32h7xx_ll_swpmi.h.
__STATIC_INLINE void LL_SWPMI_DisableLoopback | ( | SWPMI_TypeDef * | SWPMIx | ) |
Disable loopback mode.
SWPMIx | SWPMI Instance |
None |
Definition at line 319 of file stm32h7xx_ll_swpmi.h.
__STATIC_INLINE void LL_SWPMI_DisableTransceiver | ( | SWPMI_TypeDef * | SWPMIx | ) |
Disable SWPMI transceiver.
SWPMIx | SWPMI Instance |
None |
Definition at line 343 of file stm32h7xx_ll_swpmi.h.
__STATIC_INLINE void LL_SWPMI_EnableLoopback | ( | SWPMI_TypeDef * | SWPMIx | ) |
Enable loopback mode.
SWPMIx | SWPMI Instance |
None |
Definition at line 308 of file stm32h7xx_ll_swpmi.h.
__STATIC_INLINE void LL_SWPMI_EnableTransceiver | ( | SWPMI_TypeDef * | SWPMIx | ) |
Enable SWPMI transceiver.
SWPMIx | SWPMI Instance |
None |
Definition at line 331 of file stm32h7xx_ll_swpmi.h.
__STATIC_INLINE uint32_t LL_SWPMI_GetBitRatePrescaler | ( | SWPMI_TypeDef * | SWPMIx | ) |
Get Bitrate prescaler.
SWPMIx | SWPMI Instance |
A | number between Min_Data=0 and Max_Data=255U |
Definition at line 431 of file stm32h7xx_ll_swpmi.h.
__STATIC_INLINE uint32_t LL_SWPMI_GetReceptionMode | ( | SWPMI_TypeDef * | SWPMIx | ) |
Get Reception buffering mode.
SWPMIx | SWPMI Instance |
Returned | value can be one of the following values: |
Definition at line 269 of file stm32h7xx_ll_swpmi.h.
__STATIC_INLINE uint32_t LL_SWPMI_GetTransmissionMode | ( | SWPMI_TypeDef * | SWPMIx | ) |
Get Transmission buffering mode.
SWPMIx | SWPMI Instance |
Returned | value can be one of the following values: |
Definition at line 297 of file stm32h7xx_ll_swpmi.h.
__STATIC_INLINE uint32_t LL_SWPMI_GetVoltageClass | ( | SWPMI_TypeDef * | SWPMIx | ) |
Get SWP Voltage Class.
SWPMIx | SWPMI Instance |
Returned | value can be one of the following values: |
Definition at line 458 of file stm32h7xx_ll_swpmi.h.
__STATIC_INLINE uint32_t LL_SWPMI_IsActivated | ( | SWPMI_TypeDef * | SWPMIx | ) |
Check if Single wire protocol bus is in ACTIVATED state.
SWPMIx | SWPMI Instance |
State | of bit (1 or 0). |
Definition at line 384 of file stm32h7xx_ll_swpmi.h.
Referenced by LL_SWPMI_Init().
__STATIC_INLINE uint32_t LL_SWPMI_IsEnabledTransceiver | ( | SWPMI_TypeDef * | SWPMIx | ) |
Check if SWPMI transceiver is enabled.
SWPMIx | SWPMI Instance |
State | of bit (1 or 0). |
Definition at line 354 of file stm32h7xx_ll_swpmi.h.
__STATIC_INLINE void LL_SWPMI_RequestDeactivation | ( | SWPMI_TypeDef * | SWPMIx | ) |
Request a deactivation of Single wire protocol bus (request to go in DEACTIVATED state if no resume from slave)
SWPMIx | SWPMI Instance |
None |
Definition at line 408 of file stm32h7xx_ll_swpmi.h.
__STATIC_INLINE void LL_SWPMI_SetBitRatePrescaler | ( | SWPMI_TypeDef * | SWPMIx, |
uint32_t | BitRatePrescaler | ||
) |
Set Bitrate prescaler SWPMI_freq = SWPMI_clk / (((BitRate) + 1) * 4)
SWPMIx | SWPMI Instance |
BitRatePrescaler | A number between Min_Data=0 and Max_Data=255U |
None |
Definition at line 420 of file stm32h7xx_ll_swpmi.h.
Referenced by LL_SWPMI_Init().
__STATIC_INLINE void LL_SWPMI_SetReceptionMode | ( | SWPMI_TypeDef * | SWPMIx, |
uint32_t | RxBufferingMode | ||
) |
Set Reception buffering mode.
SWPMIx | SWPMI Instance |
RxBufferingMode | This parameter can be one of the following values: |
None |
Definition at line 256 of file stm32h7xx_ll_swpmi.h.
__STATIC_INLINE void LL_SWPMI_SetTransmissionMode | ( | SWPMI_TypeDef * | SWPMIx, |
uint32_t | TxBufferingMode | ||
) |
Set Transmission buffering mode.
SWPMIx | SWPMI Instance |
TxBufferingMode | This parameter can be one of the following values: |
None |
Definition at line 284 of file stm32h7xx_ll_swpmi.h.
__STATIC_INLINE void LL_SWPMI_SetVoltageClass | ( | SWPMI_TypeDef * | SWPMIx, |
uint32_t | VoltageClass | ||
) |
Set SWP Voltage Class.
SWPMIx | SWPMI Instance |
VoltageClass | This parameter can be one of the following values: |
None |
Definition at line 445 of file stm32h7xx_ll_swpmi.h.
Referenced by LL_SWPMI_Init().