#[repr(C)]pub struct RegisterBlock {
pub cr1: CR1,
pub dier: DIER,
pub sr: SR,
pub egr: EGR,
pub ccmr1_output: CCMR1_OUTPUT,
pub ccer: CCER,
pub cnt: CNT,
pub psc: PSC,
pub arr: ARR,
pub ccr1: CCR1,
pub or: OR,
/* private fields */
}Expand description
Register block
Fields§
§cr1: CR10x00 - control register 1
dier: DIER0x0c - Interrupt enable register
sr: SR0x10 - status register
egr: EGR0x14 - event generation register
ccmr1_output: CCMR1_OUTPUT0x18 - capture/compare mode register
ccer: CCER0x20 - capture/compare enable register
cnt: CNT0x24 - counter
psc: PSC0x28 - prescaler
arr: ARR0x2c - auto-reload register
ccr1: CCR10x34 - capture/compare register 1
or: OR0x50 - option 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