Parameters passed during LED_open()
Forward declaration of LED_Params_s.
Data Fields | |
uint32_t | gpioBaseAddr |
uint32_t | gpioPinNum |
uint32_t | i2cInstance |
uint32_t | i2cAddress |
uint32_t | ioIndex |
uint32_t LED_Params::gpioBaseAddr |
Underlying GPIO instance that is used by the LED driver incase of GPIO controlled LED
uint32_t LED_Params::gpioPinNum |
GPIO pin to be used
uint32_t LED_Params::i2cInstance |
Underlying peripheral driver instance that is used by the LED driver incase of I2C controlled LED
uint32_t LED_Params::i2cAddress |
I2C address for IO expander or external LED driver
uint32_t LED_Params::ioIndex |
Index to the IO expander which needs to be set/reset. Applicable only for IO expander based LED.