Type Alias EGR

Source
pub type EGR = Reg<u32, _EGR>;
Expand description

event generation register

This register you can reset, write, write_with_zero. See API.

For information about available fields see egr module

Aliased Type§

pub struct EGR { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for EGR

Register EGR reset()’s with value 0

Source§

type Type = u32

Register size
Source§

fn reset_value() -> Self::Type

Reset value of the register
Source§

impl Writable for EGR

write(|w| ..) method takes egr::W writer structure