Type Definition gd32f1::gd32f130::spi0::CPCPOLY[][src]

type CPCPOLY = Reg<u16, _CPCPOLY>;

CRC polynomial register

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

For information about available fields see cpcpoly module

Trait Implementations

impl Readable for CPCPOLY[src]

read() method returns cpcpoly::R reader structure

impl ResetValue for CPCPOLY[src]

Register CPCPOLY reset()’s with value 0x07

type Type = u16

Register size

impl Writable for CPCPOLY[src]

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