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

type BCC = Reg<u32, _BCC>;

Bit counter compare

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

For information about available fields see bcc module

Trait Implementations

impl Readable for BCC[src]

read() method returns bcc::R reader structure

impl ResetValue for BCC[src]

Register BCC reset()'s with value 0

type Type = u32

Register size

impl Writable for BCC[src]

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