pub struct Aoi { /* private fields */ }Expand description
AOI
Implementations§
Source§impl Aoi
impl Aoi
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
Sourcepub const fn bfcrt010(self) -> Reg<Bfcrt010, RW>
pub const fn bfcrt010(self) -> Reg<Bfcrt010, RW>
Boolean Function Term 0 and 1 Configuration Register for EVENTn
Sourcepub const fn bfcrt230(self) -> Reg<Bfcrt230, RW>
pub const fn bfcrt230(self) -> Reg<Bfcrt230, RW>
Boolean Function Term 2 and 3 Configuration Register for EVENTn
Sourcepub const fn bfcrt011(self) -> Reg<Bfcrt011, RW>
pub const fn bfcrt011(self) -> Reg<Bfcrt011, RW>
Boolean Function Term 0 and 1 Configuration Register for EVENTn
Sourcepub const fn bfcrt231(self) -> Reg<Bfcrt231, RW>
pub const fn bfcrt231(self) -> Reg<Bfcrt231, RW>
Boolean Function Term 2 and 3 Configuration Register for EVENTn
Sourcepub const fn bfcrt012(self) -> Reg<Bfcrt012, RW>
pub const fn bfcrt012(self) -> Reg<Bfcrt012, RW>
Boolean Function Term 0 and 1 Configuration Register for EVENTn
Sourcepub const fn bfcrt232(self) -> Reg<Bfcrt232, RW>
pub const fn bfcrt232(self) -> Reg<Bfcrt232, RW>
Boolean Function Term 2 and 3 Configuration Register for EVENTn
Trait Implementations§
impl Copy for Aoi
impl Eq for Aoi
impl Send for Aoi
impl StructuralPartialEq for Aoi
impl Sync for Aoi
Auto Trait Implementations§
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