|
TM STM32F4xx Libraries
v1.0.0
Libraries for STM32F4xx devices from Tilen Majerle
|
Library defines. More...
Macros | |
| #define | DS1307_I2C I2C1 |
| #define | DS1307_I2C_PINSPACK TM_I2C_PinsPack_1 |
| #define | DS1307_I2C_CLOCK 100000 |
| #define | DS1307_I2C_ADDR 0xD0 |
| #define | DS1307_SECONDS 0x00 |
| #define | DS1307_MINUTES 0x01 |
| #define | DS1307_HOURS 0x02 |
| #define | DS1307_DAY 0x03 |
| #define | DS1307_DATE 0x04 |
| #define | DS1307_MONTH 0x05 |
| #define | DS1307_YEAR 0x06 |
| #define | DS1307_CONTROL 0x07 |
| #define | DS1307_CONTROL_OUT 7 |
| #define | DS1307_CONTROL_SQWE 4 |
| #define | DS1307_CONTROL_RS1 1 |
| #define | DS1307_CONTROL_RS0 0 |
Library defines.