#[repr(C)]pub struct RegisterBlock {
pub isr: ISR,
pub icr: ICR,
pub ier: IER,
pub cfgr: CFGR,
pub cr: CR,
pub cmp: CMP,
pub arr: ARR,
pub cnt: CNT,
}Expand description
Register block
Fields§
§isr: ISR0x00 - Interrupt and Status Register
icr: ICR0x04 - Interrupt Clear Register
ier: IER0x08 - Interrupt Enable Register
cfgr: CFGR0x0c - Configuration Register
cr: CR0x10 - Control Register
cmp: CMP0x14 - Compare Register
arr: ARR0x18 - Autoreload Register
cnt: CNT0x1c - Counter Register
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