_rtc_handle_t Struct Reference

rtc handle definition More...

#include <gr55xx_hal_rtc.h>

Public Attributes

rtc_regs_t * p_instance
 
rtc_init_t init
 
tick_handle_t tick
 
alarm_handle_t alarm
 
hal_lock_t lock
 
__IO hal_rtc_state_t state
 
__IO uint32_t error_code
 

Detailed Description

rtc handle definition

Definition at line 231 of file gr55xx_hal_rtc.h.

Member Data Documentation

◆ alarm

alarm_handle_t _rtc_handle_t::alarm

alarm_handle

Definition at line 239 of file gr55xx_hal_rtc.h.

◆ error_code

__IO uint32_t _rtc_handle_t::error_code

RTC Error code

Definition at line 245 of file gr55xx_hal_rtc.h.

◆ init

rtc_init_t _rtc_handle_t::init

RTC required parameters

Definition at line 235 of file gr55xx_hal_rtc.h.

◆ lock

hal_lock_t _rtc_handle_t::lock

RTC locking object

Definition at line 241 of file gr55xx_hal_rtc.h.

◆ p_instance

rtc_regs_t* _rtc_handle_t::p_instance

Register base address

Definition at line 233 of file gr55xx_hal_rtc.h.

◆ state

__IO hal_rtc_state_t _rtc_handle_t::state

Time communication state

Definition at line 243 of file gr55xx_hal_rtc.h.

◆ tick

tick_handle_t _rtc_handle_t::tick

tick_handle

Definition at line 237 of file gr55xx_hal_rtc.h.


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