#[repr(C)]pub struct CHANNEL {
pub load_count: LOAD_COUNT,
pub current_value: CURRENT_VALUE,
pub control: CONTROL,
pub eoi: EOI,
pub intr_stat: INTR_STAT,
}Expand description
Register block
Fields§
§load_count: LOAD_COUNT0x00 - Load Count Register
current_value: CURRENT_VALUE0x04 - Current Value Register
control: CONTROL0x08 - Control Register
eoi: EOI0x0c - Interrupt Clear Register
intr_stat: INTR_STAT0x10 - Interrupt Status Register
Auto Trait Implementations§
impl !Freeze for CHANNEL
impl !RefUnwindSafe for CHANNEL
impl Send for CHANNEL
impl !Sync for CHANNEL
impl Unpin for CHANNEL
impl UnwindSafe for CHANNEL
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more