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

type FRC2_INT = Reg<u32, _FRC2_INT>;

FRC2_INT

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

For information about available fields see frc2_int module

Trait Implementations

impl Readable for FRC2_INT[src]

read() method returns frc2_int::R reader structure

impl ResetValue for FRC2_INT[src]

Register FRC2_INT reset()'s with value 0

type Type = u32

Register size

impl Writable for FRC2_INT[src]

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