| 
    STM32L443xx HAL User Manual
   
    
   
   | 
  
  
  
 
SWPMI Init Structure definition. More...
#include <stm32l4xx_hal_swpmi.h>
Data Fields | |
| uint32_t | VoltageClass | 
| uint32_t | BitRate | 
| uint32_t | TxBufferingMode | 
| uint32_t | RxBufferingMode | 
SWPMI Init Structure definition.
Definition at line 48 of file stm32l4xx_hal_swpmi.h.
| uint32_t SWPMI_InitTypeDef::BitRate | 
Specifies the SWPMI Bitrate. This parameter must be a number between 0 and 63U. The Bitrate is computed using the following formula: SWPMI_freq = SWPMI_clk / (((BitRate) + 1) * 4)
Definition at line 53 of file stm32l4xx_hal_swpmi.h.
Referenced by HAL_SWPMI_Init().
| uint32_t SWPMI_InitTypeDef::RxBufferingMode | 
Specifies the reception buffering mode. This parameter can be a value of SWPMI Rx Buffering Mode
Definition at line 62 of file stm32l4xx_hal_swpmi.h.
Referenced by HAL_SWPMI_Init().
| uint32_t SWPMI_InitTypeDef::TxBufferingMode | 
Specifies the transmission buffering mode. This parameter can be a value of SWPMI Tx Buffering Mode
Definition at line 59 of file stm32l4xx_hal_swpmi.h.
Referenced by HAL_SWPMI_Init().
| uint32_t SWPMI_InitTypeDef::VoltageClass | 
Specifies the SWP Voltage Class. This parameter can be a value of SWPMI Voltage Class
Definition at line 50 of file stm32l4xx_hal_swpmi.h.
Referenced by HAL_SWPMI_Init().
 1.7.6.1