Type Definition stm32f1::stm32f100::cec::PRES[][src]

type PRES = Reg<u32, _PRES>;

Rx Data Register

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

For information about available fields see pres module

Trait Implementations

impl Readable for PRES[src]

read() method returns pres::R reader structure

impl ResetValue for PRES[src]

Register PRES reset()'s with value 0

type Type = u32

Register size

impl Writable for PRES[src]

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