[][src]Type Definition nrf51::radio::CRCINIT

type CRCINIT = Reg<u32, _CRCINIT>;

CRC initial value.

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

For information about available fields see crcinit module

Trait Implementations

impl Readable for CRCINIT[src]

read() method returns crcinit::R reader structure

impl ResetValue for CRCINIT[src]

Register CRCINIT reset()'s with value 0

type Type = u32

Register size

impl Writable for CRCINIT[src]

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