|
IS31FL3733 Async Driver 1.0.0
Asynchronous DMA-driven IS31FL3733 LED driver for Arduino SAMD
|
High-level ABM configuration values before register packing. More...
#include <is31fl3733.hpp>
Public Attributes | |
| AbmT1 | T1 |
| Fade-in segment duration selector. | |
| AbmT2 | T2 |
| Hold-high segment duration selector. | |
| AbmT3 | T3 |
| Fade-out segment duration selector. | |
| AbmT4 | T4 |
| Off-time segment duration selector. | |
| AbmLoopBegin | Tbegin |
| Loop begin segment selector. | |
| AbmLoopEnd | Tend |
| Loop end segment selector. | |
| uint16_t | Times |
| Loop count (0 = kAbmLoopForever, max = kAbmLoopTimesMax) | |
High-level ABM configuration values before register packing.
Packed by ConfigureABM() as:
Definition at line 254 of file is31fl3733.hpp.
| AbmT1 IS31FL3733::ABMConfig::T1 |
Fade-in segment duration selector.
Definition at line 255 of file is31fl3733.hpp.
Referenced by IS31FL3733::IS31FL3733::ConfigureABM().
| AbmT2 IS31FL3733::ABMConfig::T2 |
Hold-high segment duration selector.
Definition at line 256 of file is31fl3733.hpp.
Referenced by IS31FL3733::IS31FL3733::ConfigureABM().
| AbmT3 IS31FL3733::ABMConfig::T3 |
Fade-out segment duration selector.
Definition at line 257 of file is31fl3733.hpp.
Referenced by IS31FL3733::IS31FL3733::ConfigureABM().
| AbmT4 IS31FL3733::ABMConfig::T4 |
Off-time segment duration selector.
Definition at line 258 of file is31fl3733.hpp.
Referenced by IS31FL3733::IS31FL3733::ConfigureABM().
| AbmLoopBegin IS31FL3733::ABMConfig::Tbegin |
Loop begin segment selector.
Definition at line 259 of file is31fl3733.hpp.
Referenced by IS31FL3733::IS31FL3733::ConfigureABM().
| AbmLoopEnd IS31FL3733::ABMConfig::Tend |
Loop end segment selector.
Definition at line 260 of file is31fl3733.hpp.
Referenced by IS31FL3733::IS31FL3733::ConfigureABM().
| uint16_t IS31FL3733::ABMConfig::Times |
Loop count (0 = kAbmLoopForever, max = kAbmLoopTimesMax)
Definition at line 261 of file is31fl3733.hpp.
Referenced by IS31FL3733::IS31FL3733::ConfigureABM().