HP85 GPIB Disk Emulator
1.0
HP85GPIBDiskEmulator
|
Go to the documentation of this file.
21 #define DS1307_REG_SIZE 8
26 int8_t
i2c_rtc_write ( uint8_t address , uint8_t ind , uint8_t *buf , uint8_t len );
27 int8_t
i2c_rtc_read ( uint8_t address , uint8_t ind , uint8_t *buf , uint8_t len );
uint8_t rtc_init(int force, time_t seconds)
Initialize DS1307 rtc if not initialied - or if forced.
uint8_t BINtoBCD(uint8_t data)
RTC BCD conversion functions.
void i2c_rtc_init(void)
RTC I2C initialization code.
int8_t rtc_run_test(void)
DS1307 run test.
int8_t i2c_rtc_read(uint8_t address, uint8_t ind, uint8_t *buf, uint8_t len)
RTC I2C READ function.
uint8_t rtc_write(tm_t *t)
RTC functions.
Master Include for FatFs, RTC, Timers AVR8 - Part of HP85 disk emulator.
uint8_t BCDtoBIN(uint8_t data)
Convert two "digit" BCD number to binary.
int8_t i2c_rtc_write(uint8_t address, uint8_t ind, uint8_t *buf, uint8_t len)
RTC HAL.
uint32_t time_t
type of EPOCH result.
int rtc_run(int run)
Set DS1307 run state.
uint8_t rtc_read(tm_t *t)
Read DS1307 RTC into POSIX struct tm * structure.