STM32L443xx HAL User Manual
|
LPTIM LL module driver. More...
#include "stm32l4xx_ll_lptim.h"
#include "stm32l4xx_ll_bus.h"
#include "stm32l4xx_ll_rcc.h"
Go to the source code of this file.
Defines | |
#define | assert_param(expr) ((void)0U) |
#define | IS_LL_LPTIM_CLOCK_SOURCE(__VALUE__) |
#define | IS_LL_LPTIM_CLOCK_PRESCALER(__VALUE__) |
#define | IS_LL_LPTIM_WAVEFORM(__VALUE__) |
#define | IS_LL_LPTIM_OUTPUT_POLARITY(__VALUE__) |
Functions | |
ErrorStatus | LL_LPTIM_DeInit (LPTIM_TypeDef *LPTIMx) |
Set LPTIMx registers to their reset values. | |
void | LL_LPTIM_StructInit (LL_LPTIM_InitTypeDef *LPTIM_InitStruct) |
Set each fields of the LPTIM_InitStruct structure to its default value. | |
ErrorStatus | LL_LPTIM_Init (LPTIM_TypeDef *LPTIMx, LL_LPTIM_InitTypeDef *LPTIM_InitStruct) |
Configure the LPTIMx peripheral according to the specified parameters. | |
void | LL_LPTIM_Disable (LPTIM_TypeDef *LPTIMx) |
Disable the LPTIM instance. |
LPTIM 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_lptim.c.
#define assert_param | ( | expr | ) | ((void)0U) |
Definition at line 29 of file stm32l4xx_ll_lptim.c.
Referenced by LL_LPTIM_DeInit(), LL_LPTIM_Disable(), and LL_LPTIM_Init().