[][src]Type Definition esp8266::timer::FRC2_LOAD

type FRC2_LOAD = Reg<u32, _FRC2_LOAD>;

the load value into the counter

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

For information about available fields see frc2_load module

Trait Implementations

impl Readable for FRC2_LOAD[src]

read() method returns frc2_load::R reader structure

impl ResetValue for FRC2_LOAD[src]

Register FRC2_LOAD reset()'s with value 0

type Type = u32

Register size

impl Writable for FRC2_LOAD[src]

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