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

Function kDmaChXferCfg

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

Source from the content-addressed store, hash-verified

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
165// DMA channel CFG bit positions (UM11029 §16.6 Table 318).
166constexpr fl::u32 kDmaCfgPeriphReqEn = (1u << 0);

Callers 2

dmaChannelEdgeCountFunction · 0.85
beginMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected