Struct lpc81x_pac::lpc812::sct0::ev::EV

source ·
#[repr(C)]
pub struct EV { pub ev_state: EV_STATE, pub ev_ctrl: EV_CTRL, }
Expand description

Register block

Fields§

§ev_state: EV_STATE

0x00 - SCT event state register 0

§ev_ctrl: EV_CTRL

0x04 - SCT event control register 0

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.