[][src]Type Definition stm32f3::stm32f303::crc::POL

type POL = Reg<u32, _POL>;

CRC polynomial

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

For information about available fields see pol module

Trait Implementations

impl Readable for POL[src]

read() method returns pol::R reader structure

impl ResetValue for POL[src]

Register POL reset()'s with value 0x04c1_1db7

type Type = u32

Register size

impl Writable for POL[src]

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