Loading...
Searching...
No Matches
pca9633_params_t Struct Reference

PCA9633 device initialization parameters. More...

Detailed Description

PCA9633 device initialization parameters.

Definition at line 48 of file pca9633.h.

#include <pca9633.h>

Data Fields

i2c_t i2c_dev
 I2C device.
 
uint16_t i2c_addr
 I2C address of device.
 
uint8_t reg_pwm_red
 Register for red color.
 
uint8_t reg_pwm_green
 Register for green color.
 
uint8_t reg_pwm_blue
 Register for blue color.
 
uint8_t reg_pwm_amber
 Register for amber color.
 
bool has_amber_channel
 Whether PCA9633 has fourth channel.
 

Field Documentation

◆ has_amber_channel

bool pca9633_params_t::has_amber_channel

Whether PCA9633 has fourth channel.

Definition at line 57 of file pca9633.h.

◆ i2c_addr

uint16_t pca9633_params_t::i2c_addr

I2C address of device.

Definition at line 50 of file pca9633.h.

◆ i2c_dev

i2c_t pca9633_params_t::i2c_dev

I2C device.

Definition at line 49 of file pca9633.h.

◆ reg_pwm_amber

uint8_t pca9633_params_t::reg_pwm_amber

Register for amber color.

Definition at line 55 of file pca9633.h.

◆ reg_pwm_blue

uint8_t pca9633_params_t::reg_pwm_blue

Register for blue color.

Definition at line 54 of file pca9633.h.

◆ reg_pwm_green

uint8_t pca9633_params_t::reg_pwm_green

Register for green color.

Definition at line 53 of file pca9633.h.

◆ reg_pwm_red

uint8_t pca9633_params_t::reg_pwm_red

Register for red color.

Definition at line 52 of file pca9633.h.


The documentation for this struct was generated from the following file: