Struct imxrt_ral::aoi::RegisterBlock
source · #[repr(C)]pub struct RegisterBlock {
pub BFCRT010: RWRegister<u16>,
pub BFCRT230: RWRegister<u16>,
pub BFCRT011: RWRegister<u16>,
pub BFCRT231: RWRegister<u16>,
pub BFCRT012: RWRegister<u16>,
pub BFCRT232: RWRegister<u16>,
pub BFCRT013: RWRegister<u16>,
pub BFCRT233: RWRegister<u16>,
}
Expand description
AND/OR/INVERT module
Fields§
§BFCRT010: RWRegister<u16>
Boolean Function Term 0 and 1 Configuration Register for EVENTn
BFCRT230: RWRegister<u16>
Boolean Function Term 2 and 3 Configuration Register for EVENTn
BFCRT011: RWRegister<u16>
Boolean Function Term 0 and 1 Configuration Register for EVENTn
BFCRT231: RWRegister<u16>
Boolean Function Term 2 and 3 Configuration Register for EVENTn
BFCRT012: RWRegister<u16>
Boolean Function Term 0 and 1 Configuration Register for EVENTn
BFCRT232: RWRegister<u16>
Boolean Function Term 2 and 3 Configuration Register for EVENTn
BFCRT013: RWRegister<u16>
Boolean Function Term 0 and 1 Configuration Register for EVENTn
BFCRT233: RWRegister<u16>
Boolean Function Term 2 and 3 Configuration Register for EVENTn
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