MCPcopy Create free account
hub / github.com/FastLED/FastLED / kDmaChCfg

Function kDmaChCfg

src/platforms/arm/lpc/rx_sct_capture.cpp.hpp:161–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159constexpr fl::u32 kOffDmaSetTrig0 = 0x070u;
160constexpr fl::u32 kOffDmaAbort0 = 0x078u;
161constexpr fl::u32 kDmaChCfg(fl::u32 ch) { return 0x400u + 16u * ch; }
162constexpr fl::u32 kDmaChCtlStat(fl::u32 ch) { return 0x404u + 16u * ch; }
163constexpr fl::u32 kDmaChXferCfg(fl::u32 ch) { return 0x408u + 16u * ch; }
164

Callers 1

beginMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected