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

Data Fields | ||
| struct { | ||
| I2C_slave_t * slave_inst | ||
| Slave structure. More... | ||
| PeripheralGPIO_t OE_GPIO | ||
| Output Enable GPIO struct. More... | ||
| uint32_t Clock | ||
| Clock frequency. More... | ||
| float Frequency | ||
| Outputs frequency. More... | ||
| } | cfg | |
PCA9685 user interface struct.
| struct { ... } PCA9685_t::cfg |
| uint32_t PCA9685_t::Clock |
Clock frequency.
| float PCA9685_t::Frequency |
Outputs frequency.
| PeripheralGPIO_t PCA9685_t::OE_GPIO |
Output Enable GPIO struct.
| I2C_slave_t* PCA9685_t::slave_inst |
Slave structure.