[][src]Type Definition nrf52832_pac::timer3::BITMODE

type BITMODE = Reg<u32, _BITMODE>;

Configure the number of bits used by the TIMER

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

For information about available fields see bitmode module

Trait Implementations

impl Readable for BITMODE[src]

read() method returns bitmode::R reader structure

impl ResetValue for BITMODE[src]

Register BITMODE reset()'s with value 0

type Type = u32

Register size

impl Writable for BITMODE[src]

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