IS31FL3733 Async Driver 1.0.0
Asynchronous DMA-driven IS31FL3733 LED driver for Arduino SAMD
Loading...
Searching...
No Matches
Public Attributes | List of all members
IS31FL3733::ABMConfig Struct Reference

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)
 

Detailed Description

High-level ABM configuration values before register packing.

Packed by ConfigureABM() as:

Definition at line 254 of file is31fl3733.hpp.

Member Data Documentation

◆ T1

AbmT1 IS31FL3733::ABMConfig::T1

Fade-in segment duration selector.

Definition at line 255 of file is31fl3733.hpp.

Referenced by IS31FL3733::IS31FL3733::ConfigureABM().

◆ T2

AbmT2 IS31FL3733::ABMConfig::T2

Hold-high segment duration selector.

Definition at line 256 of file is31fl3733.hpp.

Referenced by IS31FL3733::IS31FL3733::ConfigureABM().

◆ T3

AbmT3 IS31FL3733::ABMConfig::T3

Fade-out segment duration selector.

Definition at line 257 of file is31fl3733.hpp.

Referenced by IS31FL3733::IS31FL3733::ConfigureABM().

◆ T4

AbmT4 IS31FL3733::ABMConfig::T4

Off-time segment duration selector.

Definition at line 258 of file is31fl3733.hpp.

Referenced by IS31FL3733::IS31FL3733::ConfigureABM().

◆ Tbegin

AbmLoopBegin IS31FL3733::ABMConfig::Tbegin

Loop begin segment selector.

Definition at line 259 of file is31fl3733.hpp.

Referenced by IS31FL3733::IS31FL3733::ConfigureABM().

◆ Tend

AbmLoopEnd IS31FL3733::ABMConfig::Tend

Loop end segment selector.

Definition at line 260 of file is31fl3733.hpp.

Referenced by IS31FL3733::IS31FL3733::ConfigureABM().

◆ Times

uint16_t IS31FL3733::ABMConfig::Times

Loop count (0 = kAbmLoopForever, max = kAbmLoopTimesMax)

Definition at line 261 of file is31fl3733.hpp.

Referenced by IS31FL3733::IS31FL3733::ConfigureABM().


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