IO Variants: 2
Variant: 1
frac32.positive phase
frac32.positive w(phase)
{
int32_t r;
HANNING2TINTERP(inlet_phase << 5, r)
outlet_win = (r >> 4);
}
Variant: 2
frac32buffer phase
frac32buffer w(phase)
{
int32_t r;
HANNING2TINTERP(inlet_phase << 5, r)
outlet_win = (r >> 4);
}