#[repr(C)]
pub struct LPTIM_TypeDef { pub ISR: u32, pub ICR: u32, pub IER: u32, pub CFGR: u32, pub CR: u32, pub CMP: u32, pub ARR: u32, pub CNT: u32, pub OR: u32, }
Expand description

@brief LPTIMER

Fields§

§ISR: u32

< LPTIM Interrupt and Status register, Address offset: 0x00

§ICR: u32

< LPTIM Interrupt Clear register, Address offset: 0x04

§IER: u32

< LPTIM Interrupt Enable register, Address offset: 0x08

§CFGR: u32

< LPTIM Configuration register, Address offset: 0x0C

§CR: u32

< LPTIM Control register, Address offset: 0x10

§CMP: u32

< LPTIM Compare register, Address offset: 0x14

§ARR: u32

< LPTIM Autoreload register, Address offset: 0x18

§CNT: u32

< LPTIM Counter register, Address offset: 0x1C

§OR: u32

< LPTIM Option register, Address offset: 0x20

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.