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

Data Fields | |
| uPCA9532_REG__LS | LS |
| LED selector registers. | |
| struct { | |
| I2C_slave_t * slave_inst | |
| Slave structure. More... | |
| PeripheralGPIO_t RST_GPIO | |
| Reset GPIO struct. More... | |
| PCA95xx_reg_inc auto_inc | |
| Auto increment configuration. More... | |
| float Freq0 | |
| Frequency set in PSC0 (in Hz). More... | |
| float Duty0 | |
| Duty Cycle set in PWM0 (in Hz). More... | |
| float Freq1 | |
| Frequency set in PSC1 (in Hz). More... | |
| float Duty1 | |
| Duty Cycle set in PWM1 (in Hz). More... | |
| } | cfg |
PCA9532 user interface struct.
| PCA95xx_reg_inc PCA9532_t::auto_inc |
Auto increment configuration.
| struct { ... } PCA9532_t::cfg |
| float PCA9532_t::Duty0 |
Duty Cycle set in PWM0 (in Hz).
| float PCA9532_t::Duty1 |
Duty Cycle set in PWM1 (in Hz).
| float PCA9532_t::Freq0 |
Frequency set in PSC0 (in Hz).
| float PCA9532_t::Freq1 |
Frequency set in PSC1 (in Hz).
| uPCA9532_REG__LS PCA9532_t::LS |
LED selector registers.
| PeripheralGPIO_t PCA9532_t::RST_GPIO |
Reset GPIO struct.
| I2C_slave_t* PCA9532_t::slave_inst |
Slave structure.