[][src]Type Definition stm32f3::stm32f303::spi1::i2scfgr::I2SCFG_R

type I2SCFG_R = R<u8, I2SCFG_A>;

Reader of field I2SCFG

Methods

impl I2SCFG_R[src]

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

Get enumerated values variant

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

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