![]() |
G32R430 Device Driver Layer v1.0.4
G32R4xx Device Driver Layer API Reference
|
LPTMR Time Base configuration structure definition. More...
#include <g32r4xx_ddl_lptmr.h>
Data Fields | |
| uint16_t | Prescaler |
| uint32_t | WakeUpValue |
LPTMR Time Base configuration structure definition.
Definition at line 77 of file g32r4xx_ddl_lptmr.h.
| 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.
| 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.