[][src]Type Definition nrf52832_pac::radio::CRCPOLY

type CRCPOLY = Reg<u32, _CRCPOLY>;

CRC polynomial

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

For information about available fields see crcpoly module

Trait Implementations

impl Readable for CRCPOLY[src]

read() method returns crcpoly::R reader structure

impl ResetValue for CRCPOLY[src]

Register CRCPOLY reset()'s with value 0

type Type = u32

Register size

impl Writable for CRCPOLY[src]

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