G32R430 Device Driver Layer v1.0.4
G32R4xx Device Driver Layer API Reference
DDL_LPTMR_InitTypeDef Struct Reference

LPTMR Time Base configuration structure definition. More...

#include <g32r4xx_ddl_lptmr.h>

Data Fields

uint16_t Prescaler
uint32_t WakeUpValue

Detailed Description

LPTMR Time Base configuration structure definition.

Definition at line 77 of file g32r4xx_ddl_lptmr.h.

Field Documentation

◆ Prescaler

uint16_t DDL_LPTMR_InitTypeDef::Prescaler

Specifies the prescaler value used to divide the LPTMR clock. This parameter can be a number between Min_Data=0x0 and Max_Data=0xF.

This feature can be modified afterwards using unitary function DDL_LPTMR_SetPrescaler().

Definition at line 79 of file g32r4xx_ddl_lptmr.h.

◆ WakeUpValue

uint32_t DDL_LPTMR_InitTypeDef::WakeUpValue

Specifies the wake up value to generate wake up interrupt. This parameter must be a number between Min_Data=0x0000 and Max_Data=0xFFFF.

This feature can be modified afterwards using unitary function DDL_LPTMR_SetWakeUpValue().

Definition at line 85 of file g32r4xx_ddl_lptmr.h.


The documentation for this struct was generated from the following file: