Function IFSTOPPED [src]

Prototype

pub fn IFSTOPPED(s: u32) bool

Parameters

s: u32

Source

pub fn IFSTOPPED(s: u32) bool { return @as(u16, @truncate(((s & 0xffff) *% 0x10001) >> 8)) > 0x7f00; }