|
I2C_Drivers (ARM) 1.1
SMFSW collection of HAL I2C Drivers for ARM
|
PCF8523 user interface struct. More...
#include <PCF8523_proc.h>

Data Fields | |
| PCF8523_date | date |
| PCF8523_time | time |
| struct { | |
| I2C_slave_t * slave_inst | |
| Slave structure. More... | |
| PeripheralGPIO_t INT1_GPIO | |
| Interrupt 1 GPIO struct. More... | |
| PeripheralGPIO_t INT2_GPIO | |
| Interrupt 2 GPIO struct. More... | |
| uint8_t Src_Clock_A | |
| uint8_t Src_Clock_B | |
| bool Hour_Format | |
| 0: 24h; 1: 12h More... | |
| } | cfg |
PCF8523 user interface struct.
| struct { ... } PCF8523_t::cfg |
| PCF8523_date PCF8523_t::date |
| bool PCF8523_t::Hour_Format |
0: 24h; 1: 12h
| PeripheralGPIO_t PCF8523_t::INT1_GPIO |
Interrupt 1 GPIO struct.
| PeripheralGPIO_t PCF8523_t::INT2_GPIO |
Interrupt 2 GPIO struct.
| I2C_slave_t* PCF8523_t::slave_inst |
Slave structure.
| uint8_t PCF8523_t::Src_Clock_A |
| uint8_t PCF8523_t::Src_Clock_B |
| PCF8523_time PCF8523_t::time |