rtcc_hw

Support for builtin RealTimeClockCalendar (RTCC) module of 18FxxJxx.

Author Rob Hamerling, Copyright © 2010..2015, all rights reserved.
Adapted-by
Compiler 2.4q3

Description

RealTimeClock support:
  - Routines for control of the buitin Realtime Clock Calendar module of 
    18fxxj11, 18fxxj50 and other smilar PICs.
.
his library provides the device specific interface for the services 
defined in the rtc_common library, ic functions and procedures for
the realtime clock time and date services.
in addition it contains procedures and functions for the alarm and 
some other facilities of the RTCC module, like:
.
  - rtc_set_alarm()              -- enable/disable alarm
  - rtc_get_alarm_date_bcd()     -- alarm month,day (bcd), no year!
  - rtc_set_alarm_date_bcd()
  - rtc_get_alarm_time_bcd()     -- alarm hour,minute,second (bcd)
  - rtc_set_alarm_time_bcd()
  - rtc_set_alarm_interval()     -- alarm interval (binary)
  - rtc_set_alarm_repeat()       -- alarm repeat (binary)
  - rtc_set_clock()              -- enable/disable RTCC module
  - rtc_calibrate()              -- compensate crystal frequency aberration
  - rtc_pin_signal()             -- RTCC output pin signal control
.


Dependencies


Summary

Global variables/contants

Procedures

Functions


API details

Global variables/contants

Procedures

Functions


Related samples

Here are the list of samples which use this library:

18f26j1118f26j11_rtcc_hw_kbd_lcd.jal
18f27j5318f27j53_rtcc_hw_alarm.jal