Go to the source code of this file.
◆ RTC_DATE
◆ RTC_DAY_OF_WEEK
#define RTC_DAY_OF_WEEK 3 |
◆ rtc_get_date
Value:
static uint16_t rtc_get_datetime(uint16_t field)
Definition at line 35 of file timer.h.
◆ rtc_get_day_of_week
#define rtc_get_day_of_week |
( |
| ) |
|
Value:
Definition at line 36 of file timer.h.
◆ rtc_get_hour
Value:
Definition at line 37 of file timer.h.
◆ rtc_get_min
Value:
Definition at line 38 of file timer.h.
◆ rtc_get_month
#define rtc_get_month |
( |
| ) |
|
Value:
Definition at line 34 of file timer.h.
◆ rtc_get_sec
Value:
Definition at line 39 of file timer.h.
◆ rtc_get_year
Value:
Definition at line 33 of file timer.h.
◆ RTC_HOUR
◆ RTC_MIN
◆ RTC_MONTH
◆ RTC_SEC
◆ rtc_set_date
#define rtc_set_date |
( |
| value | ) |
|
Value:
static void rtc_set_datetime(uint16_t field, uint16_t value)
Definition at line 27 of file timer.h.
◆ rtc_set_day_of_week
#define rtc_set_day_of_week |
( |
| value | ) |
|
Value:
Definition at line 28 of file timer.h.
◆ rtc_set_hour
#define rtc_set_hour |
( |
| value | ) |
|
Value:
Definition at line 29 of file timer.h.
◆ rtc_set_min
#define rtc_set_min |
( |
| value | ) |
|
Value:
Definition at line 30 of file timer.h.
◆ rtc_set_month
#define rtc_set_month |
( |
| value | ) |
|
Value:
Definition at line 26 of file timer.h.
◆ rtc_set_sec
#define rtc_set_sec |
( |
| value | ) |
|
Value:
Definition at line 31 of file timer.h.
◆ rtc_set_year
#define rtc_set_year |
( |
| value | ) |
|
Value:
Definition at line 25 of file timer.h.
◆ RTC_YEAR
◆ TIMER_AUTOPRESET
#define TIMER_AUTOPRESET 1 |
◆ TIMER_HBLANK
◆ TIMER_ONESHOT
◆ TIMER_VBLANK
◆ rtc_disable_alarm()
static void rtc_disable_alarm |
( |
void | | ) |
|
|
inlinestatic |
◆ rtc_enable_alarm()
static void rtc_enable_alarm |
( |
uint8_t | hour, |
|
|
uint8_t | minute ) |
|
inlinestatic |
◆ rtc_get_datetime()
static uint16_t rtc_get_datetime |
( |
uint16_t | field | ) |
|
|
inlinestatic |
◆ rtc_get_datetime_struct()
void rtc_get_datetime_struct |
( |
datetime_t __far * | value | ) |
|
◆ rtc_reset()
static void rtc_reset |
( |
void | | ) |
|
|
inlinestatic |
◆ rtc_set_datetime()
static void rtc_set_datetime |
( |
uint16_t | field, |
|
|
uint16_t | value ) |
|
inlinestatic |
◆ rtc_set_datetime_struct()
void rtc_set_datetime_struct |
( |
const datetime_t __far * | value | ) |
|
◆ timer_disable()
static void timer_disable |
( |
uint8_t | type | ) |
|
|
inlinestatic |
◆ timer_enable()
static void timer_enable |
( |
uint8_t | type, |
|
|
uint16_t | reload, |
|
|
uint16_t | count ) |
|
inlinestatic |
◆ timer_get_count()
static void timer_get_count |
( |
uint8_t | type | ) |
|
|
inlinestatic |