[][src]Type Definition stm32f7::stm32f7x3::sai1::ch::cr1::MODE_R

type MODE_R = R<u8, MODE_A>;

Reader of field MODE

Implementations

impl MODE_R[src]

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

Get enumerated values variant

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

Checks if the value of the field is MASTERTX

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

Checks if the value of the field is MASTERRX

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

Checks if the value of the field is SLAVETX

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

Checks if the value of the field is SLAVERX