[][src]Type Definition stm32f3::stm32f303::spi1::CRCPR

type CRCPR = Reg<u32, _CRCPR>;

CRC polynomial register

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

For information about available fields see crcpr module

Trait Implementations

impl Readable for CRCPR[src]

read() method returns crcpr::R reader structure

impl ResetValue for CRCPR[src]

Register CRCPR reset()'s with value 0x07

type Type = u32

Register size

impl Writable for CRCPR[src]

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