ChibiOS/HAL  7.0.3
RTCDriver Struct Reference

Structure representing an RTC driver. More...

#include <hal_rtc.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 145 of file hal_rtc.h.

Field Documentation

const struct RTCDriverVMT* RTCDriver::vmt

Virtual Methods Table.

Definition at line 150 of file hal_rtc.h.

Referenced by rtcObjectInit().