Hardware Abstraction Layer for FreeRTOS

#include <rtc.h>

Data Fields

bool init
 

Detailed Description

All driver shall implement this Struct

For RTC:

struct rtc {
struct rtc_generic gen;
}

Field Documentation

◆ init

bool rtc_generic::init

true = is init false = is not init


The documentation for this struct was generated from the following file:
rtc_generic
Definition: rtc.h:53