STM32L443xx 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_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 335 of file stm32l4xx_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 362 of file stm32l4xx_ll_swpmi.h.
__STATIC_INLINE void LL_SWPMI_DisableLoopback | ( | SWPMI_TypeDef * | SWPMIx | ) |
Disable loopback mode.
SWPMIx | SWPMI Instance |
None |
Definition at line 320 of file stm32l4xx_ll_swpmi.h.
__STATIC_INLINE void LL_SWPMI_EnableLoopback | ( | SWPMI_TypeDef * | SWPMIx | ) |
Enable loopback mode.
SWPMIx | SWPMI Instance |
None |
Definition at line 309 of file stm32l4xx_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=63U |
Definition at line 397 of file stm32l4xx_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 270 of file stm32l4xx_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 298 of file stm32l4xx_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 424 of file stm32l4xx_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 350 of file stm32l4xx_ll_swpmi.h.
Referenced by LL_SWPMI_Init().
__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 374 of file stm32l4xx_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=63U |
None |
Definition at line 386 of file stm32l4xx_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 257 of file stm32l4xx_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 285 of file stm32l4xx_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 411 of file stm32l4xx_ll_swpmi.h.
Referenced by LL_SWPMI_Init().