ChibiOS/HAL  6.1.0
RTCDriver Struct Reference

Structure representing an RTC driver. More...

#include <hal_rtc_lld.h>

Collaboration diagram for RTCDriver:
Collaboration graph

Data Fields

const struct RTCDriverVMTvmt
 Virtual Methods Table. More...
 

Detailed Description

Structure representing an RTC driver.

Definition at line 130 of file hal_rtc_lld.h.

Field Documentation

const struct RTCDriverVMT* RTCDriver::vmt

Virtual Methods Table.

Definition at line 135 of file hal_rtc_lld.h.

Referenced by rtcObjectInit().