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

type I2SPR = Reg<u32, _I2SPR>;

I2S prescaler register

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

For information about available fields see i2spr module

Trait Implementations

impl Readable for I2SPR[src]

read() method returns i2spr::R reader structure

impl ResetValue for I2SPR[src]

Register I2SPR reset()'s with value 0x10

type Type = u32

Register size

impl Writable for I2SPR[src]

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