Function __usat
pub unsafe fn __usat(x: i32, WIDTH: u32) -> u32
Saturates a 32-bit signed integer to an unsigned integer with a given bit width.
__usatpub unsafe fn __usat(x: i32, WIDTH: u32) -> u32
Saturates a 32-bit signed integer to an unsigned integer with a given bit width.