Type Definition stm32f1::stm32f100::spi1::cr1::SPE_R[][src]

type SPE_R = R<bool, SPE_A>;

Reader of field SPE

Implementations

impl SPE_R[src]

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

Get enumerated values variant

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

Checks if the value of the field is DISABLED

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

Checks if the value of the field is ENABLED