rtc handle definition More...
#include <gr533x_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 |
rtc handle definition
Definition at line 283 of file gr533x_hal_rtc.h.
| alarm_handle_t _rtc_handle_t::alarm |
alarm_handle
Definition at line 291 of file gr533x_hal_rtc.h.
| __IO uint32_t _rtc_handle_t::error_code |
RTC Error code
Definition at line 297 of file gr533x_hal_rtc.h.
| rtc_init_t _rtc_handle_t::init |
RTC required parameters
Definition at line 287 of file gr533x_hal_rtc.h.
| hal_lock_t _rtc_handle_t::lock |
RTC locking object
Definition at line 293 of file gr533x_hal_rtc.h.
| rtc_regs_t* _rtc_handle_t::p_instance |
Register base address
Definition at line 285 of file gr533x_hal_rtc.h.
| __IO hal_rtc_state_t _rtc_handle_t::state |
Time communication state
Definition at line 295 of file gr533x_hal_rtc.h.
| tick_handle_t _rtc_handle_t::tick |
tick_handle
Definition at line 289 of file gr533x_hal_rtc.h.