Open Model Railroad Network (OpenMRN)
Loading...
Searching...
No Matches
PCA9685PWM::LedCtl::Off Union Reference

Public Member Functions

 Off ()
 Constructor.
 

Public Attributes

uint16_t word
 full word data
 
struct { 
 
   uint16_t   counts: 12 
 turn off counts More...
 
   uint16_t   fullOff: 1 
 set if full off More...
 
   uint16_t   unused: 3 
 unused More...
 
};  
 

Detailed Description

Definition at line 190 of file PCA9685PWM.hxx.

Constructor & Destructor Documentation

◆ Off()

PCA9685PWM::LedCtl::Off::Off ( )
inline

Constructor.

Definition at line 193 of file PCA9685PWM.hxx.

Member Data Documentation

◆ counts

uint16_t PCA9685PWM::LedCtl::Off::counts

turn off counts

Definition at line 200 of file PCA9685PWM.hxx.

◆ fullOff

uint16_t PCA9685PWM::LedCtl::Off::fullOff

set if full off

Definition at line 201 of file PCA9685PWM.hxx.

◆ unused

uint16_t PCA9685PWM::LedCtl::Off::unused

unused

Definition at line 202 of file PCA9685PWM.hxx.

◆ word

uint16_t PCA9685PWM::LedCtl::Off::word

full word data

Definition at line 197 of file PCA9685PWM.hxx.


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