Hal Drivers for L4

Dependents:   BSP OneHopeOnePrayer FINAL_AUDIO_RECORD AudioDemo

Fork of STM32L4xx_HAL_Driver by Senior Design: Sound Monitor

Embed: (wiki syntax)

« Back to documentation index

Initialization/de-initialization methods

Initialization/de-initialization methods
[SWPMI Exported Functions]

Initialization and Configuration functions. More...

Functions

HAL_StatusTypeDef HAL_SWPMI_Init (SWPMI_HandleTypeDef *hswpmi)
 Initialize the SWPMI peripheral according to the specified parameters in the SWPMI_InitTypeDef.
HAL_StatusTypeDef HAL_SWPMI_DeInit (SWPMI_HandleTypeDef *hswpmi)
 De-initialize the SWPMI peripheral.
__weak void HAL_SWPMI_MspInit (SWPMI_HandleTypeDef *hswpmi)
 Initialize the SWPMI MSP.
__weak void HAL_SWPMI_MspDeInit (SWPMI_HandleTypeDef *hswpmi)
 DeInitialize the SWPMI MSP.

Detailed Description

Initialization and Configuration functions.

 ===============================================================================
            ##### Initialization and Configuration functions #####
 ===============================================================================
    [..]  This section provides functions allowing to:
      (+) Initialize and configure the SWPMI peripheral.
      (+) De-initialize the SWPMI peripheral.


Function Documentation

HAL_StatusTypeDef HAL_SWPMI_DeInit ( SWPMI_HandleTypeDef *  hswpmi )

De-initialize the SWPMI peripheral.

Parameters:
hswpmi,:SWPMI handle
Return values:
HALstatus

Definition at line 205 of file stm32l4xx_hal_swpmi.c.

HAL_StatusTypeDef HAL_SWPMI_Init ( SWPMI_HandleTypeDef *  hswpmi )

Initialize the SWPMI peripheral according to the specified parameters in the SWPMI_InitTypeDef.

Parameters:
hswpmi,:SWPMI handle
Return values:
HALstatus

Definition at line 145 of file stm32l4xx_hal_swpmi.c.

__weak void HAL_SWPMI_MspDeInit ( SWPMI_HandleTypeDef *  hswpmi )

DeInitialize the SWPMI MSP.

Parameters:
hswpmi,:SWPMI handle
Return values:
None

Definition at line 255 of file stm32l4xx_hal_swpmi.c.

__weak void HAL_SWPMI_MspInit ( SWPMI_HandleTypeDef *  hswpmi )

Initialize the SWPMI MSP.

Parameters:
hswpmi,:SWPMI handle
Return values:
None

Definition at line 243 of file stm32l4xx_hal_swpmi.c.