ESPHome  2024.4.0
Namespaces | Variables
tlc59208f_output.cpp File Reference

Go to the source code of this file.

Namespaces

 esphome
 This is a workaround until we can figure out a way to get the tflite-micro idf component code available in CI.
 
 esphome::tlc59208f
 

Variables

const uint8_t esphome::tlc59208f::TLC59208F_MODE1_AI2 = (1 << 7)
 
const uint8_t esphome::tlc59208f::TLC59208F_MODE1_AI1 = (1 << 6)
 
const uint8_t esphome::tlc59208f::TLC59208F_MODE1_AI0 = (1 << 5)
 
const uint8_t esphome::tlc59208f::TLC59208F_MODE1_SLEEP = (1 << 4)
 
const uint8_t esphome::tlc59208f::TLC59208F_MODE1_SUB1 = (1 << 3)
 
const uint8_t esphome::tlc59208f::TLC59208F_MODE1_SUB2 = (1 << 2)
 
const uint8_t esphome::tlc59208f::TLC59208F_MODE1_SUB3 = (1 << 1)
 
const uint8_t esphome::tlc59208f::TLC59208F_MODE1_ALLCALL = (1 << 0)
 
const uint8_t esphome::tlc59208f::TLC59208F_MODE2_DMBLNK = (1 << 5)
 
const uint8_t esphome::tlc59208f::TLC59208F_MODE2_OCH = (1 << 3)
 
const uint8_t esphome::tlc59208f::TLC59208F_MODE2_WDTEN = (1 << 2)
 
const uint8_t esphome::tlc59208f::TLC59208F_MODE2_WDT_5MS = (0 << 0)
 
const uint8_t esphome::tlc59208f::TLC59208F_MODE2_WDT_15MS = (1 << 0)
 
const uint8_t esphome::tlc59208f::TLC59208F_MODE2_WDT_25MS = (2 << 0)
 
const uint8_t esphome::tlc59208f::TLC59208F_MODE2_WDT_35MS = (3 << 0)
 
const uint8_t esphome::tlc59208f::TLC59208F_SWRST_ADDR = 0x96
 
const uint8_t esphome::tlc59208f::TLC59208F_SWRST_SEQ [2] = {0xa5, 0x5a}
 
const uint8_t esphome::tlc59208f::TLC59208F_REG_MODE1 = 0x00
 
const uint8_t esphome::tlc59208f::TLC59208F_REG_MODE2 = 0x01
 
const uint8_t esphome::tlc59208f::TLC59208F_REG_PWM0 = 0x02
 
const uint8_t esphome::tlc59208f::TLC59208F_REG_GROUPPWM = 0x0a
 
const uint8_t esphome::tlc59208f::TLC59208F_REG_GROUPFREQ = 0x0b
 
const uint8_t esphome::tlc59208f::TLC59208F_REG_LEDOUT0 = 0x0c
 
const uint8_t esphome::tlc59208f::TLC59208F_REG_LEDOUT1 = 0x0d
 
const uint8_t esphome::tlc59208f::TLC59208F_REG_SUBADR1 = 0x0e
 
const uint8_t esphome::tlc59208f::TLC59208F_REG_SUBADR2 = 0x0f
 
const uint8_t esphome::tlc59208f::TLC59208F_REG_SUBADR3 = 0x10
 
const uint8_t esphome::tlc59208f::TLC59208F_REG_ALLCALLADR = 0x11