43#if defined(USE_FULL_DDL_DRIVER)
52#define ASSERT_PARAM(_PARAM_) ((void)0U)
88 LPTMR_InitStruct->
Prescaler = (uint16_t)0x0000;
101 ErrorStatus result = SUCCESS;
G32 assert template file. This file should be copied to the application folder and renamed to g32_ass...
Header file of LPTMR DDL module.
Header file of RCM DDL module.
void DDL_LPTMR_StructInit(DDL_LPTMR_InitTypeDef *LPTMR_InitStruct)
Set the fields of the time base unit configuration data structure to their default values.
ErrorStatus DDL_LPTMR_DeInit(LPTMR_TypeDef *LPTMRx)
Set LPTMRx registers to their reset values.
ErrorStatus DDL_LPTMR_Init(LPTMR_TypeDef *LPTMRx, DDL_LPTMR_InitTypeDef *LPTMR_InitStruct)
Configure the LPTMRx time base unit.
__STATIC_INLINE void DDL_LPTMR_SetPrescaler(LPTMR_TypeDef *LPTMRx, uint32_t Prescaler)
Set the prescaler value.
__STATIC_INLINE void DDL_LPTMR_SetWakeUpValue(LPTMR_TypeDef *LPTMRx, uint32_t Value)
Set the wake up value.
LPTMR Time Base configuration structure definition.