Sapphire SoC DS Sapphire SoC UG Sapphire HP SoC DS Sapphire HP SoC UG RISC-V Embedded IDE UG Board Support Package
Loading...
Searching...
No Matches

Overview

Enums used by the driver.

Callback Enums

Enums used for driver callback handling.

Note
Used to indicate success or failure of RTC operations.
enum  rtc_status_t { RTC_OK = 0 , RTC_ERR = 1 , RTC_USER_ERR = 2 , RTC_SKIP = 3 }
 RTC Status List. More...

Enumeration Type Documentation

◆ rtc_status_t

#include <rtc.h>

RTC Status List.

Note
Used to indicate the status of RTC operations.
Enumerator
RTC_OK 

Successful Operation *‍/.

RTC_ERR 

Failed to retrieve/write value *‍/.

RTC_USER_ERR 

User provide wrong input *‍/.

RTC_SKIP 

Skip the function *‍/.

Definition at line 60 of file rtc.h.