Type Definition stm32g0::stm32g071::crc::POL[][src]

type POL = Reg<u32, _POL>;

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