[][src]Type Definition stm32l0::stm32l0x2::tim2::ccmr1_input::IC1PSC_R

type IC1PSC_R = R<u8, IC1PSC_A>;

Reader of field IC1PSC

Methods

impl IC1PSC_R[src]

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

Get enumerated values variant

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

Checks if the value of the field is NOPRESCALER

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

Checks if the value of the field is TWO_EVENTS

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

Checks if the value of the field is FOUR_EVENTS

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

Checks if the value of the field is EIGHT_EVENTS