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

type FRC1_INT = Reg<u32, _FRC1_INT>;

FRC1_INT

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

For information about available fields see frc1_int module

Trait Implementations

impl Readable for FRC1_INT[src]

read() method returns frc1_int::R reader structure

impl ResetValue for FRC1_INT[src]

Register FRC1_INT reset()'s with value 0

type Type = u32

Register size

impl Writable for FRC1_INT[src]

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