DoxigAlpha

IOR

Function parameters

Parameters

#
io_type:u8
nr:u8
T:type

Type definitions in this namespace

Types

#

Functions in this namespace

Functions

#

Source

Implementation

#
pub fn IOR(io_type: u8, nr: u8, comptime T: type) u32 {
    return io_impl(bits.read, io_type, nr, T);
}