[][src]Module esp8266::timer

TIMER

Modules

frc1_count

the current value of the counter. It is a decreasingcounter.

frc1_ctrl

FRC1_CTRL

frc1_int

FRC1_INT

frc1_load

the load value into the counter

frc2_alarm

the alarm value for the counter

frc2_count

the current value of the counter. It is a increasingcounter.

frc2_ctrl

FRC2_CTRL

frc2_int

FRC2_INT

frc2_load

the load value into the counter

Structs

RegisterBlock

Register block

Type Definitions

FRC1_COUNT

FRC1_COUNT register accessor: an alias for Reg<FRC1_COUNT_SPEC>

FRC1_CTRL

FRC1_CTRL register accessor: an alias for Reg<FRC1_CTRL_SPEC>

FRC1_INT

FRC1_INT register accessor: an alias for Reg<FRC1_INT_SPEC>

FRC1_LOAD

FRC1_LOAD register accessor: an alias for Reg<FRC1_LOAD_SPEC>

FRC2_ALARM

FRC2_ALARM register accessor: an alias for Reg<FRC2_ALARM_SPEC>

FRC2_COUNT

FRC2_COUNT register accessor: an alias for Reg<FRC2_COUNT_SPEC>

FRC2_CTRL

FRC2_CTRL register accessor: an alias for Reg<FRC2_CTRL_SPEC>

FRC2_INT

FRC2_INT register accessor: an alias for Reg<FRC2_INT_SPEC>

FRC2_LOAD

FRC2_LOAD register accessor: an alias for Reg<FRC2_LOAD_SPEC>