[][src]Type Definition avr_device::attiny88::cpu::mcusr::R

type R = R<u8, MCUSR>;

Reader of register MCUSR

Implementations

impl R[src]

pub fn porf(&self) -> PORF_R[src]

Bit 0 - Power-on reset flag

pub fn extrf(&self) -> EXTRF_R[src]

Bit 1 - External Reset Flag

pub fn borf(&self) -> BORF_R[src]

Bit 2 - Brown-out Reset Flag

pub fn wdrf(&self) -> WDRF_R[src]

Bit 3 - Watchdog Reset Flag