_rtc_handle_t Struct Reference

rtc handle definition More...

#include <hal_rtc.h>

Public Attributes

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

Detailed Description

rtc handle definition

Definition at line 283 of file hal_rtc.h.

Member Data Documentation

◆ alarm

alarm_handle_t _rtc_handle_t::alarm

alarm_handle

Definition at line 291 of file hal_rtc.h.

◆ error_code

__IO uint32_t _rtc_handle_t::error_code

RTC Error code

Definition at line 295 of file hal_rtc.h.

◆ init

rtc_init_t _rtc_handle_t::init

RTC required parameters

Definition at line 287 of file hal_rtc.h.

◆ p_instance

rtc_regs_t* _rtc_handle_t::p_instance

Register base address

Definition at line 285 of file hal_rtc.h.

◆ state

__IO hal_rtc_state_t _rtc_handle_t::state

Time communication state

Definition at line 293 of file hal_rtc.h.

◆ tick

tick_handle_t _rtc_handle_t::tick

tick_handle

Definition at line 289 of file hal_rtc.h.


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