STM32H735xx HAL User Manual
Defines | Functions
stm32h7xx_ll_swpmi.c File Reference

SWPMI LL module driver. More...

#include "stm32h7xx_ll_swpmi.h"
#include "stm32h7xx_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__) <= 255U))
#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.

Detailed Description

SWPMI LL module driver.

Author:
MCD Application Team
Attention:

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 stm32h7xx_ll_swpmi.c.


Define Documentation

#define assert_param (   expr)    ((void)0U)

Definition at line 26 of file stm32h7xx_ll_swpmi.c.

Referenced by LL_SWPMI_DeInit(), and LL_SWPMI_Init().