STM32L443xx HAL User Manual
|
SWPMI LL module driver. More...
#include "stm32l4xx_ll_swpmi.h"
#include "stm32l4xx_ll_bus.h"
Go to the source code of this file.
Defines | |
#define | assert_param(expr) ((void)0U) |
#define | IS_LL_SWPMI_BITRATE_VALUE(__VALUE__) (((__VALUE__) <= 63U)) |
#define | IS_LL_SWPMI_SW_BUFFER_RX(__VALUE__) |
#define | IS_LL_SWPMI_SW_BUFFER_TX(__VALUE__) |
#define | IS_LL_SWPMI_VOLTAGE_CLASS(__VALUE__) |
Functions | |
ErrorStatus | LL_SWPMI_DeInit (SWPMI_TypeDef *SWPMIx) |
De-initialize the SWPMI peripheral registers to their default reset values. | |
ErrorStatus | LL_SWPMI_Init (SWPMI_TypeDef *SWPMIx, LL_SWPMI_InitTypeDef *SWPMI_InitStruct) |
Initialize the SWPMI peripheral according to the specified parameters in the SWPMI_InitStruct. | |
void | LL_SWPMI_StructInit (LL_SWPMI_InitTypeDef *SWPMI_InitStruct) |
Set each LL_SWPMI_InitTypeDef field to default value. |
SWPMI LL module driver.
Copyright (c) 2017 STMicroelectronics. All rights reserved.
This software is licensed under terms that can be found in the LICENSE file in the root directory of this software component. If no LICENSE file comes with this software, it is provided AS-IS.
Definition in file stm32l4xx_ll_swpmi.c.
#define assert_param | ( | expr | ) | ((void)0U) |
Definition at line 26 of file stm32l4xx_ll_swpmi.c.
Referenced by LL_SWPMI_DeInit(), and LL_SWPMI_Init().