[][src]Type Definition esp8266::timer::frc1_ctrl::R

type R = R<u32, FRC1_CTRL>;

Reader of register FRC1_CTRL

Methods

impl R[src]

pub fn frc1_int(&self) -> FRC1_INT_R[src]

Bit 8 - the status of the interrupt, when the count isdereased to zero

pub fn frc1_ctrl(&self) -> FRC1_CTRL_R[src]

Bits 0:7 - bit[7]: timer enable, bit[6]: automatically reload, when the counter isequal to zero, bit[3:2]: prescale-divider, 0: divided by 1, 1: dividedby 16, 2 or 3: divided by 256, bit[0]: interrupt type, 0:edge, 1:level