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

LPTIM IRQ handler and callbacks

LPTIM IRQ handler and callbacks
[LPTIM Exported Functions]

LPTIM IRQ handler. More...

Functions

void HAL_LPTIM_IRQHandler (LPTIM_HandleTypeDef *hlptim)
 Handle LPTIM interrupt request.
__weak void HAL_LPTIM_CompareMatchCallback (LPTIM_HandleTypeDef *hlptim)
 Compare match callback in non-blocking mode.
__weak void HAL_LPTIM_AutoReloadMatchCallback (LPTIM_HandleTypeDef *hlptim)
 Autoreload match callback in non-blocking mode.
__weak void HAL_LPTIM_TriggerCallback (LPTIM_HandleTypeDef *hlptim)
 Trigger detected callback in non-blocking mode.
__weak void HAL_LPTIM_CompareWriteCallback (LPTIM_HandleTypeDef *hlptim)
 Compare write callback in non-blocking mode.
__weak void HAL_LPTIM_AutoReloadWriteCallback (LPTIM_HandleTypeDef *hlptim)
 Autoreload write callback in non-blocking mode.
__weak void HAL_LPTIM_DirectionUpCallback (LPTIM_HandleTypeDef *hlptim)
 Direction counter changed from Down to Up callback in non-blocking mode.
__weak void HAL_LPTIM_DirectionDownCallback (LPTIM_HandleTypeDef *hlptim)
 Direction counter changed from Up to Down callback in non-blocking mode.

Detailed Description

LPTIM IRQ handler.

  ==============================================================================
                      ##### LPTIM IRQ handler and callbacks  #####
  ==============================================================================  
[..]  This section provides LPTIM IRQ handler and callback functions called within 
      the IRQ handler.


Function Documentation

__weak void HAL_LPTIM_AutoReloadMatchCallback ( LPTIM_HandleTypeDef *  hlptim )

Autoreload match callback in non-blocking mode.

Parameters:
hlptim: LPTIM handle
Return values:
None

Definition at line 1531 of file stm32l4xx_hal_lptim.c.

__weak void HAL_LPTIM_AutoReloadWriteCallback ( LPTIM_HandleTypeDef *  hlptim )

Autoreload write callback in non-blocking mode.

Parameters:
hlptim: LPTIM handle
Return values:
None

Definition at line 1567 of file stm32l4xx_hal_lptim.c.

__weak void HAL_LPTIM_CompareMatchCallback ( LPTIM_HandleTypeDef *  hlptim )

Compare match callback in non-blocking mode.

Parameters:
hlptim: LPTIM handle
Return values:
None

Definition at line 1519 of file stm32l4xx_hal_lptim.c.

__weak void HAL_LPTIM_CompareWriteCallback ( LPTIM_HandleTypeDef *  hlptim )

Compare write callback in non-blocking mode.

Parameters:
hlptim: LPTIM handle
Return values:
None

Definition at line 1555 of file stm32l4xx_hal_lptim.c.

__weak void HAL_LPTIM_DirectionDownCallback ( LPTIM_HandleTypeDef *  hlptim )

Direction counter changed from Up to Down callback in non-blocking mode.

Parameters:
hlptim: LPTIM handle
Return values:
None

Definition at line 1591 of file stm32l4xx_hal_lptim.c.

__weak void HAL_LPTIM_DirectionUpCallback ( LPTIM_HandleTypeDef *  hlptim )

Direction counter changed from Down to Up callback in non-blocking mode.

Parameters:
hlptim: LPTIM handle
Return values:
None

Definition at line 1579 of file stm32l4xx_hal_lptim.c.

void HAL_LPTIM_IRQHandler ( LPTIM_HandleTypeDef *  hlptim )

Handle LPTIM interrupt request.

Parameters:
hlptim,:LPTIM handle
Return values:
None

Definition at line 1420 of file stm32l4xx_hal_lptim.c.

__weak void HAL_LPTIM_TriggerCallback ( LPTIM_HandleTypeDef *  hlptim )

Trigger detected callback in non-blocking mode.

Parameters:
hlptim: LPTIM handle
Return values:
None

Definition at line 1543 of file stm32l4xx_hal_lptim.c.