Type Definition stm32f1::stm32f103::tim1::cr1::DIR_R[][src]

type DIR_R = R<bool, DIR_A>;

Reader of field DIR

Implementations

impl DIR_R[src]

pub fn variant(&self) -> DIR_A[src]

Get enumerated values variant

pub fn is_up(&self) -> bool[src]

Checks if the value of the field is UP

pub fn is_down(&self) -> bool[src]

Checks if the value of the field is DOWN