struct InterruptStatus [src]

Fields

receive_interrupt: bool
transmit_interrupt: bool
command_interrupt: bool
software_interrupt: bool
_pad: u28 = 0

Source

pub const InterruptStatus = packed struct(u32) { receive_interrupt: bool, transmit_interrupt: bool, command_interrupt: bool, software_interrupt: bool, _pad: u28 = 0, }