Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
77
static inline u32 ndspiRotateVal(u32 x)
78
{
79
return (x << 16) | (x >> 16);
80
}
81
82
static inline DspChnStruct* ndspiGetChnStruct(int id)
83
{
Callers
2
ndspiUpdateChn
Function · 0.85
ndspiReadChnState
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected