#[repr(C)]pub struct RegisterBlock {
pub ie1: IE1,
pub ie2: IE2,
pub ifg1: IFG1,
pub ifg2: IFG2,
}Expand description
Register block
Fields§
§ie1: IE10x00 - Interrupt Enable 1
ie2: IE20x01 - Interrupt Enable 2
ifg1: IFG10x02 - Interrupt Flag 1
ifg2: IFG20x03 - Interrupt Flag 2
Auto Trait Implementations§
impl !Freeze for RegisterBlock
impl !RefUnwindSafe for RegisterBlock
impl Send for RegisterBlock
impl !Sync for RegisterBlock
impl Unpin for RegisterBlock
impl UnwindSafe for RegisterBlock
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