_calendar_handle Struct Reference

CALENDAR handle Structure definition. More...

#include <gr55xx_hal_calendar.h>

Public Attributes

calendar_time_t time_init
 Specifies the Calendar inital time. More...
 
calendar_alarm_t alarm
 Specifies the Calendar date alarm. More...
 
hal_lock_t lock
 Specifies the Calendar locking object. More...
 
uint32_t prev_ms
 Accumulated millisecond count . More...
 
uint32_t interval
 Specifies the Calendar milliseconds alarm. More...
 
uint8_t mode
 Specifies the Calendar alarm mode. More...
 
uint8_t sec
 The seconds for the date alarm. More...
 
uint16_t ms
 The milliseconds for the date alarm. More...
 
hal_calender_state_t state
 Calendar state. More...
 

Detailed Description

CALENDAR handle Structure definition.

Definition at line 151 of file gr55xx_hal_calendar.h.

Member Data Documentation

◆ alarm

calendar_alarm_t _calendar_handle::alarm

Specifies the Calendar date alarm.

Definition at line 155 of file gr55xx_hal_calendar.h.

◆ interval

uint32_t _calendar_handle::interval

Specifies the Calendar milliseconds alarm.

Definition at line 161 of file gr55xx_hal_calendar.h.

◆ lock

hal_lock_t _calendar_handle::lock

Specifies the Calendar locking object.

Definition at line 157 of file gr55xx_hal_calendar.h.

◆ mode

uint8_t _calendar_handle::mode

Specifies the Calendar alarm mode.

Definition at line 163 of file gr55xx_hal_calendar.h.

◆ ms

uint16_t _calendar_handle::ms

The milliseconds for the date alarm.

Definition at line 167 of file gr55xx_hal_calendar.h.

◆ prev_ms

uint32_t _calendar_handle::prev_ms

Accumulated millisecond count .

Definition at line 159 of file gr55xx_hal_calendar.h.

◆ sec

uint8_t _calendar_handle::sec

The seconds for the date alarm.

Definition at line 165 of file gr55xx_hal_calendar.h.

◆ state

hal_calender_state_t _calendar_handle::state

Calendar state.

Definition at line 169 of file gr55xx_hal_calendar.h.

◆ time_init

calendar_time_t _calendar_handle::time_init

Specifies the Calendar inital time.

Definition at line 153 of file gr55xx_hal_calendar.h.


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