[−][src]Struct esp8266::timer::RegisterBlock
Register block
Fields
frc1_load: Reg<FRC1_LOAD_SPEC>
0x00 - the load value into the counter
frc1_count: Reg<FRC1_COUNT_SPEC>
0x04 - the current value of the counter. It is a decreasingcounter.
frc1_ctrl: Reg<FRC1_CTRL_SPEC>
0x08 - FRC1_CTRL
frc1_int: Reg<FRC1_INT_SPEC>
0x0c - FRC1_INT
frc2_load: Reg<FRC2_LOAD_SPEC>
0x20 - the load value into the counter
frc2_count: Reg<FRC2_COUNT_SPEC>
0x24 - the current value of the counter. It is a increasingcounter.
frc2_ctrl: Reg<FRC2_CTRL_SPEC>
0x28 - FRC2_CTRL
frc2_int: Reg<FRC2_INT_SPEC>
0x2c - FRC2_INT
frc2_alarm: Reg<FRC2_ALARM_SPEC>
0x30 - the alarm value for the counter
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,