WS2812 Signal Timing Parameters (nanoseconds)
More...
#include <esp32_ws2812_test_config.hpp>
|
| static constexpr uint16_t | T0H_NS = 300 |
| | Logic 0, high time (ns)
|
| |
| static constexpr uint16_t | T0L_NS = 900 |
| | Logic 0, low time (ns)
|
| |
| static constexpr uint16_t | T1H_NS = 900 |
| | Logic 1, high time (ns)
|
| |
| static constexpr uint16_t | T1L_NS = 300 |
| | Logic 1, low time (ns)
|
| |
| static constexpr uint16_t | RESET_US = 280 |
| | Reset/latch time (μs)
|
| |
WS2812 Signal Timing Parameters (nanoseconds)
Timing parameters for the WS2812 one-wire protocol. These are the standard WS2812B timing values. Adjust for WS2812 variants (SK6812, etc.) if needed.
◆ RESET_US
| constexpr uint16_t ws2812_test_config::SignalTiming::RESET_US = 280 |
|
staticconstexpr |
◆ T0H_NS
| constexpr uint16_t ws2812_test_config::SignalTiming::T0H_NS = 300 |
|
staticconstexpr |
◆ T0L_NS
| constexpr uint16_t ws2812_test_config::SignalTiming::T0L_NS = 900 |
|
staticconstexpr |
◆ T1H_NS
| constexpr uint16_t ws2812_test_config::SignalTiming::T1H_NS = 900 |
|
staticconstexpr |
◆ T1L_NS
| constexpr uint16_t ws2812_test_config::SignalTiming::T1L_NS = 300 |
|
staticconstexpr |
The documentation for this struct was generated from the following file: