Struct imxrt_ral::pit::RegisterBlock
source · #[repr(C)]pub struct RegisterBlock {
pub MCR: RWRegister<u32>,
pub LTMR64H: RORegister<u32>,
pub LTMR64L: RORegister<u32>,
pub TIMER: [RegisterBlock; 4],
/* private fields */
}
Expand description
PIT
Fields§
§MCR: RWRegister<u32>
PIT Module Control Register
LTMR64H: RORegister<u32>
PIT Upper Lifetime Timer Register
LTMR64L: RORegister<u32>
PIT Lower Lifetime Timer Register
TIMER: [RegisterBlock; 4]
no description available
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