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

type FRC1_LOAD = Reg<u32, _FRC1_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 frc1_load module

Trait Implementations

impl Readable for FRC1_LOAD[src]

read() method returns frc1_load::R reader structure

impl ResetValue for FRC1_LOAD[src]

Register FRC1_LOAD reset()'s with value 0

type Type = u32

Register size

impl Writable for FRC1_LOAD[src]

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