FastLED 3.9.15
Loading...
Searching...
No Matches

◆ decode()

fl::result< u32, DecodeError > fl::RxChannel::decode ( const ChipsetTiming4Phase & timing,
fl::span< u8 > out )

Definition at line 119 of file channel.cpp.hpp.

120 {
121 if (!mDevice) {
123 }
124 return mDevice->decode(timing, out);
125}
fl::shared_ptr< RxDevice > mDevice
Definition channel.h:56
static expected failure(E err, const char *msg=nullptr) FL_NOEXCEPT
Create error result.
Definition expected.h:115
@ INVALID_ARGUMENT
Invalid input arguments.
Definition rx.h:72

References fl::expected< T, E >::failure(), FL_NOEXCEPT, fl::INVALID_ARGUMENT, and mDevice.

+ Here is the call graph for this function: