Struct imxrt_ral::ewm::RegisterBlock
source · #[repr(C)]pub struct RegisterBlock {
pub CTRL: RWRegister<u8>,
pub SERV: RWRegister<u8>,
pub CMPL: RWRegister<u8>,
pub CMPH: RWRegister<u8>,
pub CLKCTRL: RWRegister<u8>,
pub CLKPRESCALER: RWRegister<u8>,
}
Expand description
EWM
Fields§
§CTRL: RWRegister<u8>
Control Register
SERV: RWRegister<u8>
Service Register
CMPL: RWRegister<u8>
Compare Low Register
CMPH: RWRegister<u8>
Compare High Register
CLKCTRL: RWRegister<u8>
Clock Control Register
CLKPRESCALER: RWRegister<u8>
Clock Prescaler 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