Loading...
Searching...
No Matches
dsp0401_params_t Struct Reference

Device initialization parameters. More...

Detailed Description

Device initialization parameters.

Definition at line 47 of file dsp0401.h.

#include <dsp0401.h>

Data Fields

gpio_t sdi
 Data input pin.
 
gpio_t clk
 Clock pin.
 
gpio_t lat
 Latch pin.
 
pwm_t pwm
 PWM device.
 
uint8_t pwm_channel
 PWM device channel.
 
uint8_t brightness
 LED brightness.
 
uint8_t module_count
 Number of connected modules.
 

Field Documentation

◆ brightness

uint8_t dsp0401_params_t::brightness

LED brightness.

Definition at line 53 of file dsp0401.h.

◆ clk

gpio_t dsp0401_params_t::clk

Clock pin.

Definition at line 49 of file dsp0401.h.

◆ lat

gpio_t dsp0401_params_t::lat

Latch pin.

Definition at line 50 of file dsp0401.h.

◆ module_count

uint8_t dsp0401_params_t::module_count

Number of connected modules.

Definition at line 54 of file dsp0401.h.

◆ pwm

pwm_t dsp0401_params_t::pwm

PWM device.

Definition at line 51 of file dsp0401.h.

◆ pwm_channel

uint8_t dsp0401_params_t::pwm_channel

PWM device channel.

Definition at line 52 of file dsp0401.h.

◆ sdi

gpio_t dsp0401_params_t::sdi

Data input pin.

Definition at line 48 of file dsp0401.h.


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