Go to the documentation of this file.
35 #include "drv_digital_out.h"
36 #include "drv_digital_in.h"
37 #include "drv_i2c_master.h"
59 #define RTC17_REG_SECOND_COUNTER 0x00
60 #define RTC17_REG_MINUTE_COUNTER 0x01
61 #define RTC17_REG_HOUR_COUNTER 0x02
62 #define RTC17_REG_DAY_OF_WEEK_COUNTER 0x03
63 #define RTC17_REG_DAY_COUNTER 0x04
64 #define RTC17_REG_MONTH_COUNTER 0x05
65 #define RTC17_REG_YEAR_COUNTER 0x06
66 #define RTC17_REG_OSC_ADJ 0x07
67 #define RTC17_REG_ALARM_W_MINUTE 0x08
68 #define RTC17_REG_ALARM_W_HOUR 0x09
69 #define RTC17_REG_ALARM_W_DAY_OF_WEEK 0x0A
70 #define RTC17_REG_ALARM_D_MINUTE 0x0B
71 #define RTC17_REG_ALARM_D_HOUR 0x0C
72 #define RTC17_REG_CONTROL1 0x0E
73 #define RTC17_REG_CONTROL2 0x0F
91 #define RTC17_CONTROL1_ALARM_W_DISABLE 0x00
92 #define RTC17_CONTROL1_ALARM_W_ENABLE 0x80
93 #define RTC17_CONTROL1_ALARM_D_DISABLE 0x00
94 #define RTC17_CONTROL1_ALARM_D_ENABLE 0x40
95 #define RTC17_CONTROL1_12HOUR_TIME 0x00
96 #define RTC17_CONTROL1_24HOUR_TIME 0x20
97 #define RTC17_CONTROL1_CLOCK1_ENABLE 0x00
98 #define RTC17_CONTROL1_CLOCK1_DISABLE 0x10
99 #define RTC17_CONTROL1_TEST_NORMAL 0x00
100 #define RTC17_CONTROL1_TEST_TEST 0x08
101 #define RTC17_CONTROL1_CT_OFF 0x00
102 #define RTC17_CONTROL1_CT_FIXED_L 0x01
103 #define RTC17_CONTROL1_CT_PULSE_2HZ 0x02
104 #define RTC17_CONTROL1_CT_PULSE_1HZ 0x03
105 #define RTC17_CONTROL1_CT_EVERY_SECOND 0x04
106 #define RTC17_CONTROL1_CT_EVERY_MINUTE 0x05
107 #define RTC17_CONTROL1_CT_EVERY_HOUR 0x06
108 #define RTC17_CONTROL1_CT_EVERY_MONTH 0x07
114 #define RTC17_CONTROL2_VDSL_2p1V 0x00
115 #define RTC17_CONTROL2_VDSL_1p6V 0x80
116 #define RTC17_CONTROL2_VDET_ABOVE 0x00
117 #define RTC17_CONTROL2_VDET_BELOW 0x40
118 #define RTC17_CONTROL2_SCRATCH_BIT 0x20
119 #define RTC17_CONTROL2_XSTP_NORMAL 0x00
120 #define RTC17_CONTROL2_XSTP_HALT 0x10
121 #define RTC17_CONTROL2_CLOCK2_ENABLE 0x00
122 #define RTC17_CONTROL2_CLOCK2_DISABLE 0x08
123 #define RTC17_CONTROL2_CLEAR_INTERRUPT 0x04
124 #define RTC17_CONTROL2_CLEAR_ALARM_W 0x02
125 #define RTC17_CONTROL2_CLEAR_ALARM_D 0x01
131 #define RTC17_MONDAY 0x00
132 #define RTC17_TUESDAY 0x01
133 #define RTC17_WEDNESDAY 0x02
134 #define RTC17_THURSDAY 0x03
135 #define RTC17_FRIDAY 0x04
136 #define RTC17_SATURDAY 0x05
137 #define RTC17_SUNDAY 0x06
144 #define RTC17_SET_DEVICE_ADDRESS 0x32
162 #define RTC17_MAP_MIKROBUS( cfg, mikrobus ) \
163 cfg.scl = MIKROBUS( mikrobus, MIKROBUS_SCL ); \
164 cfg.sda = MIKROBUS( mikrobus, MIKROBUS_SDA ); \
165 cfg.int_pin = MIKROBUS( mikrobus, MIKROBUS_INT )
uint8_t day_of_week
Definition: rtc17.h:223
uint8_t day
Definition: rtc17.h:224
uint8_t second
Definition: rtc17.h:210
err_t rtc17_read_time(rtc17_t *ctx, rtc17_time_t *time)
RTC 17 read time function.
rtc17_return_value_t
RTC 17 Click return value data.
Definition: rtc17.h:235
pin_name_t int_pin
Definition: rtc17.h:196
@ RTC17_OK
Definition: rtc17.h:236
pin_name_t sda
Definition: rtc17.h:194
uint8_t i2c_address
Definition: rtc17.h:199
uint8_t month
Definition: rtc17.h:225
err_t rtc17_set_time(rtc17_t *ctx, rtc17_time_t *time)
RTC 17 set time function.
@ RTC17_ERROR
Definition: rtc17.h:237
pin_name_t scl
Definition: rtc17.h:193
err_t rtc17_set_date(rtc17_t *ctx, rtc17_date_t *date)
RTC 17 set date function.
uint32_t i2c_speed
Definition: rtc17.h:198
err_t rtc17_clear_interrupts(rtc17_t *ctx)
RTC 17 clear interrupts function.
i2c_master_t i2c
Definition: rtc17.h:180
err_t rtc17_read_register(rtc17_t *ctx, uint8_t reg, uint8_t *data_out)
RTC 17 read register function.
digital_in_t int_pin
Definition: rtc17.h:177
uint8_t rtc17_get_int_pin(rtc17_t *ctx)
RTC 17 get int pin function.
RTC 17 Click context object.
Definition: rtc17.h:175
RTC 17 Click time object.
Definition: rtc17.h:209
uint8_t year
Definition: rtc17.h:226
RTC 17 Click configuration object.
Definition: rtc17.h:192
uint8_t minute
Definition: rtc17.h:211
err_t rtc17_init(rtc17_t *ctx, rtc17_cfg_t *cfg)
RTC 17 initialization function.
err_t rtc17_default_cfg(rtc17_t *ctx)
RTC 17 default configuration function.
uint8_t hour
Definition: rtc17.h:212
RTC 17 Click date object.
Definition: rtc17.h:222
err_t rtc17_write_multiple_registers(rtc17_t *ctx, uint8_t reg, uint8_t *tx_buf, uint8_t tx_len)
RTC 17 write multiple registers function.
void rtc17_cfg_setup(rtc17_cfg_t *cfg)
RTC 17 configuration object setup function.
err_t rtc17_read_date(rtc17_t *ctx, rtc17_date_t *date)
RTC 17 read date function.
err_t rtc17_write_register(rtc17_t *ctx, uint8_t reg, uint8_t data_in)
RTC 17 write register function.
uint8_t slave_address
Definition: rtc17.h:183
err_t rtc17_read_multiple_registers(rtc17_t *ctx, uint8_t reg, uint8_t *rx_buf, uint8_t rx_len)
RTC 17 read multiple registers function.