[][src]Type Definition efm32pg12_pac::gpcrc::POLY

type POLY = Reg<u32, _POLY>;

CRC Polynomial Value

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

For information about available fields see poly module

Trait Implementations

impl Readable for POLY[src]

read() method returns poly::R reader structure

impl ResetValue for POLY[src]

Register POLY reset()'s with value 0

type Type = u32

Register size

impl Writable for POLY[src]

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