MCPcopy Create free account
hub / github.com/devkitPro/libctru / ndspiRotateVal

Function ndspiRotateVal

libctru/source/ndsp/ndsp-internal.h:77–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75} DspMasterStatus;
76
77static inline u32 ndspiRotateVal(u32 x)
78{
79 return (x << 16) | (x >> 16);
80}
81
82static inline DspChnStruct* ndspiGetChnStruct(int id)
83{

Callers 2

ndspiUpdateChnFunction · 0.85
ndspiReadChnStateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected