[][src]Type Definition stm32f3::stm32f3x8::spi1::I2SCFGR

type I2SCFGR = Reg<u32, _I2SCFGR>;

I2S configuration register

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see i2scfgr module

Trait Implementations

impl Readable for I2SCFGR[src]

read() method returns i2scfgr::R reader structure

impl ResetValue for I2SCFGR[src]

Register I2SCFGR reset()'s with value 0

type Type = u32

Register size

impl Writable for I2SCFGR[src]

write(|w| ..) method takes i2scfgr::W writer structure