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

type BIDIMODE_R = R<bool, BIDIMODE_A>;

Reader of field BIDIMODE

Implementations

impl BIDIMODE_R[src]

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

Get enumerated values variant

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

Checks if the value of the field is UNIDIRECTIONAL

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

Checks if the value of the field is BIDIRECTIONAL