Constructor.
Definition at line 78 of file impl.h.
84#ifdef FL_IS_ESP32
85 , notify_task(nullptr)
86#endif
87 {}
constexpr nullopt_t nullopt
static constexpr T max() FL_NOEXCEPT
Device * device
Back-reference to device.
bool completed
Whether transaction has completed.
bool cancelled
Whether transaction was cancelled.
fl::optional< fl::task::Error > result
Result of the transaction (nullopt = success)
u32 timeout_ms
Timeout value in milliseconds.
References cancelled, completed, fl::spi::Transaction::Device, device, fl::max(), fl::nullopt, result, and timeout_ms.